cubicweb/skeleton/debian/rules.tmpl
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Thu, 05 Mar 2020 10:41:30 +0100
branch3.26
changeset 12906 b748fa6b5796
parent 12689 376168d1b14a
child 12709 280c9db41038
permissions -rw-r--r--
Added tag 3.26.16, debian/3.26.16-1 for changeset fb6aecd654a3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
%%:
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents:
diff changeset
     7
	dh $@ --with python2,python3 --buildsystem=pybuild