[Bash-completion-commits] [SCM] debian-package branch, master, updated. debian/1.1-3-16-g07ac173

David Paleino dapal at debian.org
Wed Jun 16 17:09:39 UTC 2010


The following commit has been merged in the master branch:
commit 8fd74ec591bc10c5e9505e1ef2981b42e63a4cfa
Author: David Paleino <dapal at debian.org>
Date:   Wed Jun 16 18:57:13 2010 +0200

    Support the testsuite, but it fails, so don't run it (yet) :/

diff --git a/debian/rules b/debian/rules
index 979570e..ae65247 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,13 @@
 
 VERSION=$(shell parsechangelog | grep ^Version | awk -F": " '{print $$2}' | cut -d"-" -f1)
 
+override_dh_auto_configure:
+	dh_auto_configure
+
+	# needed by the testsuite
+	[ -d test/log ] || mkdir -p test/log
+	[ -d test/tmp ] || mkdir -p test/tmp
+
 override_dh_compress:
 	dh_compress -Xcontrib
 
@@ -24,5 +31,8 @@ override_dh_install:
 		rm -vf debian/bash-completion/etc/bash_completion.d/$$i; \
 	done
 
+override_dh_auto_test:
+	# nothing
+
 %:
 	dh $@

-- 
debian-package



More information about the Bash-completion-commits mailing list