override_dh_python3 to fix Py3 shebang.
This commit is contained in:
parent
6b694a5ef3
commit
c68e56af97
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
python-os-testr (0.2.0-3) unstable; urgency=medium
|
||||
|
||||
* override_dh_python3 to fix Py3 shebang.
|
||||
|
||||
-- Thomas Goirand <zigo@debian.org> Fri, 23 Oct 2015 23:20:44 +0000
|
||||
|
||||
python-os-testr (0.2.0-2) unstable; urgency=medium
|
||||
|
||||
* Uploading to unstable.
|
||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -30,6 +30,9 @@ override_dh_install:
|
||||
mv $(CURDIR)/debian/python-os-testr/usr/bin/subunit2html $(CURDIR)/debian/python-os-testr/usr/bin/python2-subunit2html
|
||||
mv $(CURDIR)/debian/python3-os-testr/usr/bin/subunit2html $(CURDIR)/debian/python3-os-testr/usr/bin/python3-subunit2html
|
||||
|
||||
override_dh_python3:
|
||||
dh_python3 --shebang=/usr/bin/python3
|
||||
|
||||
override_dh_auto_test:
|
||||
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
|
||||
@echo "===> Running tests"
|
||||
|
Loading…
x
Reference in New Issue
Block a user