X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Frules;h=0c22f0e476e47fcb1f6299cfda28587019f79e95;hb=56e952b7c137f641983333ce200c445946def257;hp=ffb2c9ba536dcdc8e3b6f47bf0124ebaf6dfd2fd;hpb=d579dae0cf159c50dcd902ff4a35590f7dcff395;p=debhelper.git diff --git a/debian/rules b/debian/rules index ffb2c9b..0c22f0e 100755 --- a/debian/rules +++ b/debian/rules @@ -56,7 +56,7 @@ clean: test: test-stamp test-stamp: ./dh_clean - DH_VERSION=10 perl -MTest::Harness -e 'runtests grep { ! /CVS/ } @ARGV' t/* + DH_VERSION=10 perl -MTest::Harness -e 'runtests grep { ! /CVS/ && ! /\.svn/ } @ARGV' t/* ./dh_clean touch test-stamp