File: rules

package info (click to toggle)
python-django-js-asset 1.2.2-2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 116 kB
  • sloc: python: 156; makefile: 10; sh: 2
file content (15 lines) | stat: -rwxr-xr-x 317 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export PYBUILD_NAME=django-js-asset

%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_install:
	dh_auto_install
	rm -rf debian/python-django-js-asset/trash

ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
override_dh_auto_test:
	cd tests && python3 manage.py test -v2 testapp
endif