File: rules

package info (click to toggle)
python-wheezy.template 3.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 212 kB
  • sloc: python: 1,401; makefile: 6; sh: 5
file content (12 lines) | stat: -rwxr-xr-x 248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_NAME=wheezy.template

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_install:
	# Remove C sources.
	find debian/python3-wheezy.template -name '*.c' -delete