[med-svn] [libsmithwaterman] 01/02: Add -ldisorder to LIBS via pkg-config
Andreas Tille
tille at debian.org
Fri Feb 10 07:52:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to tag debian/0.0+20160702-2
in repository libsmithwaterman.
commit 28b8daefa3a4ad4ee42535c749a08df1bd982bbd
Author: Andreas Tille <tille at debian.org>
Date: Thu Feb 9 22:44:45 2017 +0100
Add -ldisorder to LIBS via pkg-config
---
debian/changelog | 6 ++++++
debian/control | 3 ++-
debian/patches/autoconf.patch | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6ef9e08..296b73e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libsmithwaterman (0.0+20160702-2) UNRELEASED; urgency=medium
+
+ * Add -ldisorder to LIBS via pkg-config
+
+ -- Andreas Tille <tille at debian.org> Thu, 09 Feb 2017 22:43:16 +0100
+
libsmithwaterman (0.0+20160702-1) unstable; urgency=medium
* Initial release (Closes: #827916)
diff --git a/debian/control b/debian/control
index 53782fd..ce7e709 100644
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,8 @@ Architecture: any
Section: libdevel
Depends: libsmithwaterman0 (= ${binary:Version}),
${shlibs:Depends},
- ${misc:Depends}
+ ${misc:Depends},
+ libdisorder-dev
Description: determine similar regions between two strings or genomic sequences (devel)
The Smith–Waterman algorithm performs local sequence alignment; that is,
for determining similar regions between two strings or nucleotide or
diff --git a/debian/patches/autoconf.patch b/debian/patches/autoconf.patch
index bd39a6f..536e036 100644
--- a/debian/patches/autoconf.patch
+++ b/debian/patches/autoconf.patch
@@ -166,5 +166,5 @@ Description: Add autoconf stuff to enable simple library creation
+Name: libsmithwaterman
+Version: @VERSION@
+Description: smith-waterman-gotoh alignment algorithm
-+Libs: -L${libdir} -lsmithwaterman
++Libs: -L${libdir} -lsmithwaterman -ldisorder
+Cflags: -I${includedir}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libsmithwaterman.git
More information about the debian-med-commit
mailing list