File: rules

package info (click to toggle)
python-django-test-migrations 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 436 kB
  • sloc: python: 1,479; makefile: 26
file content (9 lines) | stat: -rwxr-xr-x 192 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export PYBUILD_NAME=django-test-migrations
export PYBUILD_TEST_ARGS="--import-mode=importlib"
export DJANGO_DATABASE_NAME=test_db.sqlite3

%:
	dh $@ --buildsystem=pybuild