[med-svn] [python-pyvcf] 11/11: Rename all *.py files and upload
Andreas Tille
tille at debian.org
Fri Dec 2 20:16:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository python-pyvcf.
commit 5a22064bd57da3d6353550c9dd3a7863a8221323
Author: Andreas Tille <tille at debian.org>
Date: Fri Dec 2 21:15:30 2016 +0100
Rename all *.py files and upload
---
debian/changelog | 4 ++--
debian/rules | 4 +++-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index aa8d3f1..14ee0d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-python-pyvcf (0.6.8-1) UNRELEASED; urgency=medium
+python-pyvcf (0.6.8-1) unstable; urgency=medium
* New upstream version
* Fix watch file
@@ -7,7 +7,7 @@ python-pyvcf (0.6.8-1) UNRELEASED; urgency=medium
* hardening=+all
* Remove unused lintian override
- -- Andreas Tille <tille at debian.org> Fri, 02 Dec 2016 20:19:11 +0100
+ -- Andreas Tille <tille at debian.org> Fri, 02 Dec 2016 20:33:48 +0100
python-pyvcf (0.6.7-2) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 4c1394a..5c3fa80 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,9 @@ override_dh_install:
mkdir -p $(helperdir)
mv debian/python3-$(PYBUILD_NAME)/usr/bin $(helperdir)
# strip .py extension
- mv $(helperdir)/bin/vcf_filter.py $(helperdir)/bin/vcf_filter
+ for py in $(helperdir)/bin/*.py ; do \
+ mv $${py} $(helperdir)/bin/`basename $${py} .py` ; \
+ done
rm -rf debian/python-$(PYBUILD_NAME)/usr/bin
get-orig-source:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pyvcf.git
More information about the debian-med-commit
mailing list