blob: 3797698373cccb0849a4fe588b3225d519d33f35 (
plain)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | #!/usr/bin/make -f export DH_VERBOSE=1 %: dh $@ override_dh_auto_build: python3 manage.py build python3 manage.py i18n override_dh_auto_test: python3 manage.py validate -N override_dh_auto_install: python3 manage.py install \ --prefix=/usr --layout=unix \ --root=$(CURDIR)/debian/plainbox-provider-oem/
|