[med-svn] [seqan2] 01/02: Fix indep-only build
Andreas Tille
tille at debian.org
Wed Dec 6 10:08:46 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch experimental
in repository seqan2.
commit b3f954bebce226b4cd864714c9bd0a1df1954ba8
Author: Andreas Tille <tille at debian.org>
Date: Wed Dec 6 11:06:08 2017 +0100
Fix indep-only build
---
debian/changelog | 7 +++++++
debian/rules | 6 +++---
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1aff5fb..a47a98e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+seqan2 (2.3.2.000platform-issues6-9cf5a69+dfsg-4) UNRELEASED; urgency=medium
+
+ * Fix indep-only build
+ Closes: #882169
+
+ -- Andreas Tille <tille at debian.org> Wed, 06 Dec 2017 10:59:05 +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..f161d2a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -103,8 +103,8 @@ override_dh_auto_clean:
fi
rm -rf orig seqan-2.pc
-override_dh_installman:
- dh_link
+override_dh_installman-arch:
+ dh_link -a
find -L $(CURDIR)/debian/$(pkgapps)/usr/bin -name . -o -type d -prune -o -type l -exec rm {} +
$(CURDIR)/debian/generate_manpages
#for bin in `ls $(CURDIR)/debian/$(pkgapps)/usr/lib/seqan/bin` ; do \
@@ -116,7 +116,7 @@ override_dh_installman:
# fi ; \
#done
# we generate only those manpages where binaries are linked to /usr/bin
- dh_installman
+ dh_installman -a
override_dh_link-arch:
dh_link
--
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