File: rules

package info (click to toggle)
libxml-libxslt-perl 1.70-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 476 kB
  • ctags: 748
  • sloc: perl: 800; ansic: 402; xml: 21; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 290 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

TEST_FILES = $(filter-out t/01basic.t,$(shell echo t/*.t))

%:
	dh --with quilt $@

override_dh_auto_install:
	dh_auto_install
	$(RM) $(CURDIR)/debian/libxml-libxslt-perl/usr/lib/perl5/XML/benchmark.pl

override_dh_auto_test:
	dh_auto_test -- TEST_FILES="$(TEST_FILES)"