]> git.llucax.com Git - software/mutt-debian.git/blobdiff - debian/rules
lintian clean, removed the deprecated dh_clean -k
[software/mutt-debian.git] / debian / rules
index 9edd5c8521b9ed9f7a7cc4afd66060a28b99d2da..fdc4d9983f88bc3edb8b63c6540d2d3df0e36fbe 100755 (executable)
@@ -6,7 +6,7 @@ include /usr/share/quilt/quilt.make
 
 ###
 # build a separate mutt-patched package?
-#BUILD_PATCHED := yes -- disabled until there is a sidebar patch for 1.5.19
+BUILD_PATCHED := yes
 ###
 # header cache backend
 # HCACHE_DB := bdb
@@ -126,7 +126,7 @@ install: build
        ###################### install ######################
        dh_testdir
        dh_testroot
-       dh_clean -k
+       dh_prep
        cd $(objdir) && $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
        
        cd debian/tmp/usr/share/doc && \