author | Philippe Pepiot <ph@itsalwaysdns.eu> |
Tue, 31 Mar 2020 18:22:05 +0200 | |
changeset 12966 | 6cd938c29ca3 |
parent 12709 | 280c9db41038 |
permissions | -rw-r--r-- |
12689
376168d1b14a
[skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents:
diff
changeset
|
1 |
#!/usr/bin/make -f |
376168d1b14a
[skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents:
diff
changeset
|
2 |
|
376168d1b14a
[skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents:
diff
changeset
|
3 |
export PYBUILD_NAME = %(distname)s |
376168d1b14a
[skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents:
diff
changeset
|
4 |
export PYBUILD_OPTION = --test-pytest |
376168d1b14a
[skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents:
diff
changeset
|
5 |
|
376168d1b14a
[skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents:
diff
changeset
|
6 |
%%: |
12663
853e73456d0f
[skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents:
diff
changeset
|
7 |
dh $@ --with python3 --buildsystem=pybuild |