From: Adeodato Simó Date: Sat, 15 Jul 2006 00:49:41 +0000 (+0200) Subject: Install UPDATING file, and other /u/s/d cleanups. X-Git-Tag: 1.5.12-1~2 X-Git-Url: https://git.llucax.com/software/mutt-debian.git/commitdiff_plain/14bd6d8fa991ecda5603a2cb755acc53e2919559?hp=0cc75c0c0bda96bdb506179fb4dd16f0232c13a5 Install UPDATING file, and other /u/s/d cleanups. --- diff --git a/debian/changelog b/debian/changelog index 9fa3880..b171897 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ mutt (1.5.12) UNRELEASED; urgency=low - * New upstream release. + * New upstream release. Ship upstream's UPDATING file as NEWS.gz in + /usr/share/doc/mutt. -- Adeodato Simó Sat, 15 Jul 2006 01:14:33 +0200 diff --git a/debian/mutt.docs b/debian/mutt.docs index 58ac1f3..6127f76 100644 --- a/debian/mutt.docs +++ b/debian/mutt.docs @@ -1,10 +1,11 @@ debian/extra/README.SMIME debian/tmp/README.Patches debian/tmp/usr/share/doc/NEWS +debian/tmp/usr/share/doc/NEWS.old debian/tmp/usr/share/doc/TODO debian/tmp/usr/share/doc/README debian/tmp/usr/share/doc/README.SSL debian/tmp/usr/share/doc/README.SECURITY debian/tmp/usr/share/doc/PGP-Notes.txt -debian/tmp/usr/share/doc/ChangeLog.old +debian/tmp/usr/share/doc/changelog.old debian/tmp/usr/share/doc/manual.txt 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