File: rules

package info (click to toggle)
python-django-js-asset 3.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 140 kB
  • sloc: python: 210; sh: 18; makefile: 10
file content (18 lines) | stat: -rwxr-xr-x 345 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- makefile -*-

#export DH_VERBOSE = 1

export PYBUILD_NAME=django-js-asset

%:
	dh $@ --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