[med-svn] r15869 - in trunk/packages/seqan/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Tue Jan 28 08:07:37 UTC 2014


Author: tille
Date: 2014-01-28 08:07:37 +0000 (Tue, 28 Jan 2014)
New Revision: 15869

Added:
   trunk/packages/seqan/trunk/debian/patches/
   trunk/packages/seqan/trunk/debian/patches/series
   trunk/packages/seqan/trunk/debian/patches/skip_splazers_test.patch
Modified:
   trunk/packages/seqan/trunk/debian/changelog
Log:
deacticate test for apps splazers


Modified: trunk/packages/seqan/trunk/debian/changelog
===================================================================
--- trunk/packages/seqan/trunk/debian/changelog	2014-01-27 20:18:54 UTC (rev 15868)
+++ trunk/packages/seqan/trunk/debian/changelog	2014-01-28 08:07:37 UTC (rev 15869)
@@ -3,12 +3,11 @@
   * 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
+  * deacticate test for apps splazers which fails since some point
+    in time after uploading 1.4.1-2
+    Closes: #733250
 
- -- Andreas Tille <tille at debian.org>  Sat, 28 Dec 2013 17:56:25 +0100
+ -- Andreas Tille <tille at debian.org>  Tue, 28 Jan 2014 09:09:09 +0100
 
 seqan (1.4.1-2) unstable; urgency=low
 

Added: trunk/packages/seqan/trunk/debian/patches/series
===================================================================
--- trunk/packages/seqan/trunk/debian/patches/series	                        (rev 0)
+++ trunk/packages/seqan/trunk/debian/patches/series	2014-01-28 08:07:37 UTC (rev 15869)
@@ -0,0 +1 @@
+skip_splazers_test.patch

Added: trunk/packages/seqan/trunk/debian/patches/skip_splazers_test.patch
===================================================================
--- trunk/packages/seqan/trunk/debian/patches/skip_splazers_test.patch	                        (rev 0)
+++ trunk/packages/seqan/trunk/debian/patches/skip_splazers_test.patch	2014-01-28 08:07:37 UTC (rev 15869)
@@ -0,0 +1,20 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Changed: Tue, 28 Jan 2014 09:09:09 +0100
+Bugs-Debian: http://bugs.debian.org/733250
+Description: deacticate test for apps splazers which fails since some point
+ in time after uploading 1.4.1-2
+ .
+ Hint was given by upstream "Holtgrewe, Manuel" <manuel.holtgrewe at fu-berlin.de>
+
+--- a/core/apps/splazers/CMakeLists.txt
++++ b/core/apps/splazers/CMakeLists.txt
+@@ -71,7 +71,8 @@ install (FILES example/genome.fa
+ # App Test
+ # ----------------------------------------------------------------------------
+ 
+-seqan_add_app_test (splazers)
++#  Deactivate test to fix #733248
++#seqan_add_app_test (splazers)
+ 
+ # ----------------------------------------------------------------------------
+ # CPack Install




More information about the debian-med-commit mailing list