aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2020-07-29 20:06:35 +0200
committerHelge Deller <deller@gmx.de>2020-07-29 20:14:52 +0200
commit7e99706fa07e6e02f842d470d2cebbad4c762d3e (patch)
tree7fca77e9c9b18fcf6da28e335d86fe7e0527cc6a
parent71f8719a749abf46155a7c3ae5392073827ae89c (diff)
downloadrbootd-7e99706fa07e6e02f842d470d2cebbad4c762d3e.tar.gz
debian/rules: Make build reproduceable
Removes timestamps from the build system. Fixes Debian bug #776951 Signed-off-by: Chris Lamb <lamby@debian.org> Signed-off-by: Helge Deller <deller@gmx.de>
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules6
2 files changed, 10 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 74d52e4..9e95c5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+rbootd (3.0-1) UNRELEASED; urgency=medium
+
+ * New Homepage & maintainer
+ * Make build reproduceable (closes: Bug#776951)
+
+ -- Helge Deller <deller@ls3530.fritz.box> Wed, 29 Jul 2020 20:13:47 +0200
+
rbootd (2.0-11) unstable; urgency=medium
* QA upload.
diff --git a/debian/rules b/debian/rules
index 33305cc..139c0b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,13 +58,13 @@ binary-arch: checkroot build
install -o root -g root -m 0644 etc-rbootd/rbootd.conf ${BASEDIR}/etc
install -o root -g root -m 0644 rbootd.8 ${BASEDIR}/usr/share/man/man8
@if [ -f ${BASEDIR}/usr/share/man/man8/rbootd.8 ]; then \
- gzip -9v ${BASEDIR}/usr/share/man/man8/rbootd.8 ; \
+ gzip -9vn ${BASEDIR}/usr/share/man/man8/rbootd.8 ; \
fi
install -o root -g root -m 0644 README \
${BASEDIR}/usr/share/doc/rbootd/README
@if [ -f ${BASEDIR}/usr/share/doc/rbootd/README ]; then \
- gzip -9v ${BASEDIR}/usr/share/doc/rbootd/README ;\
+ gzip -9vn ${BASEDIR}/usr/share/doc/rbootd/README ;\
fi
install -o root -g root -m 0644 debian/copyright \
${BASEDIR}/usr/share/doc/rbootd/copyright
@@ -72,7 +72,7 @@ binary-arch: checkroot build
${BASEDIR}/usr/share/doc/rbootd/changelog.Debian
@if [ -f ${BASEDIR}/usr/share/doc/rbootd/changelog.Debian ]; then \
- gzip -9v ${BASEDIR}/usr/share/doc/rbootd/changelog.Debian ; \
+ gzip -9vn ${BASEDIR}/usr/share/doc/rbootd/changelog.Debian ; \
fi
install -o root -g root -m 0644 debian/conffiles \
${BASEDIR}/DEBIAN