File: rules

package info (click to toggle)
libmath-random-perl 0.71-5
  • links: PTS, VCS
  • area: non-free
  • in suites: jessie, jessie-kfreebsd
  • size: 364 kB
  • ctags: 187
  • sloc: perl: 1,623; ansic: 1,433; makefile: 10
file content (15 lines) | stat: -rwxr-xr-x 343 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)

ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	$(RM) -v $(TMP)/$(ARCHLIB)/Math/example.pl
	$(RM) -v $(TMP)/$(ARCHLIB)/Math/test1.pl
	$(RM) -v $(TMP)/$(ARCHLIB)/Math/test2.pl