File: rules

package info (click to toggle)
libmonitoring-icinga2-client-rest-perl 2.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 80 kB
  • sloc: perl: 189; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 298 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

PACKAGE = $(shell dh_listpackages)
TMP     = $(CURDIR)/debian/$(PACKAGE)

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	[ ! -f  $(TMP)/usr/share/perl5/Monitoring/Icinga2/Client/README.pod ] || $(RM) --verbose $(TMP)/usr/share/perl5/Monitoring/Icinga2/Client/README.pod