File: rules

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

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

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

export PYBUILD_NAME=hdmedians

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_install:
	find debian/ -name .coverage | xargs rm -rf