File: rules

package info (click to toggle)
lunar 2.2-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 364 kB
  • sloc: ansic: 5,715; makefile: 26
file content (12 lines) | stat: -rwxr-xr-x 199 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

execute_before_dh_auto_clean:
	dpkg-source --before-build .

execute_after_dh_auto_clean:
	dpkg-source --after-build .