[Python-apps-commits] r12247 - in packages/hg-git/trunk/debian (changelog control rules)

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Sun Aug 16 14:02:48 UTC 2015


    Date: Sunday, August 16, 2015 @ 14:02:47
  Author: vicho
Revision: 12247

Run the testsuite when building the package

Modified:
  packages/hg-git/trunk/debian/changelog
  packages/hg-git/trunk/debian/control
  packages/hg-git/trunk/debian/rules

Modified: packages/hg-git/trunk/debian/changelog
===================================================================
--- packages/hg-git/trunk/debian/changelog	2015-08-16 14:02:41 UTC (rev 12246)
+++ packages/hg-git/trunk/debian/changelog	2015-08-16 14:02:47 UTC (rev 12247)
@@ -2,6 +2,7 @@
 
   * Add 6 patches from upstream to make mercurial-git 0.8.1 work with
     mercurial 3.5-1 (Closes: #794987)
+  * Run the testsuite when building the package
 
  -- Javi Merino <vicho at debian.org>  Sun, 09 Aug 2015 19:22:08 +0100
 

Modified: packages/hg-git/trunk/debian/control
===================================================================
--- packages/hg-git/trunk/debian/control	2015-08-16 14:02:41 UTC (rev 12246)
+++ packages/hg-git/trunk/debian/control	2015-08-16 14:02:47 UTC (rev 12247)
@@ -8,6 +8,10 @@
  debhelper (>= 9),
  python (>= 2.6.6-3~),
  dh-python,
+ unzip,
+ mercurial,
+ python-dulwich,
+ git,
 Standards-Version: 3.9.6
 X-Python-Version: >= 2.5
 Homepage: http://hg-git.github.com/

Modified: packages/hg-git/trunk/debian/rules
===================================================================
--- packages/hg-git/trunk/debian/rules	2015-08-16 14:02:41 UTC (rev 12246)
+++ packages/hg-git/trunk/debian/rules	2015-08-16 14:02:47 UTC (rev 12247)
@@ -10,8 +10,7 @@
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	# Not running the test since as of 0.8.0, 2 tests in it fail
-	#make tests
+	make tests
 endif
 
 # python setup.py install installs it as hggit, whereas mercurial searches for




More information about the Python-apps-commits mailing list