File: rules

package info (click to toggle)
snmptt 1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 772 kB
  • sloc: perl: 5,856; sh: 183; makefile: 9
file content (21 lines) | stat: -rwxr-xr-x 331 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

#include /usr/share/quilt/quilt.make

#build: patch
#clean: unpatch

install-local:
	dh install
	install -m644 examples/snmptt.conf.generic debian/snmptt/etc/snmp/snmptt.conf

binary: install-local

%:
	dh $@

override_dh_fixperms:
	dh_fixperms
	chmod 755 debian/snmptt/usr/lib/snmptt/snmptthandler-embedded