File: rules

package info (click to toggle)
intel-lpmd 0.1.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 500 kB
  • sloc: ansic: 5,808; xml: 488; makefile: 109; sh: 68
file content (20 lines) | stat: -rwxr-xr-x 514 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

include /usr/share/dpkg/default.mk

#export DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
#export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

%:
	dh $@ --with autoreconf

override_dh_autoreconf:
	dh_autoreconf -- env NO_CONFIGURE=1 ./autogen.sh

override_dh_auto_configure:
	# gtk-doc is not yet fully enabled. Disable explicitly.
	dh_auto_configure -- \
		--with-dbus-sys-dir=/usr/share/dbus-1/system.d \
		--disable-gtk-doc