File: rules

package info (click to toggle)
dpic 2023.02.01-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,812 kB
  • sloc: ansic: 10,239; yacc: 5,826; makefile: 286; sh: 156; awk: 129; sed: 32
file content (12 lines) | stat: -rwxr-xr-x 428 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all reproducible=+fixfilepath
# dpictools.pic is only used to generate the PDF documentation.
# It is distributed with the circuit-macros package, where it belongs.
export DH_ALWAYS_EXCLUDE = dpictools.pic:diag5.pic

%:
	dh $@ --with autoreconf

# If PREFIX is not set to /usr the binary is placed in /bin.
override_dh_auto_install:
	dh_auto_install -- PREFIX=/usr