]> review.fuel-infra Code Review - packages/trusty/python-pysaml2.git/commitdiff
Also renames /usr/bin/merge_metadata.py as pysaml2-merge-metadata.
authorThomas Goirand <thomas@goirand.fr>
Fri, 15 May 2015 16:02:00 +0000 (16:02 +0000)
committerThomas Goirand <thomas@goirand.fr>
Fri, 15 May 2015 16:02:00 +0000 (16:02 +0000)
Rewritten-From: bef3d2d83fd935640a382fa5dda4ac4a3b329ef9

debian/changelog
debian/rules

index 2f8a19283ba2d5c997a60c8cad1b2b5d21195865..f3b861eab1d36bb92d98187e9050796b86ff05c2 100644 (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
 
index 0f61cff77df8ca38e108e47b893930ed80942ee1..d68645fedae92b29800742f019ce712e47002634 100755 (executable)
@@ -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 \