File: rules

package info (click to toggle)
cil 0.07.00-12.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 840 kB
  • sloc: perl: 2,094; makefile: 54
file content (19 lines) | stat: -rwxr-xr-x 379 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@

override_dh_auto_build:
	pod2man $(CURDIR)/bin/cil > $(CURDIR)/cil.1
	dh_auto_build

override_dh_auto_install:
	dh_auto_install
	# debhelper compat 14 might make this chmod redundant
	chmod u+rwX -R $(CURDIR)/debian/cil
	rm -rf $(CURDIR)/debian/cil/usr/share/man/man1/cil.1p

override_dh_clean:
	dh_clean
	rm -rf $(CURDIR)/cil.1