File: rules

package info (click to toggle)
wcc 0.0.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,240 kB
  • sloc: ansic: 112,755; asm: 1,160; makefile: 1,071; pascal: 133; cpp: 119; sh: 61
file content (16 lines) | stat: -rwxr-xr-x 376 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

override_dh_auto_install:
	@echo using dh_install manually	

override_dh_fixperms:
	chmod 644 debian/wcc/usr/share/wcc/scripts/debug
	dh_fixperms

override_dh_gencontrol:
	dh_gencontrol -- -Vwcc:Built-Using="$(shell dpkg-query --show -f '$${source:Package} (=$${source:Version}),' binutils-dev)"

%:
	dh $@