[med-svn] [seqan] 02/03: Revert "Tried to create docs but failed"
Andreas Tille
tille at debian.org
Tue Jul 26 07:09:27 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 412a098610e8d0dbfb16260cdf4b3c66833effeb
Author: Andreas Tille <tille at debian.org>
Date: Tue Jul 26 09:08:45 2016 +0200
Revert "Tried to create docs but failed"
This reverts commit 44b070a6aefe865b49a540ad518acf8fd7bbcfc5.
---
debian/rules | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/debian/rules b/debian/rules
index c9fe0c3..2caa01e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,10 +31,6 @@ 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
@@ -57,11 +53,11 @@ override_dh_auto_clean:
override_dh_installman:
for bin in `ls $(CURDIR)/debian/$(pkgapps)/usr/lib/seqan/bin` ; do \
- 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}` ; \
+ if [ -x $(CURDIR)/$(pkgapps)/usr/lib/seqan/bin/$${bin} ] ; then \
+ ln -s ../lib/seqan/bin/$${bin} $(CURDIR)/$(pkgapps)/usr/bin/$${bin} ; \
fi ; \
if echo $${bin} | grep -q '\.sh$$' ; then \
- ln -s ../lib/seqan/bin/$${bin} $(CURDIR)/debian/$(pkgapps)/usr/bin/`basename $${bin} .sh` ; \
+ ln -s ../lib/seqan/bin/$${bin} $(CURDIR)/$(pkgapps)/usr/bin/`basename $${bin} .sh` ; \
fi ; \
done
# we generate only those manpages where binaries are linked to /usr/bin
@@ -71,7 +67,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)/debian/$(pkgapps)/usr/lib/seqan/bin/`basename $${bin}` ; \
+ chmod +x $(CURDIR)/$(pkgapps)/usr/lib/seqan/bin/$${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