welco/debian/rules

13 lines
283 B
Plaintext
Raw Permalink Normal View History

2015-07-15 18:37:50 +02:00
#!/usr/bin/make -f
# -*- makefile -*-
2020-04-11 20:05:18 +02:00
export PYBUILD_NAME=welco
export PYBUILD_DISABLE=test
2015-07-15 18:37:50 +02:00
%:
2020-04-11 20:05:18 +02:00
dh $@ --with python3,systemd --buildsystem=pybuild
override_dh_install:
dh_install
mv $(CURDIR)/debian/python3-welco/usr/bin/manage.py $(CURDIR)/debian/welco/usr/lib/welco/manage.py