gadjo/debian/rules

9 lines
104 B
Plaintext
Raw Normal View History

2014-03-31 14:57:10 +02:00
#!/usr/bin/make -f
export PYBUILD_NAME=gadjo
2014-03-31 14:57:10 +02:00
%:
dh $@ --with python2,python3 --buildsystem=pybuild
2014-03-31 14:57:10 +02:00