File: rules

package info (click to toggle)
cconv 0.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,868 kB
  • sloc: cpp: 13,691; sh: 6,851; ansic: 774; makefile: 23
file content (18 lines) | stat: -rwxr-xr-x 316 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_auto_clean:
	if [ -e Makefile.bak ] ; then mv Makefile.bak Makefile ; fi

override_dh_autoreconf:
	cp -a Makefile Makefile.bak
	dh_autoreconf

override_dh_auto_build:
	a2x -f manpage $(CURDIR)/debian/cconv.txt
	dh_auto_build