File: rules

package info (click to toggle)
django-pglocks 1.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 116 kB
  • sloc: python: 154; makefile: 5
file content (14 lines) | stat: -rwxr-xr-x 314 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- makefile -*-

#export DH_VERBOSE = 1

include /usr/share/dpkg/pkg-info.mk

export PYBUILD_NAME=django-pglocks
# The tests require Django with a PostgreSQL database, would be nice to
# have but is simply to much to do right now.
export PYBUILD_DISABLE=test

%:
	dh $@ --buildsystem=pybuild