]> git.llucax.com Git - software/mutt-debian.git/commitdiff
Install UPDATING file, and other /u/s/d cleanups.
authorAdeodato Simó <dato@net.com.org.es>
Sat, 15 Jul 2006 00:49:41 +0000 (02:49 +0200)
committerAdeodato Simó <dato@net.com.org.es>
Sat, 15 Jul 2006 00:49:41 +0000 (02:49 +0200)
debian/changelog
debian/mutt.docs
debian/rules

index 9fa3880116c10455d42d681f69c29d04e117ccfe..b17189726329a0ebe00fc07afa000519905973cc 100644 (file)
@@ -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ó <dato@net.com.org.es>  Sat, 15 Jul 2006 01:14:33 +0200
 
index 58ac1f318476c195143d7a054c56c0cef870f08d..6127f7694479d63080c144f0fa47bac2b0e3b72e 100644 (file)
@@ -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
index f685c0cd4b70dbfe4c927e937f5b5746068d1202..e14021554f8f0f4947c6e6e91c126d3c865f2b39 100755 (executable)
@@ -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