[med-svn] [kmer-tools] 04/04: Add DEP-3 headers to quilt patches
Afif Elghraoui
afif-guest at moszumanska.debian.org
Tue May 26 08:16:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
afif-guest pushed a commit to branch master
in repository kmer-tools.
commit a8ee5f766a94bfff7c12840e1271603ff1dc7ebb
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Mon May 25 23:59:37 2015 -0700
Add DEP-3 headers to quilt patches
I should have known about
quilt header -e and especially its
--dep3 flag when I was first making
these patches.
---
debian/patches/kazlib.patch | 7 +++++++
debian/patches/remove-kazlib.patch | 13 +++++++++++++
2 files changed, 20 insertions(+)
diff --git a/debian/patches/kazlib.patch b/debian/patches/kazlib.patch
index 5815136..fe75ca8 100644
--- a/debian/patches/kazlib.patch
+++ b/debian/patches/kazlib.patch
@@ -1,3 +1,10 @@
+Description: Link external kazlib and do not build the bundled copy.
+ Upstream bundles a convenience copy of kazlib, but this is already
+ available in Debian. This patch removes the kazlib sources from the
+ package's Makefile and adds a library flag to link to an externally
+ installed copy.
+Author: Afif Elghraoui <afif at ghraoui.name>
+Last-Update: 2015-05-25
--- kmer-tools.orig/libutil/Make.include
+++ kmer-tools/libutil/Make.include
@@ -1,7 +1,6 @@
diff --git a/debian/patches/remove-kazlib.patch b/debian/patches/remove-kazlib.patch
index 060812e..cce513d 100644
--- a/debian/patches/remove-kazlib.patch
+++ b/debian/patches/remove-kazlib.patch
@@ -1,3 +1,16 @@
+Description: Remove kazlib entirely
+ Upstream has reported [1] that kazlib is only used by one
+ component of this source distribution and that he intends
+ to deprecate it. As early versions of this package do not
+ include the component requiring kazlib, this patch prevents
+ the building of libutil/bigQueue, the main source file that
+ uses kazlib. For the source to build at this point, the
+ components that rely on bigQueue must be excluded from the
+ build.
+ .
+ 1. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=784863#20
+Author: Afif Elghraoui <afif at ghraoui.name>
+Last-Update: 2015-05-25
--- kmer-tools.orig/configure.sh
+++ kmer-tools/configure.sh
@@ -369,8 +369,8 @@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/kmer-tools.git
More information about the debian-med-commit
mailing list