File: rules

package info (click to toggle)
python-iow 1.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 660 kB
  • sloc: python: 2,306; makefile: 24; sh: 12
file content (20 lines) | stat: -rwxr-xr-x 352 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

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

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

export PYBUILD_NAME=iow
export PYBUILD_AFTER_INSTALL_python3=dh_numpy3

%:
	dh $@ --buildsystem=pybuild

override_dh_clean:
	dh_clean
	find bp -name "*.c" -delete

override_dh_install:
	dh_install
	find debian -name Genesis_LICENSE.txt -delete