File: rules

package info (click to toggle)
libaec 0.3.2-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 3,616 kB
  • ctags: 421
  • sloc: sh: 11,513; ansic: 2,910; makefile: 61
file content (17 lines) | stat: -rwxr-xr-x 331 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

# The magic debhelper  rule
%:
	dh $@ --with autoreconf

# To enable all, uncomment following line
DEB_BUILD_MAINT_OPTIONS:= hardening=+all
export DEB_BUILD_MAINT_OPTIONS

override_dh_autoreconf:
	dh_autoreconf --as-needed
	cp debian/test-data/* tests

override_dh_auto_clean:
	rm -f tests/*.zip
	dh_auto_clean