[med-svn] [pbgenomicconsensus] 05/06: Leave scripts with language extensions alone to avoid potential problems
Afif Elghraoui
afif-guest at moszumanska.debian.org
Wed Oct 14 04:56:07 UTC 2015
This is an automated email from the git hooks/post-receive script.
afif-guest pushed a commit to branch master
in repository pbgenomicconsensus.
commit 7ffd0a43ccda5768c3d95104d54ffde45bc87810
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Tue Oct 13 21:04:39 2015 -0700
Leave scripts with language extensions alone to avoid potential problems
---
debian/rules | 6 ------
1 file changed, 6 deletions(-)
diff --git a/debian/rules b/debian/rules
index 619c05e..e5450a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,6 @@
include /usr/share/dpkg/default.mk
export PYBUILD_NAME := $(DEB_SOURCE)
-BINDIR=$(CURDIR)/debian/$(DEB_SOURCE)/usr/bin
MANDIR=$(CURDIR)/debian/$(DEB_SOURCE)/usr/share/man/
%:
@@ -21,11 +20,6 @@ override_dh_install:
rst2man doc/VariantCallerFunctionalSpecification.rst > $(MANDIR)/man1/variantCaller.py.1
rst2man doc/HowToQuiver.rst > $(MANDIR)/man1/quiver.1
rst2man doc/QuiverFAQ.rst > $(MANDIR)/man7/quiver-faq.7
- for script in $(BINDIR)/*.py; \
- do \
- mv $$script $(BINDIR)/`basename $$script .py`; \
- ln -s `basename $$script .py` $$script; \
- done
# Manpages for scripts with language extensions get installed to wrong
# place unless we force the language as C here. See dh_installman(1)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pbgenomicconsensus.git
More information about the debian-med-commit
mailing list