File: rules

package info (click to toggle)
libaec 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,268 kB
  • sloc: ansic: 3,746; sh: 109; makefile: 74; cpp: 34
file content (17 lines) | stat: -rwxr-xr-x 313 bytes parent folder | download | duplicates (5)
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 $@

# 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