File: rules

package info (click to toggle)
python-geotiepoints 1.7.5-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 9,884 kB
  • sloc: python: 3,150; makefile: 111; sh: 15
file content (12 lines) | stat: -rwxr-xr-x 287 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export USE_CYTHON=TRUE
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export PYBUILD_NAME=geotiepoints
export PYBUILD_TEST_ARGS=--pyargs ${PYBUILD_NAME}

%:
	dh $@ --buildsystem=pybuild