File: rules

package info (click to toggle)
libfeed-find-perl 0.07-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 300 kB
  • ctags: 391
  • sloc: perl: 4,458; makefile: 8
file content (11 lines) | stat: -rwxr-xr-x 318 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_test:
	[ ! -e inc/Spiffy.pm ] || mv inc/Spiffy.pm inc/Spiffy.pm-dontuse
	[ ! -e inc/Test ] || mv inc/Test inc/Test-dontuse
	dh_auto_test
	[ ! -e inc/Spiffy.pm-dontuse ] || mv inc/Spiffy.pm-dontuse inc/Spiffy.pm
	[ ! -e inc/Test-dontuse ] || mv inc/Test-dontuse inc/Test