Projet

Général

Profil

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

Benjamin Dauvergne, 13 avril 2020 12:12

Télécharger (930 octets)

Voir les différences:

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

 debian/python3-eopayment.install | 1 -
 debian/rules                     | 4 +++-
 2 files changed, 3 insertions(+), 2 deletions(-)
 delete mode 100644 debian/python3-eopayment.install
debian/python3-eopayment.install
1
/usr/lib/python3.*
debian/rules
1 1
#!/usr/bin/make -f
2 2

  
3
export PYBUILD_NAME=combo
4
export PYBUILD_DISABLE=test
5

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

  
6
override_dh_auto_test:
7
-