[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.1.3-37-gfad5411



The following commit has been merged in the master branch:
commit 61e59349e125d5183d4f72adb61b2a4eaf77042b
Author: Russ Allbery <rra@debian.org>
Date:   Tue Dec 30 14:48:38 2008 -0800

    Create debian/tests for check-tags target

diff --git a/debian/rules b/debian/rules
index 57f6102..0a3951a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,7 @@ check-tag:
 	@if [ "$(tag)" = "" ]; then \
 		echo 'Specify tag to test with tag=<tag>'; exit 1; \
 	fi
+	[ -d debian/tests ] || mkdir debian/tests
 	LINTIAN_ROOT="" $(PERL) t/runtests -k -t $(tag) t debian/tests
 
 # this target is only run manually

-- 
Debian package checker


Reply to: