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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Uploaders: Soeren Sonnenburg <[email protected]>, Andreas Tille <[email protected]>, - Michael R. Crusoe <[email protected]>, + Michael R. Crusoe <[email protected]>, Kevin Murray <[email protected]> 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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
