[Python-apps-commits] r7354 - in packages/mercurial/trunk/debian (rules)

vicho-guest at users.alioth.debian.org vicho-guest at users.alioth.debian.org
Sun Jul 24 08:18:28 UTC 2011


    Date: Sunday, July 24, 2011 @ 08:18:27
  Author: vicho-guest
Revision: 7354

Override dh_auto_test

make test can't be run in the buildds if mercurial is not installed

Modified:
  packages/mercurial/trunk/debian/rules	(contents, properties)

Modified: packages/mercurial/trunk/debian/rules
===================================================================
--- packages/mercurial/trunk/debian/rules	2011-07-24 08:18:19 UTC (rev 7353)
+++ packages/mercurial/trunk/debian/rules	2011-07-24 08:18:27 UTC (rev 7354)
@@ -8,13 +8,12 @@
 
 override_dh_auto_build: $(PYVERS:%=build-python%)
 	$(MAKE) -C doc man
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	# Tests are not yet ready to be run in Debian build context
-	#$(MAKE) tests
-endif
 	# Do not start a line with a word with a dot in a manpage
 	sed -i -e 's,^[.]\(hgignore\|hg/hgrc\),\\fP\1,' doc/hg.1
 
+# Tests are not yet ready to be run in Debian build context
+override_dh_auto_test:
+
 build-python%: mercurial/__version__.py
 	python$* setup.py build
 	touch $@




More information about the Python-apps-commits mailing list