Projet

Général

Profil

0001-debian-use-PYBUILD_NAME-in-rules-41636.patch

Benjamin Dauvergne, 17 avril 2020 15:08

Télécharger (2,22 ko)

Voir les différences:

Subject: [PATCH] debian: use PYBUILD_NAME in rules (#41636)

 debian/changelog                 | 10 ++--------
 debian/control                   |  3 ++-
 debian/python-eopayment.install  |  1 -
 debian/python3-eopayment.install |  1 -
 debian/rules                     |  4 +++-
 5 files changed, 7 insertions(+), 12 deletions(-)
 delete mode 100644 debian/python-eopayment.install
 delete mode 100644 debian/python3-eopayment.install
debian/changelog
1
eopayment (0.0.20-0) squeeze; urgency=low
1
eopayment (0.0.20-0) stable; urgency=low
2 2

  
3
  * New packaging for debian squeeze.
3
  * Dummy changelog.
4 4

  
5 5
 -- Benjamin Dauvergne <bdauvergne@dor-lomin.entrouvert.com>  Mon, 07 Oct 2013 15:13:59 +0200
6

  
7
eopayment (0.0.1-1) lenny; urgency=low
8

  
9
  * Initial package, targetting lenny.
10

  
11
 -- Frederic Peters <fpeters@debian.org>  Mon, 02 May 2011 09:51:28 +0200
debian/control
14 14
               python3-requests,
15 15
               python3-setuptools,
16 16
               python3-six,
17
               python3-tz
17
               python3-tz,
18
               dh-python
18 19
Standards-Version: 3.9.1
19 20
X-Python-Version: >= 2.7
20 21
X-Python3-Version: >= 3.4
/dev/null
1
/usr/lib/python2.*
/dev/null
1
/usr/lib/python3.*
debian/rules
1 1
#!/usr/bin/make -f
2 2

  
3
export PYBUILD_NAME=eopayment
4
export PYBUILD_DISABLE=test
5

  
3 6
%:
4 7
	dh $@ --with python2,python3 --buildsystem=pybuild
5 8

  
6
override_dh_auto_test:
7
-