File: rules

package info (click to toggle)
snmptt 1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,496 kB
  • sloc: perl: 6,822; sh: 184; python: 31; makefile: 12
file content (16 lines) | stat: -rwxr-xr-x 500 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

override_dh_install:
	dh_install
	install -m644 examples/snmptt.conf.generic debian/snmptt/etc/snmp/snmptt.conf

%:
	dh $@

override_dh_fixperms:
	dh_fixperms
	chmod 644 debian/snmptt/etc/snmp/snmptt.ini
	chmod 755 debian/snmptt/usr/lib/snmptt/snmptthandler-embedded
	chmod 644 debian/snmptt/usr/share/doc/snmptt/examples/*
	mv 'debian/snmptt/usr/share/doc/snmptt/examples/#sample-trap.generic.daemon' \
	    debian/snmptt/usr/share/doc/snmptt/examples/sample-trap.generic.daemon