File: rules

package info (click to toggle)
python-ciso8601 2.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 364 kB
  • sloc: python: 1,253; ansic: 936; sh: 22; makefile: 7
file content (13 lines) | stat: -rwxr-xr-x 277 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

# DH_VERBOSE := 1
export LC_ALL=C.UTF-8

include /usr/share/dpkg/default.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export PYBUILD_NAME=ciso8601
export PYBUILD_BEFORE_TEST=cp generate_test_timestamps.py {build_dir}

%:
	dh $@ --buildsystem pybuild