File: rules

package info (click to toggle)
linux86 0.16.21-2
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 5,072 kB
  • sloc: ansic: 66,757; asm: 6,154; makefile: 1,374; sh: 703
file content (18 lines) | stat: -rwxr-xr-x 304 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --no-parallel

override_dh_auto_build:
	dh_auto_build -- all LIBPRE=/usr/

override_dh_auto_clean:
	$(MAKE) realclean

override_dh_auto_install:
	$(MAKE) install DIST=$(CURDIR)/debian/tmp

override_dh_strip:
	dh_strip -Xlibc