File: rules

package info (click to toggle)
libfakekey 0.1-9
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,512 kB
  • ctags: 66
  • sloc: sh: 8,357; ansic: 344; makefile: 38
file content (15 lines) | stat: -rwxr-xr-x 327 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

DEB_HOST_MULTIARCH  ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)

export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

%:
	dh $@ --with autoreconf

override_dh_autoreconf:
	rm -f config.guess config.sub
	dh_autoreconf --as-needed

override_dh_auto_configure:
	dh_auto_configure -- --enable-doxygen-docs