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