[med-svn] r23132 - trunk/packages/biojava4-live/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Thu Nov 24 15:48:29 UTC 2016


Author: tille
Date: 2016-11-24 15:48:28 +0000 (Thu, 24 Nov 2016)
New Revision: 23132

Modified:
   trunk/packages/biojava4-live/trunk/debian/changelog
   trunk/packages/biojava4-live/trunk/debian/rules
Log:
Fix warning output and upload to unstable


Modified: trunk/packages/biojava4-live/trunk/debian/changelog
===================================================================
--- trunk/packages/biojava4-live/trunk/debian/changelog	2016-11-24 13:44:47 UTC (rev 23131)
+++ trunk/packages/biojava4-live/trunk/debian/changelog	2016-11-24 15:48:28 UTC (rev 23132)
@@ -1,4 +1,4 @@
-biojava4-live (4.1.0+dfsg-4) UNRELEASED; urgency=medium
+biojava4-live (4.1.0+dfsg-4) unstable; urgency=medium
 
   * Team upload.
   * d/rules: export LC_ALL=C.UTF-8
@@ -10,7 +10,7 @@
   * cme fix dpkg-control
   * debhelper 10
 
- -- Andreas Tille <tille at debian.org>  Thu, 24 Nov 2016 13:17:32 +0100
+ -- Andreas Tille <tille at debian.org>  Thu, 24 Nov 2016 14:45:01 +0100
 
 biojava4-live (4.1.0+dfsg-3) unstable; urgency=medium
 

Modified: trunk/packages/biojava4-live/trunk/debian/rules
===================================================================
--- trunk/packages/biojava4-live/trunk/debian/rules	2016-11-24 13:44:47 UTC (rev 23131)
+++ trunk/packages/biojava4-live/trunk/debian/rules	2016-11-24 15:48:28 UTC (rev 23132)
@@ -56,14 +56,12 @@
 	rm -rf biojavadoc
 
 override_dh_auto_test:
-	cat <<EOT
-*********************************************************************************
-* The following test is ignored since under certain circumstances it might fail *
-* Please check the result!                                                      *
-* More information can be found in the Debian BTS at                            *
-*      https://bugs.debian.org/843712                                           *
-*********************************************************************************
-EOT
+	echo '*********************************************************************************'
+	echo '* The following test is ignored since under certain circumstances it might fail *'
+	echo '* Please check the result!                                                      *'
+	echo '* More information can be found in the Debian BTS at                            *'
+	echo '*      https://bugs.debian.org/843712                                           *'
+	echo '*********************************************************************************'
 	cd biojava-core && (ant test || true)
 	cd biojava-alignment && ant test
 	# Investigate test failure




More information about the debian-med-commit mailing list