X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=debian%2Frules;h=a7a06e88708cec5c9eed4af3b3deb30412f2d314;hb=5dd28e778f0b42c81fa10a879885995a46ba28ad;hp=bf77d331c64af06965027e1c8f9279b11d43f17d;hpb=3b896187a911d5f5f89027dee73421dbedc5a700;p=pkg%2Fblosxom.git diff --git a/debian/rules b/debian/rules index bf77d33..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,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