]> git.llucax.com Git - software/mutt-debian.git/commitdiff
lintian clean, removed the deprecated dh_clean -k debian/1.5.19-3
authorAntonio Radici <antonio@dyne.org>
Sun, 24 May 2009 23:35:29 +0000 (00:35 +0100)
committerAntonio Radici <antonio@dyne.org>
Sun, 24 May 2009 23:35:29 +0000 (00:35 +0100)
debian/changelog
debian/clean
debian/rules

index 60307417c5aa14980dcea41719f09efa6d7e0743..7d7e33f59fbab895c29bb2be969e56703f756f38 100644 (file)
@@ -20,7 +20,9 @@ mutt (1.5.19-3) unstable; urgency=low
     + misc/hyphen-as-minus: sub hyphen with minus in the mutt manpages 
       to make lintian happy
     + misc/smime_keys-manpage.patch: add a missing manpage (Closes: 528672)
     + misc/hyphen-as-minus: sub hyphen with minus in the mutt manpages 
       to make lintian happy
     + misc/smime_keys-manpage.patch: add a missing manpage (Closes: 528672)
-  * debian/rules: re-enabled building of mutt-patched for 1.5.19
+  * debian/rules
+    + re-enabled building of mutt-patched for 1.5.19
+    + replacing the deprecated "dh_clean -k" with dh_prep
   * debian/mutt-patched.lintian-overrides: mutt can be w/out manpage
   * debian/mutt.lintian-overrides: excluding arch-dep-package-has-big-usr-share
     because there are many locales
   * debian/mutt-patched.lintian-overrides: mutt can be w/out manpage
   * debian/mutt.lintian-overrides: excluding arch-dep-package-has-big-usr-share
     because there are many locales
index 5f0b1478cb2274e11e219ed6b4e421acde14a89f..0354034be67411ce0441eeebad85f9c6400ff278 100644 (file)
@@ -1,2 +1 @@
 aclocal.m4
 aclocal.m4
-doc/Muttrc
index 90c1cdd323cd3415f4bde59d0a604730f6eb05b5..fdc4d9983f88bc3edb8b63c6540d2d3df0e36fbe 100755 (executable)
@@ -126,7 +126,7 @@ install: build
        ###################### install ######################
        dh_testdir
        dh_testroot
        ###################### install ######################
        dh_testdir
        dh_testroot
-       dh_clean -k
+       dh_prep
        cd $(objdir) && $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
        
        cd debian/tmp/usr/share/doc && \
        cd $(objdir) && $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
        
        cd debian/tmp/usr/share/doc && \