File: rules

package info (click to toggle)
opengnb 1.3.0.c-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,056 kB
  • sloc: ansic: 25,487; makefile: 10; sh: 3
file content (15 lines) | stat: -rwxr-xr-x 275 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

execute_before_dh_auto_build:
	cp -v debian/Makefile.debian Makefile
execute_after_dh_auto_build:
	rm -fv Makefile

override_dh_auto_clean:
	make -f debian/Makefile.debian clean
	rm -fv Makefile

%:
	dh $@