File: rules

package info (click to toggle)
rubiks 20070912-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,112 kB
  • sloc: cpp: 7,385; ansic: 7,382; makefile: 223
file content (15 lines) | stat: -rwxr-xr-x 310 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_autoreconf:
	cp debian/configure.ac debian/GNUmakefile.am .
	touch NEWS README ChangeLog AUTHORS
	dh_autoreconf

override_dh_auto_clean:
	make distclean
	rm -f configure.ac GNUmakefile.am NEWS README ChangeLog AUTHORS