Also renames /usr/bin/merge_metadata.py as pysaml2-merge-metadata.
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -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
2
debian/rules
vendored
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user