Author: rra
Date: 2006-11-19 02:21:26 +0100 (Sun, 19 Nov 2006)
New Revision: 786

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
* debian/ruls:
  + [RA] Exclude testset/diffs/binary.c~ from dh_clean.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2006-11-19 01:07:33 UTC (rev 785)
+++ trunk/debian/changelog      2006-11-19 01:21:26 UTC (rev 786)
@@ -92,6 +92,9 @@
       various subdirectories of its standard search path based on hardware
       capabilities.  Reported by Aurelien Jarno.  (Closes: #396278)
 
+  * debian/ruls:
+    + [RA] Exclude testset/diffs/binary.c~ from dh_clean.
+
   * frontend/lintian:
     + [RA] Add --fail-on-warning option to exit with non-zero status if
       any warnings were found.  Thanks, Daniel Bonniot.  (Closes: #189656)
@@ -99,7 +102,7 @@
   * man/lintian.1:
     + [RA] Document --fail-on-warning.
 
- -- Russ Allbery <[EMAIL PROTECTED]>  Sat, 18 Nov 2006 17:07:08 -0800
+ -- Russ Allbery <[EMAIL PROTECTED]>  Sat, 18 Nov 2006 17:21:22 -0800
 
 lintian (1.23.25) unstable; urgency=low
 

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules  2006-11-19 01:07:33 UTC (rev 785)
+++ trunk/debian/rules  2006-11-19 01:21:26 UTC (rev 786)
@@ -29,13 +29,13 @@
        rm -rf doc/lintian.html/ doc/lintian.txt
        rm -rf debian/tests
        find -name "*.py?" -print0 | xargs -0r rm
-       dh_clean
+       dh_clean -Xtestset/diffs/binary.c~
 
 binary-indep: $(neededfiles) build
        @echo .... binary-indep ....
        dh_testdir
        dh_testroot
-       dh_clean -k
+       dh_clean -k -Xtestset/diffs/binary.c~
        dh_installdirs
 
 # frontends


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to