[med-svn] r15711 - trunk/packages/seqan/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Thu Jan 2 12:33:49 UTC 2014


Author: tille
Date: 2014-01-02 12:33:49 +0000 (Thu, 02 Jan 2014)
New Revision: 15711

Modified:
   trunk/packages/seqan/trunk/debian/changelog
   trunk/packages/seqan/trunk/debian/rules
Log:
Deal with arch-dep builds but mention that the test suite issue is not yet solved


Modified: trunk/packages/seqan/trunk/debian/changelog
===================================================================
--- trunk/packages/seqan/trunk/debian/changelog	2014-01-02 10:10:40 UTC (rev 15710)
+++ trunk/packages/seqan/trunk/debian/changelog	2014-01-02 12:33:49 UTC (rev 15711)
@@ -1,8 +1,12 @@
 seqan (1.4.1-3) UNRELEASED; urgency=medium
 
-  * debian/rules: Run test suite only on powerfull architectures (amd64)
-    at build time
-    Closes: #733248
+  * debian/rules:
+     - Run test suite only on powerfull architectures (amd64)
+       at build time
+    TODO: does not yet deal with #733248, since it fails even on amd64
+     - Make sure package builds also when building only its
+       architecture-dependent binary packages
+       Closes: #733250
 
  -- Andreas Tille <tille at debian.org>  Sat, 28 Dec 2013 17:56:25 +0100
 

Modified: trunk/packages/seqan/trunk/debian/rules
===================================================================
--- trunk/packages/seqan/trunk/debian/rules	2014-01-02 10:10:40 UTC (rev 15710)
+++ trunk/packages/seqan/trunk/debian/rules	2014-01-02 12:33:49 UTC (rev 15711)
@@ -40,9 +40,11 @@
 	# ------------------------------------------------------------------
 	# Delete additional LICENSE files
 	find $(CURDIR)/debian/seqan-apps -type f -name LICENSE -delete
-	find $(CURDIR)/debian/seqan-dev  -type f -name LICENSE -delete
-	# Delete *.pyc files that somehow end up in seqan-dev documentation
-	find $(CURDIR)/debian/seqan-dev -type f -name "*.pyc" -delete
+	if [ -d $(CURDIR)/debian/seqan-dev ] ; then \
+	    find $(CURDIR)/debian/seqan-dev  -type f -name LICENSE -delete ; \
+	    # Delete *.pyc files that somehow end up in seqan-dev documentation
+	    find $(CURDIR)/debian/seqan-dev -type f -name "*.pyc" -delete ; \
+	fi
 
 override_dh_auto_clean:
 	dh_auto_clean




More information about the debian-med-commit mailing list