File: rules

package info (click to toggle)
python-yenc 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 236 kB
  • ctags: 143
  • sloc: python: 513; ansic: 383; makefile: 5
file content (13 lines) | stat: -rwxr-xr-x 270 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# enable all hardening except pie (ftbfs)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie

%:
	dh $@ --with python2

override_dh_installchangelogs:
	dh_installchangelogs -k CHANGES