eobuilder/debian/rules

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
98 B
Plaintext
Raw Permalink Normal View History

2015-08-19 16:40:15 +02:00
#!/usr/bin/make -f
export PYBUILD_NAME=eobuilder
%:
2020-04-24 08:49:13 +02:00
dh $@ --with python3 --buildsystem=pybuild
2015-08-19 16:40:15 +02:00