File: rules

package info (click to toggle)
librpc-xml-perl 0.80-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,368 kB
  • ctags: 311
  • sloc: perl: 9,703; xml: 2,956; makefile: 17
file content (15 lines) | stat: -rwxr-xr-x 311 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

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

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- -C ex MAKEMETHOD="$(PERL) ../etc/make_method"

override_dh_auto_install:
	dh_auto_install
	rm -rf $(TMP)/usr/share/perl5/Apache/ $(TMP)/usr/share/man/man3/Apache*