File: rules

package info (click to toggle)
tiddit 3.6.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,724 kB
  • sloc: python: 393; sh: 60; makefile: 13
file content (22 lines) | stat: -rwxr-xr-x 390 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f

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

# for hardening you might like to uncomment this:
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export PYBUILD_NAME=tiddit

%:
	dh $@ --buildsystem=pybuild

override_dh_clean:
	dh_clean
	rm -f tiddit/*.c

override_dh_python3:
	dh_numpy3
	dh_python3 --shebang=/usr/bin/python3

override_dh_installman:
	dh_installman --language=C