File: rules

package info (click to toggle)
ganglia-nagios-bridge 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 100 kB
  • ctags: 16
  • sloc: python: 212; makefile: 8
file content (15 lines) | stat: -rwxr-xr-x 323 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

%:
	dh $@

# Not much to do, just a Python script
override_dh_auto_build:

override_dh_auto_install:
	mkdir -p $$(pwd)/debian/tmp/usr/bin
	cp ganglia-nagios-bridge.py $$(pwd)/debian/tmp/usr/bin/ganglia-nagios-bridge
	chmod 0755 $$(pwd)/debian/tmp/usr/bin/ganglia-nagios-bridge

override_dh_auto_clean: