X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=debian%2Frules;h=5601ec31f683bce19e84cdf0d56c16f0da69822e;hb=4f1beb87cc81e1ebf16369af5c4574810ecde378;hp=4960765e8edb85304ac9728585af0717cf88597e;hpb=9933e52ba4bf69b14908f2d76a3e083d51ed9df6;p=pkg%2Fblosxom.git diff --git a/debian/rules b/debian/rules index 4960765..5601ec3 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f # debian/rules for the blosxom package -# copyright 2007-2008 by Gerfried Fuchs +# copyright 2007-2008 by Rhonda D'Vine # Licenced in the same way as blosxom itself PKG = blosxom @@ -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