X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/4988a192dab00d86203bd44995b53284abfa1474..05b8fcaf59c798e66d092272784b53fb6e29981d:/debian/rules?ds=sidebyside diff --git a/debian/rules b/debian/rules index f685c0c..e140215 100755 --- a/debian/rules +++ b/debian/rules @@ -144,8 +144,11 @@ debian/tmp/install-stamp: dh_clean cd $(objdir) && $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp - rm -rf debian/tmp/usr/share/doc/samples/iconv - rm -rf debian/tmp/usr/share/doc/samples/ca-bundle.crt + cd debian/tmp/usr/share/doc; \ + rm -rf samples/iconv samples/ca-bundle.crt; \ + mv NEWS NEWS.old; \ + mv ChangeLog.old changelog.old; \ + cp $(CURDIR)/UPDATING NEWS chmod +x debian/extra/lib/* chmod +x debian/header.awk