X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=debian%2Frules;h=5601ec31f683bce19e84cdf0d56c16f0da69822e;hb=4f1beb87cc81e1ebf16369af5c4574810ecde378;hp=bf77d331c64af06965027e1c8f9279b11d43f17d;hpb=3b896187a911d5f5f89027dee73421dbedc5a700;p=pkg%2Fblosxom.git diff --git a/debian/rules b/debian/rules index bf77d33..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,9 +63,9 @@ 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/postinst debian/postrm $(TMP)/DEBIAN + $(INSTALL_SCRIPT) debian/preinst debian/postrm $(TMP)/DEBIAN find $(TMP)/etc -type f | sed -e 's#$(TMP)##' > $(TMP)/DEBIAN/conffiles