[med-svn] [seqan2] 01/01: Commit on behalf of Chris Lamb <lamby at debian.org> for its NMU

Andreas Tille tille at debian.org
Tue May 30 08:27:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository seqan2.

commit e8386b818ff0ba5ab4cc5d64748d4be6c87c540a
Author: Andreas Tille <tille at debian.org>
Date:   Tue May 30 10:26:23 2017 +0200

    Commit on behalf of Chris Lamb <lamby at debian.org> for its NMU
---
 debian/changelog | 8 ++++++++
 debian/rules     | 6 ++++++
 2 files changed, 14 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 716e995..dd74bae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+seqan2 (2.3.1+dfsg-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix broken /usr/bin/splazers symlink on 32-bit architectures.
+    (Closes: #863669)
+
+ -- Chris Lamb <lamby at debian.org>  Mon, 29 May 2017 22:56:39 +0100
+
 seqan2 (2.3.1+dfsg-3) unstable; urgency=medium
 
   * add patch FWDs, set HOME to fix manpages
diff --git a/debian/rules b/debian/rules
index 308d518..9645e96 100755
--- a/debian/rules
+++ b/debian/rules
@@ -96,6 +96,12 @@ override_dh_installman:
 	# we generate only those manpages where binaries are linked to /usr/bin
 	dh_installman
 
+override_dh_link:
+	dh_link
+	# Some binaries (eg. splazer) are not built in 32-bit architectures so
+	# remove their (broken) symlinks.
+	find $(CURDIR)/debian/$(pkgapps)/usr/bin -type l -xtype l -delete
+
 override_dh_fixperms-indep:
 	dh_fixperms
 	for bin in `ls $(CURDIR)/debian/$(pkgapps)/usr/lib/seqan/bin/*.sh` ; do \

-- 
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