File: rules

package info (click to toggle)
gmrender-resurrect 0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 624 kB
  • sloc: ansic: 4,772; sh: 192; makefile: 49; xml: 12
file content (14 lines) | stat: -rwxr-xr-x 258 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
export DEB_BUILD_HARDENING=1

%:
	dh $@

override_dh_auto_configure:
	./autogen.sh
	dh_auto_configure --

override_dh_auto_clean:
	if [ -e ./Makefile ]; then make maintainer-clean; fi
	xargs rm -f < debian/autoconf.files
	dh_auto_clean --