Package: hello Version: hello: 2.8-3 Severity: normal Tags: patch
In the interest of using the 'hello' package as a demo of great packaging practices, and because I've become interested in creating binary-reproducible builds in Debian, I propose the following very simple patch: --- hello-2.8/debian/rules 2013-02-13 11:27:19.000000000 +0100 +++ hello-2.8/debian/rules 2013-08-14 23:38:01.000000000 +0200 @@ -58,9 +58,9 @@ cp -a NEWS debian/copyright $(docdir) cp -a debian/changelog $(docdir)/changelog.Debian cp -a ChangeLog $(docdir)/changelog - cd $(docdir) && gzip -9 changelog changelog.Debian - gzip -r9 debian/tmp/usr/share/man - gzip -9 debian/tmp/usr/share/info/* + cd $(docdir) && gzip -9 -n changelog changelog.Debian + gzip -r9 -n debian/tmp/usr/share/man + gzip -9 -n debian/tmp/usr/share/info/* dpkg-shlibdeps debian/tmp/usr/bin/hello dpkg-gencontrol chown -R 0:0 debian/tmp -- System Information: Debian Release: squeeze/sid APT prefers oldstable APT policy: (500, 'oldstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org