Code

rules: Use dh_prep instead of 'dh_clean -k'.
authorSebastian Harl <sh@tokkee.org>
Wed, 23 Jul 2014 07:56:03 +0000 (09:56 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 23 Jul 2014 07:56:03 +0000 (09:56 +0200)
debian/changelog
debian/rules

index 29676349b25745e4062dca575766994c6c49c117..ab517a445d7b9a08bdc78df31cbe7947e68bcca6 100644 (file)
@@ -10,6 +10,7 @@ tig (2.0.2-1) UNRELEASED; urgency=medium
       available.
     - Don't install contrib/tigrc as example any more. Upstream now provides
       /etc/tigrc by default.
+    - Use dh_prep instead of 'dh_clean -k'.
 
   [ Trent W. Buck ]
   * Bump compat to 9.
index 5b4c2f5280eb3da0b1a497e9a1144e3126cd5873..7ff0fe761083502c12915bc12a5aa6674d1bcb8a 100755 (executable)
@@ -58,12 +58,12 @@ clean:
        rm -f doc/tig.1 doc/tig.1.html doc/tigrc.5 doc/tigrc.5.html
        rm -f INSTALL.html NEWS.html README.html
        
-       dh_clean 
+       dh_clean
 
 install: build
        dh_testdir
        dh_testroot
-       dh_clean -k
+       dh_prep
        dh_installdirs
        
        $(MAKE) install install-doc DESTDIR=$(CURDIR)/debian/tig