[med-svn] r15391 - trunk/packages/hmmer/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Mon Dec 2 16:27:45 UTC 2013


Author: tille
Date: 2013-12-02 16:27:45 +0000 (Mon, 02 Dec 2013)
New Revision: 15391

Modified:
   trunk/packages/hmmer/trunk/debian/changelog
   trunk/packages/hmmer/trunk/debian/rules
Log:
Apply patch from Adam Conrad <adconrad at debian.org> to build on powerpc; I have realised the discussion of bug #728650 and that it is not fully sure whether it makes really sense to build the package at powerpc at all.  However, if we do not provide the package also on those low popcon architectures we will not learn about potential problems there.  Designing some reasonable test suites to detect problems would be cool.


Modified: trunk/packages/hmmer/trunk/debian/changelog
===================================================================
--- trunk/packages/hmmer/trunk/debian/changelog	2013-12-02 16:17:51 UTC (rev 15390)
+++ trunk/packages/hmmer/trunk/debian/changelog	2013-12-02 16:27:45 UTC (rev 15391)
@@ -1,3 +1,11 @@
+hmmer (3.1b1-3) UNRELEASED; urgency=low
+
+  * Apply patch from Adam Conrad <adconrad at debian.org> to build on
+    powerpc (thanks to Adam for the patch)
+    Closes: #728650
+
+ -- Andreas Tille <tille at debian.org>  Mon, 02 Dec 2013 17:24:47 +0100
+
 hmmer (3.1b1-2) unstable; urgency=low
 
   [ Charles Plessy ]

Modified: trunk/packages/hmmer/trunk/debian/rules
===================================================================
--- trunk/packages/hmmer/trunk/debian/rules	2013-12-02 16:17:51 UTC (rev 15390)
+++ trunk/packages/hmmer/trunk/debian/rules	2013-12-02 16:27:45 UTC (rev 15391)
@@ -11,11 +11,7 @@
 ifeq (amd64,$(ARCH))
     DEB_CONFIGURE_EXTRA_FLAGS := --enable-threads --enable-sse
  else
-    ifeq (powerpc,$(ARCH))
-    DEB_CONFIGURE_EXTRA_FLAGS := --enable-threads --enable-vmx
- else
     DEB_CONFIGURE_EXTRA_FLAGS := --enable-threads
- endif
 endif
 
 override_dh_auto_configure:




More information about the debian-med-commit mailing list