File: rules

package info (click to toggle)
libb-perlreq-perl 0.82-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 276 kB
  • ctags: 131
  • sloc: perl: 1,090; sh: 69; makefile: 10
file content (14 lines) | stat: -rwxr-xr-x 298 bytes parent folder | download | duplicates (2)
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)
ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	rm -R $(TMP)/usr/bin
	rm -R $(TMP)/usr/share/man/man1
	rm $(TMP)$(ARCHLIB)/fake.pm