Also renames /usr/bin/merge_metadata.py as pysaml2-merge-metadata.

This commit is contained in:
Thomas Goirand
2015-05-15 16:02:00 +00:00
parent 49ae98ea80
commit bef3d2d83f
2 changed files with 3 additions and 0 deletions

1
debian/changelog vendored
View File

@@ -3,6 +3,7 @@ python-pysaml2 (2.4.0-1) unstable; urgency=medium
* New upstream release.
* Dropped X-Python-Version: >= 2.7.
* Standard-Versions: is now 3.9.6.
* Also renames /usr/bin/merge_metadata.py as pysaml2-merge-metadata.
-- Thomas Goirand <zigo@debian.org> Fri, 15 May 2015 17:48:07 +0200

2
debian/rules vendored
View File

@@ -20,6 +20,8 @@ override_dh_install:
$(CURDIR)/debian/python-pysaml2/usr/bin/pysaml2-mdexport
mv $(CURDIR)/debian/python-pysaml2/usr/bin/parse_xsd2.py \
$(CURDIR)/debian/python-pysaml2/usr/bin/pysaml2-parse-xsd2
mv $(CURDIR)/debian/python-pysaml2/usr/bin/merge_metadata.py \
$(CURDIR)/debian/python-pysaml2/usr/bin/pysaml2-merge-metadata
# Python3 is not yet supported upstream
# set -e && for pyvers in $(PYTHON3S); do \
# python$$pyvers setup.py install --install-layout=deb \