aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2020-10-03 23:25:31 +0200
committerHelge Deller <deller@gmx.de>2020-10-03 23:25:31 +0200
commitf072024c0ee4ccc238903e0da6daffd0503f68ae (patch)
tree0d03ddeca6a1b4c6aef7f2c93dc321cd42ea922a
parent86d2b07434cce8290ac8ca9623ec5d090e3dfb45 (diff)
downloadrbootd-f072024c0ee4ccc238903e0da6daffd0503f68ae.tar.gz
debian: Fix copying changelog file in debian/rules
Suggested-by: Pierre-Elliott Bécue <peb@debian.org> Signed-off-by: Helge Deller <deller@gmx.de>
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules6
2 files changed, 2 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 056f1bc..f9bbff9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ rbootd (3.0) UNRELEASED; urgency=medium
* Clean up rbootd init.d file, add status and LSB description
* Add hardening flags
* Fix copyright tag in debian/copyright
+ * Fix copying changelog file in debian/rules
-- Helge Deller <deller@gmx.de> Thu, 24 Sep 2020 20:13:47 +0200
diff --git a/debian/rules b/debian/rules
index 09f4a44..d68f69e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -74,11 +74,7 @@ binary-arch: checkroot build
install -o root -g root -m 0644 debian/copyright \
${BASEDIR}/usr/share/doc/rbootd/copyright
install -o root -g root -m 0644 debian/changelog \
- ${BASEDIR}/usr/share/doc/rbootd/changelog.Debian
-
- @if [ -f ${BASEDIR}/usr/share/doc/rbootd/changelog.Debian ]; then \
- gzip -9vn ${BASEDIR}/usr/share/doc/rbootd/changelog.Debian ; \
- fi
+ ${BASEDIR}/usr/share/doc/rbootd/changelog
install -o root -g root -m 0644 debian/conffiles \
${BASEDIR}/DEBIAN
install -o root -g root -m 0755 debian/postinst debian/prerm debian/postrm \