File: rules

package info (click to toggle)
srptools 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 608 kB
  • ctags: 610
  • sloc: ansic: 3,163; sh: 1,528; makefile: 76
file content (14 lines) | stat: -rwxr-xr-x 434 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@

override_dh_install:
	dh_install
	mkdir -p $(CURDIR)/debian/srptools/etc/init.d
	cp $(CURDIR)/debian/srptools-boot.init $(CURDIR)/debian/srptools/etc/init.d/srptools-boot
	rm $(CURDIR)/debian/srptools/usr/sbin/srp_daemon.sh
	rm $(CURDIR)/debian/srptools/usr/sbin/run_srp_daemon
	rm $(CURDIR)/debian/srptools/etc/init.d/srpd
	rm $(CURDIR)/debian/srptools/etc/rsyslog.d/srp_daemon.conf