File: rules

package info (click to toggle)
incron 0.5.10-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,560 kB
  • sloc: cpp: 3,045; makefile: 108; sh: 84
file content (15 lines) | stat: -rwxr-xr-x 298 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

PACKAGE = incron

override_dh_auto_install:
	echo

override_dh_install:
	dh_install
	install -m 644 incron.conf.example $(CURDIR)/debian/$(PACKAGE)/etc/incron.conf
	touch $(CURDIR)/debian/$(PACKAGE)/etc/incron.allow
	touch $(CURDIR)/debian/$(PACKAGE)/etc/incron.deny

%:
	dh $@