File: rules

package info (click to toggle)
libtaint-runtime-perl 0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 152 kB
  • sloc: perl: 145; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 259 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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 $(TMP)$(ARCHLIB)/Taint/is_taint_bench.pl