[Pkg-bazaar-commits] r23 ./bzr-hg/unstable: Don't run the testsuite.

Jelmer Vernooij jelmer at samba.org
Thu Dec 6 14:49:35 UTC 2007


------------------------------------------------------------
revno: 23
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: debian
timestamp: Thu 2007-12-06 15:49:35 +0100
message:
  Don't run the testsuite.
modified:
  debian/rules
-------------- next part --------------
=== modified file 'debian/rules'
--- a/debian/rules	2007-01-20 22:34:42 +0000
+++ b/debian/rules	2007-12-06 14:49:35 +0000
@@ -5,15 +5,6 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
-# turn DEB_BUILD_OPTIONS='foo,bar' into DEB_BUILD_OPT_FOO and DEB_BUILD_OPT_BAR
-d_b_o:=$(shell echo "$$DEB_BUILD_OPTIONS"|sed 's/[^-[:alnum:]]/ /g'|tr a-z A-Z)
-$(foreach o, $(d_b_o), $(eval DEB_BUILD_OPT_$o := 1))
-
 clean::
 	-rm -rf build test*.tmp 
 	find . -name "*.pyc" -print0 | xargs -0 rm -f
-
-ifndef DEB_BUILD_OPT_NOTEST
-common-post-build-indep::	
-	BZR_PLUGIN_PATH=build/lib/bzrlib/plugins/ bzr selftest hg
-endif



More information about the Pkg-bazaar-commits mailing list