File: rules

package info (click to toggle)
nwipe 0.21-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 348 kB
  • ctags: 356
  • sloc: ansic: 3,488; makefile: 23; sh: 4
file content (19 lines) | stat: -rwxr-xr-x 446 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with autoreconf

override_dh_autoreconf:
	aclocal
	autoheader
	automake --add-missing
	autoconf

override_dh_auto_clean:
	[ ! -f Makefile ] || $(MAKE) clean
	rm -f missing install-sh depcomp compile
	rm -f Makefile config.h config.h.in config.log config.status man/Makefile src/Makefile stamp-h1

override_dh_auto_configure:
	dh_auto_configure -- --bindir=/usr/sbin