File: rules

package info (click to toggle)
libtest-json-schema-acceptance-perl 1.029-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,500 kB
  • sloc: perl: 831; makefile: 10
file content (14 lines) | stat: -rwxr-xr-x 495 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)

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	$(RM) -v $(TMP)/usr/share/perl5/auto/share/dist/Test-JSON-Schema-Acceptance/LICENSE \
		$(TMP)/usr/share/perl5/auto/share/dist/Test-JSON-Schema-Acceptance/README.md \
		$(TMP)/usr/share/perl5/auto/share/dist/Test-JSON-Schema-Acceptance/CONTRIBUTING.md \
		$(TMP)/usr/share/perl5/auto/share/dist/Test-JSON-Schema-Acceptance/output-tests/README.md