[med-svn] r15392 - in trunk/packages/hmmer/trunk/debian: . patches
Andreas Tille
tille at moszumanska.debian.org
Mon Dec 2 16:39:47 UTC 2013
Author: tille
Date: 2013-12-02 16:39:47 +0000 (Mon, 02 Dec 2013)
New Revision: 15392
Modified:
trunk/packages/hmmer/trunk/debian/changelog
trunk/packages/hmmer/trunk/debian/control
trunk/packages/hmmer/trunk/debian/patches/debian-changes-3.0-1
trunk/packages/hmmer/trunk/debian/patches/debian-changes-3.0-2.1
trunk/packages/hmmer/trunk/debian/patches/fix_clean_target
Log:
DEP3 headers; cme fix dpkg-control
Modified: trunk/packages/hmmer/trunk/debian/changelog
===================================================================
--- trunk/packages/hmmer/trunk/debian/changelog 2013-12-02 16:27:45 UTC (rev 15391)
+++ trunk/packages/hmmer/trunk/debian/changelog 2013-12-02 16:39:47 UTC (rev 15392)
@@ -1,8 +1,10 @@
-hmmer (3.1b1-3) UNRELEASED; urgency=low
+hmmer (3.1b1-3) unstable; urgency=low
* Apply patch from Adam Conrad <adconrad at debian.org> to build on
powerpc (thanks to Adam for the patch)
Closes: #728650
+ * DEP3 patch headers
+ * cme fix dpkg-control
-- Andreas Tille <tille at debian.org> Mon, 02 Dec 2013 17:24:47 +0100
Modified: trunk/packages/hmmer/trunk/debian/control
===================================================================
--- trunk/packages/hmmer/trunk/debian/control 2013-12-02 16:27:45 UTC (rev 15391)
+++ trunk/packages/hmmer/trunk/debian/control 2013-12-02 16:39:47 UTC (rev 15392)
@@ -9,7 +9,7 @@
Priority: optional
Build-Depends: debhelper (>= 9),
autotools-dev
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/hmmer/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/hmmer/trunk/
Homepage: http://hmmer.janelia.org/
@@ -47,4 +47,3 @@
sequence family.
.
This package contains documents and example files for the hmmer package.
-
Modified: trunk/packages/hmmer/trunk/debian/patches/debian-changes-3.0-1
===================================================================
--- trunk/packages/hmmer/trunk/debian/patches/debian-changes-3.0-1 2013-12-02 16:27:45 UTC (rev 15391)
+++ trunk/packages/hmmer/trunk/debian/patches/debian-changes-3.0-1 2013-12-02 16:39:47 UTC (rev 15392)
@@ -1,29 +1,7 @@
-Description: Upstream changes introduced in version 3.0-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-1) unstable; urgency=low
- .
- * The 3.0 release should now substitute the outdated 2.3.x one.
- * The hmmer-pvm package is no longer available.
- .
- The person named in the Author field signed this changelog entry.
Author: Eric Talevich <etal at uga.edu>
+Last-Update: Thu, 08 Jul 2010 14:17:59 -0400
+Description: Fix manpage extension
----
-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>
-
--- a/Makefile.in
+++ b/Makefile.in
@@ -47,7 +47,7 @@
Modified: trunk/packages/hmmer/trunk/debian/patches/debian-changes-3.0-2.1
===================================================================
--- trunk/packages/hmmer/trunk/debian/patches/debian-changes-3.0-2.1 2013-12-02 16:27:45 UTC (rev 15391)
+++ trunk/packages/hmmer/trunk/debian/patches/debian-changes-3.0-2.1 2013-12-02 16:39:47 UTC (rev 15392)
@@ -1,32 +1,11 @@
-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>
+Last-Update: Mon, 25 Oct 2010 00:25:08 +0200
Bug-Debian: http://bugs.debian.org/594860
+Description: avoid altivec and cast errors on powerpc
+ I've created a patch the uses "dummy" also on powerpc, and it works
+ on i386 and powerpc (meaning that sse is used on my local machine and
+ dummy on pescetti.debian.org).
----
-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>
-
--- a/configure
+++ b/configure
@@ -3849,7 +3849,6 @@
Modified: trunk/packages/hmmer/trunk/debian/patches/fix_clean_target
===================================================================
--- trunk/packages/hmmer/trunk/debian/patches/fix_clean_target 2013-12-02 16:27:45 UTC (rev 15391)
+++ trunk/packages/hmmer/trunk/debian/patches/fix_clean_target 2013-12-02 16:39:47 UTC (rev 15392)
@@ -1,3 +1,7 @@
+Author: Tim Booth <tbooth at ceh.ac.uk>
+Last-Update: Thu, 15 Aug 2013 16:34:31 +0100
+Description: Fix clean target by making sure it will always succeede
+
--- a/documentation/Makefile.in
+++ b/documentation/Makefile.in
@@ -24,12 +24,12 @@
More information about the debian-med-commit
mailing list