[med-svn] [seqan] 01/01: Tried to create docs but failed

Andreas Tille tille at debian.org
Fri Jan 22 14:40:39 UTC 2016


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

tille pushed a commit to branch master
in repository seqan.

commit 44b070a6aefe865b49a540ad518acf8fd7bbcfc5
Author: Andreas Tille <tille at debian.org>
Date:   Fri Jan 22 15:40:18 2016 +0100

    Tried to create docs but failed
---
 debian/rules | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 2caa01e..c9fe0c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,6 +31,10 @@ pkgdev=seqan-dev
 override_dh_auto_build:
 	dh_auto_build
 	cd obj-$(DEB_BUILD_GNU_TYPE); make dox # FIXME: This does nothing and no *.html files will be created at all
+	# This ends up in:
+	# Could not import extension sphinxcontrib.bibtex (exception: No module named sphinxcontrib.bibtex)
+	# Seems there is no sphinx module bibtex - thus deactivating creation of html manual
+	# cd manual && make html
 
 override_dh_install:
 	dh_install
@@ -53,11 +57,11 @@ override_dh_auto_clean:
 
 override_dh_installman:
 	for bin in `ls $(CURDIR)/debian/$(pkgapps)/usr/lib/seqan/bin` ; do \
-	    if [ -x $(CURDIR)/$(pkgapps)/usr/lib/seqan/bin/$${bin} ] ; then \
-	        ln -s ../lib/seqan/bin/$${bin} $(CURDIR)/$(pkgapps)/usr/bin/$${bin} ; \
+	    if [ -x $(CURDIR)/debian/$(pkgapps)/usr/lib/seqan/bin/`basename $${bin}` ] ; then \
+	        ln -s ../lib/seqan/bin/`basename $${bin}` $(CURDIR)/debian/$(pkgapps)/usr/bin/`basename $${bin}` ; \
 	    fi ; \
 	    if echo $${bin} | grep -q '\.sh$$' ; then \
-	        ln -s ../lib/seqan/bin/$${bin} $(CURDIR)/$(pkgapps)/usr/bin/`basename $${bin} .sh` ; \
+	        ln -s ../lib/seqan/bin/$${bin} $(CURDIR)/debian/$(pkgapps)/usr/bin/`basename $${bin} .sh` ; \
 	    fi ; \
 	done
 	# we generate only those manpages where binaries are linked to /usr/bin
@@ -67,7 +71,7 @@ override_dh_installman:
 override_dh_fixperms:
 	dh_fixperms
 	for bin in `ls $(CURDIR)/debian/$(pkgapps)/usr/lib/seqan/bin/*.sh` ; do \
-	    chmod +x $(CURDIR)/$(pkgapps)/usr/lib/seqan/bin/$${bin} ; \
+	    chmod +x $(CURDIR)/debian/$(pkgapps)/usr/lib/seqan/bin/`basename $${bin}` ; \
 	done
 
 override_dh_auto_test:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/seqan.git



More information about the debian-med-commit mailing list