override_dh_python3 to fix Py3 shebang.
This commit is contained in:
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
||||
python-mistralclient (1:1.1.0-4) unstable; urgency=medium
|
||||
|
||||
* override_dh_python3 to fix Py3 shebang.
|
||||
|
||||
-- Thomas Goirand <zigo@debian.org> Fri, 23 Oct 2015 23:17:16 +0000
|
||||
|
||||
python-mistralclient (1:1.1.0-3) unstable; urgency=medium
|
||||
|
||||
* Uploading to unstable.
|
||||
|
||||
3
debian/rules
vendored
3
debian/rules
vendored
@@ -24,6 +24,9 @@ override_dh_install:
|
||||
mv $(CURDIR)/debian/python-mistralclient/usr/bin/mistral $(CURDIR)/debian/python-mistralclient/usr/bin/python2-mistral
|
||||
mv $(CURDIR)/debian/python3-mistralclient/usr/bin/mistral $(CURDIR)/debian/python3-mistralclient/usr/bin/python3-mistral
|
||||
|
||||
override_dh_python3:
|
||||
dh_python3 --shebang=/usr/bin/python3
|
||||
|
||||
override_dh_clean:
|
||||
dh_clean -O--buildsystem=python_distutils
|
||||
rm -rf build .testrepository
|
||||
|
||||
Reference in New Issue
Block a user