Code

debian/rules: Do not ignore "make clean" error. tig-0.9-1
authorSebastian Harl <sh@tokkee.org>
Sun, 23 Sep 2007 19:23:43 +0000 (21:23 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 23 Sep 2007 19:23:43 +0000 (21:23 +0200)
debian/changelog
debian/rules

index 0e11573b785e98f76905cd5c118c9962ee6e5298..073f14325d46fb9d05c6249dde8a91f8a5abe276 100644 (file)
@@ -4,8 +4,9 @@ tig (0.9-1) unstable; urgency=low
     - The manpage builds fine now (Closes: #434127).
   * Install new bash completion script to /etc/bash_completion.d/.
   * Adapted package description to the latest git-core package description.
+  * debian/rules: Do not ignore "make clean" error.
 
- -- Sebastian Harl <sh@tokkee.org>  Sun, 23 Sep 2007 21:13:06 +0200
+ -- Sebastian Harl <sh@tokkee.org>  Sun, 23 Sep 2007 21:22:25 +0200
 
 tig (0.8-1) unstable; urgency=low
 
index ec84d33719f356a117c9c5bf0abd17396f6c2777..e43e5a3f7b5391748332a15cd5092524275c8c4b 100755 (executable)
@@ -28,7 +28,7 @@ clean:
        dh_testroot
        rm -f build-stamp
        
-       -$(MAKE) clean
+       $(MAKE) clean
        
        dh_clean