[med-svn] r20543 - trunk/packages/tree-puzzle/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Wed Nov 25 12:38:20 UTC 2015


Author: tille
Date: 2015-11-25 12:38:19 +0000 (Wed, 25 Nov 2015)
New Revision: 20543

Modified:
   trunk/packages/tree-puzzle/trunk/debian/changelog
   trunk/packages/tree-puzzle/trunk/debian/control
   trunk/packages/tree-puzzle/trunk/debian/rules
Log:
Use dh_autoreconf to update for new architectures, Try hard to run the test suite



Modified: trunk/packages/tree-puzzle/trunk/debian/changelog
===================================================================
--- trunk/packages/tree-puzzle/trunk/debian/changelog	2015-11-25 12:26:07 UTC (rev 20542)
+++ trunk/packages/tree-puzzle/trunk/debian/changelog	2015-11-25 12:38:19 UTC (rev 20543)
@@ -4,6 +4,9 @@
   * cme fix dpkg-control
   * debhelper 9
   * fix clean target when running test suite
+  * Use dh_autoreconf to update for new architectures
+    Closes: #765262
+  * Try hard to run the test suite
 
  -- Andreas Tille <tille at debian.org>  Wed, 25 Nov 2015 13:25:30 +0100
 

Modified: trunk/packages/tree-puzzle/trunk/debian/control
===================================================================
--- trunk/packages/tree-puzzle/trunk/debian/control	2015-11-25 12:26:07 UTC (rev 20542)
+++ trunk/packages/tree-puzzle/trunk/debian/control	2015-11-25 12:38:19 UTC (rev 20543)
@@ -4,7 +4,7 @@
            Charles Plessy <plessy at debian.org>
 Section: science
 Priority: optional
-Build-Depends: autotools-dev,
+Build-Depends: dh-autoreconf,
                debhelper (>= 9),
                libopenmpi-dev,
                libsprng2-dev

Modified: trunk/packages/tree-puzzle/trunk/debian/rules
===================================================================
--- trunk/packages/tree-puzzle/trunk/debian/rules	2015-11-25 12:26:07 UTC (rev 20542)
+++ trunk/packages/tree-puzzle/trunk/debian/rules	2015-11-25 12:38:19 UTC (rev 20543)
@@ -6,7 +6,7 @@
 ppkg:=tree-ppuzzle
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 override_dh_compress:
 	dh_compress --exclude=.pdf --exclude .phy --exclude trees --exclude .b
@@ -18,4 +18,8 @@
 	mv `pwd`/debian/tmp/usr/bin/ppuzzle `pwd`/debian/$(ppkg)/usr/bin/$(ppkg)
 
 override_dh_auto_test:
-	# do not run check
+	# unfortunately most tests are failing for the moment
+	# the issue is documented in
+	#   debian/patches/patch_test_results.patch
+	# and needs to be discussed with upstream
+	dh_auto_test || true




More information about the debian-med-commit mailing list