debian: use PYBUILD_NAME in rules (#41636)

This commit is contained in:
Benjamin Dauvergne 2020-04-13 12:12:28 +02:00
parent 377305a8d1
commit fcd0177f88
5 changed files with 7 additions and 12 deletions

10
debian/changelog vendored
View File

@ -1,11 +1,5 @@
eopayment (0.0.20-0) squeeze; urgency=low
eopayment (0.0.20-0) stable; urgency=low
* New packaging for debian squeeze.
* Dummy changelog.
-- Benjamin Dauvergne <bdauvergne@dor-lomin.entrouvert.com> Mon, 07 Oct 2013 15:13:59 +0200
eopayment (0.0.1-1) lenny; urgency=low
* Initial package, targetting lenny.
-- Frederic Peters <fpeters@debian.org> Mon, 02 May 2011 09:51:28 +0200

3
debian/control vendored
View File

@ -14,7 +14,8 @@ Build-Depends: debhelper (>= 9),
python3-requests,
python3-setuptools,
python3-six,
python3-tz
python3-tz,
dh-python
Standards-Version: 3.9.1
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4

View File

@ -1 +0,0 @@
/usr/lib/python2.*

View File

@ -1 +0,0 @@
/usr/lib/python3.*

4
debian/rules vendored
View File

@ -1,6 +1,8 @@
#!/usr/bin/make -f
export PYBUILD_NAME=eopayment
export PYBUILD_DISABLE=test
%:
dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_auto_test: