From 916883de2fae0db9b18335a425020fceda95c191 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 15 May 2015 16:02:00 +0000 Subject: [PATCH] Also renames /usr/bin/merge_metadata.py as pysaml2-merge-metadata. Rewritten-From: bef3d2d83fd935640a382fa5dda4ac4a3b329ef9 --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2f8a192..f3b861e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 15 May 2015 17:48:07 +0200 diff --git a/debian/rules b/debian/rules index 0f61cff..d68645f 100755 --- a/debian/rules +++ b/debian/rules @@ -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 \ -- 2.45.2