File: rules

package info (click to toggle)
incron 0.5.10-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,132 kB
  • ctags: 1,691
  • sloc: cpp: 3,054; makefile: 108; sh: 80
file content (15 lines) | stat: -rwxr-xr-x 313 bytes parent folder | download | duplicates (3)
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 $@ --with systemd