From: Chris Lamb Date: Sat, 7 Feb 2015 12:56:13 +0000 (+0100) Subject: Make the build reproducible X-Git-Tag: debian/2.1.2-2~17 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=75bbbf162043766dc82eb66ddff1fa90b69302a1;hp=b8ad87d430d0f2502086c817a0466c71362bf7d8;p=pkg%2Fblosxom.git Make the build reproducible --- diff --git a/debian/rules b/debian/rules index 4960765..a7a06e8 100755 --- a/debian/rules +++ b/debian/rules @@ -46,7 +46,7 @@ install: $(INSTALL_FILE) debian/plugins-available/* \ $(TMP)/etc/blosxom/plugins-available - cd $(TMP)/usr/share && gzip -9 doc/$(PKG)/changelog \ + cd $(TMP)/usr/share && gzip -9n doc/$(PKG)/changelog \ man/man7/blosxom.7 chown www-data:www-data $(TMP)/var/lib/blosxom/state @@ -63,7 +63,7 @@ binary-indep: install debian/NEWS.Debian $(TMP)/usr/share/doc/$(PKG) $(INSTALL_FILE) debian/changelog \ $(TMP)/usr/share/doc/$(PKG)/changelog.Debian - cd $(TMP)/usr/share/doc/$(PKG) && gzip -9 changelog.Debian NEWS.Debian + cd $(TMP)/usr/share/doc/$(PKG) && gzip -9n changelog.Debian NEWS.Debian $(INSTALL_SCRIPT) debian/preinst debian/postrm $(TMP)/DEBIAN