File: rules

package info (click to toggle)
weathermap4rrd 1.1.999%2B1.2rc3-3
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 240 kB
  • ctags: 44
  • sloc: perl: 1,139; makefile: 10
file content (13 lines) | stat: -rwxr-xr-x 430 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
%:
	dh $@

override_dh_install:
	install -m 755 weathermap debian/weathermap4rrd/usr/bin/weathermap4rrd
	install -m 644 weathermap.conf.example debian/weathermap4rrd/etc/weathermap4rrd/weathermap.conf
	perl -pi \
		-e "s[CONFIG\s*=\s*\".*\"\;][CONFIG = \"/etc/weathermap4rrd/weathermap.conf\"\;];" \
		debian/weathermap4rrd/usr/bin/weathermap4rrd

override_dh_installchangelogs:
	dh_installchangelogs CHANGELOG