File: rules

package info (click to toggle)
libprotocol-acme-perl 1.01-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 296 kB
  • ctags: 98
  • sloc: perl: 1,463; makefile: 9; sh: 8
file content (14 lines) | stat: -rwxr-xr-x 256 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

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

%:
	dh $@

override_dh_auto_test:
	NO_NETWORK=1 dh_auto_test

override_dh_auto_install:
	dh_auto_install
	rm --verbose $(TMP)/usr/share/perl5/Protocol/README.pod