File: rules

package info (click to toggle)
iio-sensor-proxy 3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,580 kB
  • sloc: ansic: 5,493; sh: 4,135; makefile: 150; xml: 104
file content (14 lines) | stat: -rwxr-xr-x 251 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
#

# Enable Hardening
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# This has to be exported to make some magic below work.
export DH_OPTIONS

%:
	dh $@

#override_dh_auto_configure:
#	./autogen.sh --prefix=/ --exec-prefix=/usr