[med-svn] r17612 - trunk/packages/wise/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Mon Aug 4 18:16:00 UTC 2014


Author: tille
Date: 2014-08-04 18:16:00 +0000 (Mon, 04 Aug 2014)
New Revision: 17612

Modified:
   trunk/packages/wise/trunk/debian/changelog
   trunk/packages/wise/trunk/debian/rules
Log:
Running test suite after building ends up in a lot of failures (even if build does not fail since these errors seem to be forgiven by make)


Modified: trunk/packages/wise/trunk/debian/changelog
===================================================================
--- trunk/packages/wise/trunk/debian/changelog	2014-08-04 17:46:48 UTC (rev 17611)
+++ trunk/packages/wise/trunk/debian/changelog	2014-08-04 18:16:00 UTC (rev 17612)
@@ -1,4 +1,4 @@
-wise (2.4.1-15) UNRELEASED; urgency=medium
+wise (2.4.1-15) UNSTABLE; urgency=medium
 
   * Move debian/upstream to debian/upstream/metadata
   * debian/control:
@@ -9,6 +9,9 @@
   * debian/README.source: removed in favour of DEP5 headers
   * Make sure dnal has a valid return value (this affects the test suite
     of python-biopython on some architectures - see #751277)
+  * debian/rules:
+     - drop useless xz compression
+     - add dh_auto_test
 
  -- Andreas Tille <tille at debian.org>  Mon, 04 Aug 2014 19:25:58 +0200
 

Modified: trunk/packages/wise/trunk/debian/rules
===================================================================
--- trunk/packages/wise/trunk/debian/rules	2014-08-04 17:46:48 UTC (rev 17611)
+++ trunk/packages/wise/trunk/debian/rules	2014-08-04 18:16:00 UTC (rev 17612)
@@ -77,5 +77,5 @@
 	$(RM) -r docs/wise2
 	dh_clean
 
-override_dh_builddeb:
-	dh_builddeb -- -Z xz
+override_dh_auto_test:
+	make -C src test




More information about the debian-med-commit mailing list