File: rules

package info (click to toggle)
hodie 1.5.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 496 kB
  • sloc: ansic: 1,132; sh: 1,032; makefile: 33
file content (21 lines) | stat: -rwxr-xr-x 390 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

override_dh_auto_configure:
	sh autogen.sh
	dh_auto_configure

override_dh_auto_clean:
	sh autogen.sh
	dh_auto_clean

override_dh_clean:
	dh_clean
	-rm aclocal.m4 compile config.h.in configure install-sh missing Makefile.in Makefile
	-rm -rf depcomp

%:
	dh $@