[med-svn] [seqan2] 01/03: This (not tested!) workaround does not answer the questions of the bug reporter but should cure the symptom

Michael Crusoe misterc-guest at moszumanska.debian.org
Wed Dec 6 13:23:52 UTC 2017


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

misterc-guest pushed a commit to tag debian/2.3.2.000platform-issues7-41f58c3+dfsg-1
in repository seqan2.

commit 133a61b1058ffe8f151d49ea86844137d1271610
Author: Andreas Tille <tille at debian.org>
Date:   Mon Nov 20 09:13:35 2017 +0100

    This (not tested!) workaround does not answer the questions of the bug reporter but should cure the symptom
---
 debian/changelog | 7 +++++++
 debian/rules     | 4 +++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1aff5fb..42a50b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+seqan2 (2.3.2+dfsg2-4) UNRELEASED; urgency=medium
+
+  * Work around missing dir in indep-only builds
+    Closes: #882169
+
+ -- Andreas Tille <tille at debian.org>  Mon, 20 Nov 2017 09:12:59 +0100
+
 seqan2 (2.3.2.000platform-issues6-9cf5a69+dfsg-3) experimental; urgency=medium
 
   * Typo fix
diff --git a/debian/rules b/debian/rules
index c9deec2..9b24105 100755
--- a/debian/rules
+++ b/debian/rules
@@ -122,7 +122,9 @@ override_dh_link-arch:
 	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
+	if [ -d $(CURDIR)/debian/$(pkgapps)/usr/bin ] ; then \
+	    find $(CURDIR)/debian/$(pkgapps)/usr/bin -type l -xtype l -delete ; \
+	fi
 
 override_dh_fixperms-indep:
 	dh_fixperms

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