[med-svn] [seqan2] 03/05: Fix arch specific build.
Michael Crusoe
misterc-guest at moszumanska.debian.org
Sun Oct 9 09:59:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a commit to branch master
in repository seqan2.
commit fac7dd7b6e03cd7412a7cca81683f16e337f237b
Author: Michael R. Crusoe <michael.crusoe at gmail.com>
Date: Sat Oct 8 10:08:47 2016 -0700
Fix arch specific build.
---
debian/changelog | 7 +++++++
debian/control | 5 ++---
debian/rules | 2 +-
3 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f4e92a9..79306e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+seqan2 (2.2.0+dfsg-3) unstable; urgency=medium
+
+ * Fix arch specific build. Closes: #840023
+ * Remove shlibs:Depends from include-only library package
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com> Sat, 08 Oct 2016 10:08:40 -0700
+
seqan2 (2.2.0+dfsg-2) unstable; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index 42de1f3..aa33275 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: seqan2
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Soeren Sonnenburg <sonne at debian.org>,
Andreas Tille <tille at debian.org>,
- Michael R. Crusoe <crusoe at ucdavis.edu>,
+ Michael R. Crusoe <michael.crusoe at gmail.com>,
Kevin Murray <spam at kdmurray.id.au>
Section: science
Priority: optional
@@ -42,8 +42,7 @@ Description: C++ library for the analysis of biological sequences
Package: libseqan2-dev
Architecture: all
Section: libdevel
-Depends: ${shlibs:Depends},
- ${misc:Depends}
+Depends: ${misc:Depends}
Conflicts: seqan-dev
Description: C++ library for the analysis of biological sequences (development)
SeqAn is a C++ template library of efficient algorithms and data
diff --git a/debian/rules b/debian/rules
index 34dd616..b17dc7c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -78,7 +78,7 @@ override_dh_installman:
$(CURDIR)/debian/generate_manpages
dh_installman
-override_dh_fixperms:
+override_dh_fixperms-indep:
dh_fixperms
for bin in `ls $(CURDIR)/debian/$(pkgapps)/usr/lib/seqan/bin/*.sh` ; do \
chmod +x $(CURDIR)/debian/$(pkgapps)/usr/lib/seqan/bin/`basename $${bin}` ; \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/seqan2.git
More information about the debian-med-commit
mailing list