aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2020-10-03 23:36:49 +0200
committerHelge Deller <deller@gmx.de>2020-10-03 23:36:49 +0200
commitd42ebf0c18b2c740034b9a702a9786d8f4a3d978 (patch)
tree6b7a49cf82940fd91da819605c5678167241c529
parentf072024c0ee4ccc238903e0da6daffd0503f68ae (diff)
downloadrbootd-d42ebf0c18b2c740034b9a702a9786d8f4a3d978.tar.gz
debian: Compress installed changelog file
Signed-off-by: Helge Deller <deller@gmx.de>
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index d68f69e..90e315d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -75,6 +75,9 @@ binary-arch: checkroot build
${BASEDIR}/usr/share/doc/rbootd/copyright
install -o root -g root -m 0644 debian/changelog \
${BASEDIR}/usr/share/doc/rbootd/changelog
+ @if [ -f ${BASEDIR}/usr/share/doc/rbootd/changelog ]; then \
+ gzip -9vn ${BASEDIR}/usr/share/doc/rbootd/changelog ; \
+ fi
install -o root -g root -m 0644 debian/conffiles \
${BASEDIR}/DEBIAN
install -o root -g root -m 0755 debian/postinst debian/prerm debian/postrm \