[med-svn] [seqan2] 01/02: This (not tested!) workaround does not answer the questions of the bug reporter but should cure the symptom
Andreas Tille
tille at debian.org
Mon Nov 20 08:15:40 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 5b16e2c35d90ff1abdad3ec192f75146da9f9eca
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 8bc6897..9298143 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+dfsg2-3) unstable; urgency=medium
* Patch for mips64el from bunk at debian.org (Closes: #878933)
diff --git a/debian/rules b/debian/rules
index 6b6b09e..6fe6f3b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -110,7 +110,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