[med-svn] r5378 - in trunk/packages/hmmer/trunk/debian: . patches

Steffen Möller moeller at alioth.debian.org
Sun Oct 24 22:50:51 UTC 2010


Author: moeller
Date: 2010-10-24 22:50:44 +0000 (Sun, 24 Oct 2010)
New Revision: 5378

Added:
   trunk/packages/hmmer/trunk/debian/patches/debian-changes-3.0-2.1
Modified:
   trunk/packages/hmmer/trunk/debian/changelog
   trunk/packages/hmmer/trunk/debian/patches/series
Log:
Added patch by gregor herrmann


Modified: trunk/packages/hmmer/trunk/debian/changelog
===================================================================
--- trunk/packages/hmmer/trunk/debian/changelog	2010-10-24 15:35:29 UTC (rev 5377)
+++ trunk/packages/hmmer/trunk/debian/changelog	2010-10-24 22:50:44 UTC (rev 5378)
@@ -1,3 +1,15 @@
+hmmer (3.0-3) unstable; urgency=low
+
+ [Gregor Herrmann]
+ * Fix "FTBFS (powerpc): altivec and cast errors": remove special casing for
+   powerpc, so that it gets built with the dummy vector implementation like
+   most other architectures (closes: #594860).
+
+ -- Steffen Moeller <moeller at debian.org>  Mon, 25 Oct 2010 00:08:19 +0200
+
+hmmer (3.0-2) unstable; urgency=low
+ 
+   * Install binaries to /usr/bin instead of /bin
 hmmer (3.0-3) UNRELEASED; urgency=low
 
   * PowerPC suddenly failed, now explicitly activating optimisations

Added: trunk/packages/hmmer/trunk/debian/patches/debian-changes-3.0-2.1
===================================================================
--- trunk/packages/hmmer/trunk/debian/patches/debian-changes-3.0-2.1	                        (rev 0)
+++ trunk/packages/hmmer/trunk/debian/patches/debian-changes-3.0-2.1	2010-10-24 22:50:44 UTC (rev 5378)
@@ -0,0 +1,49 @@
+Description: Upstream changes introduced in version 3.0-2.1
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ hmmer (3.0-2.1) UNRELEASED; urgency=low
+ .
+   * Non-maintainer upload.
+   * Fix "FTBFS (powerpc): altivec and cast errors": remove special casing for
+     powerpc, so that it gets built with the dummy vector implementation like
+     most other architectures (closes: #594860).
+ .
+ The person named in the Author field signed this changelog entry.
+Author: gregor herrmann <gregoa at debian.org>
+Bug-Debian: http://bugs.debian.org/594860
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- hmmer-3.0.orig/configure
++++ hmmer-3.0/configure
+@@ -3807,7 +3807,6 @@ if test "$impl_choice" = "none"; then
+     ia64-*-*)      impl_choice=sse;;
+     i?86-*-*)      impl_choice=sse;;
+     x86*-*-*)      impl_choice=sse;;
+-    powerpc*-*-*)  impl_choice=vmx;;
+     *)             impl_choice=dummy;;
+   esac
+ fi
+--- hmmer-3.0.orig/configure.ac
++++ hmmer-3.0/configure.ac
+@@ -300,7 +300,6 @@ if test "$impl_choice" = "none"; then
+     ia64-*-*)      impl_choice=sse;;
+     i?86-*-*)      impl_choice=sse;;
+     x86*-*-*)      impl_choice=sse;;
+-    powerpc*-*-*)  impl_choice=vmx;;
+     *)             impl_choice=dummy;;
+   esac
+ fi

Modified: trunk/packages/hmmer/trunk/debian/patches/series
===================================================================
--- trunk/packages/hmmer/trunk/debian/patches/series	2010-10-24 15:35:29 UTC (rev 5377)
+++ trunk/packages/hmmer/trunk/debian/patches/series	2010-10-24 22:50:44 UTC (rev 5378)
@@ -1 +1,2 @@
 debian-changes-3.0-1
+debian-changes-3.0-2.1




More information about the debian-med-commit mailing list