scrutiny/debian/rules

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

12 lines
259 B
Plaintext
Raw Permalink Normal View History

2015-11-18 15:05:34 +01:00
#!/usr/bin/make -f
# -*- makefile -*-
2020-01-19 18:01:41 +01:00
export PYBUILD_NAME=scrutiny
2015-11-18 15:05:34 +01:00
%:
dh $@ --with python3 --buildsystem=pybuild
2020-01-19 18:01:41 +01:00
override_dh_install:
dh_install
mv $(CURDIR)/debian/python3-scrutiny/usr/bin/manage.py $(CURDIR)/debian/scrutiny/usr/lib/scrutiny/manage.py