The following commit has been merged in the master branch:
commit 080e4c9457f9e566454b46a334d03a462b904751
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date:   Wed Sep 3 04:05:48 2008 +0200

    debian/rules: Fix inverted logic in runtests stamp file creation

diff --git a/debian/rules b/debian/rules
index a9f1773..33afeee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ runtests: $(neededfiles) $(allchecks) $(allcollect) 
$(tagfiles) $(testfiles)
        [ -d debian/tests ] || mkdir debian/tests
        LINTIAN_ROOT="" $(PERL) testset/runtests -k testset debian/tests 
$(onlyrun)
        LINTIAN_ROOT="" $(PERL) t/runtests -k t debian/tests $(onlyrun)
-       if [ "$(onlyrun)" != "" ]; then touch $@; fi
+       if [ "$(onlyrun)" = "" ]; then touch $@; fi
 
 build: build-stamp
 build-stamp: $(neededfiles) $(docsource)

-- 
Debian package checker


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

Reply via email to