[med-svn] [seqan2] 01/02: Do not generate manpages in arch indep builds (as done in experimental branch)

Andreas Tille tille at debian.org
Wed Dec 6 10:14:30 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 ca43e4b12b3c520d8fec94004ad9f0f0cc841ba9
Author: Andreas Tille <tille at debian.org>
Date:   Wed Dec 6 11:11:48 2017 +0100

    Do not generate manpages in arch indep builds (as done in experimental branch)
---
 debian/changelog | 2 ++
 debian/rules     | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 18312ec..f948a6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ seqan2 (2.3.2+dfsg2-4) UNRELEASED; urgency=medium
   * Work around missing dir in indep-only builds
     Closes: #882169
   * d/rules: drop --parallel which is redundant for debhelper 10
+  * Do not generate manpages in arch indep builds (as done in
+    experimental branch)
 
  -- Andreas Tille <tille at debian.org>  Mon, 20 Nov 2017 09:12:59 +0100
 
diff --git a/debian/rules b/debian/rules
index 5351dd4..09ab9fc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -92,8 +92,8 @@ override_dh_auto_clean:
 	fi
 	rm -rf orig seqan-2.pc
 
-override_dh_installman:
-	dh_link
+override_dh_installman-arch:
+	dh_link -a
 	$(CURDIR)/debian/generate_manpages
 	#for bin in `ls $(CURDIR)/debian/$(pkgapps)/usr/lib/seqan/bin` ; do \
 	#    if [ -x $(CURDIR)/debian/$(pkgapps)/usr/lib/seqan/bin/`basename $${bin}` ] ; then \
@@ -104,7 +104,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