chrono/debian/rules

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

15 lines
333 B
Plaintext
Raw Permalink Normal View History

2016-05-04 16:03:22 +02:00
#!/usr/bin/make -f
# -*- makefile -*-
2019-08-20 20:39:15 +02:00
export PYBUILD_NAME=chrono
2016-05-04 16:03:22 +02:00
%:
dh $@ --with python3 --buildsystem=pybuild
2019-08-20 20:39:15 +02:00
override_dh_install:
dh_install
mv $(CURDIR)/debian/python3-chrono/usr/bin/manage.py $(CURDIR)/debian/chrono/usr/lib/chrono/manage.py
override_dh_auto_test:
# skip upstream tests, already run in a previous CI step