File: rules

package info (click to toggle)
libirecovery 1.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 320 kB
  • sloc: ansic: 3,592; makefile: 61; xml: 22; sh: 20
file content (14 lines) | stat: -rwxr-xr-x 324 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -Wl,-O1 -Wl,-z,defs
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --with-udevrule="TAG+=\"uaccess\"" \
		--with-udevrulesdir=/lib/udev/rules.d

override_dh_missing:
	dh_missing --fail-missing