You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
506 B
28 lines
506 B
#!/usr/bin/make -f
|
|
|
|
# This file was automatically generated by stdeb 0.8.5 at
|
|
# Thu, 10 Mar 2016 19:52:51 +0100
|
|
|
|
%:
|
|
dh $@ --with python2 --buildsystem=python_distutils
|
|
|
|
|
|
override_dh_auto_clean:
|
|
python setup.py clean -a
|
|
find . -name \*.pyc -exec rm {} \;
|
|
|
|
|
|
|
|
override_dh_auto_build:
|
|
python setup.py build --force
|
|
|
|
|
|
|
|
override_dh_auto_install:
|
|
python setup.py install --force --root=debian/git-auto-deploy --no-compile -O0 --install-layout=deb
|
|
|
|
|
|
|
|
override_dh_python2:
|
|
dh_python2 --no-guessing-versions
|