File: rules

package info (click to toggle)
libpostscript-file-perl 1.05-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 216 kB
  • ctags: 84
  • sloc: perl: 2,037; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 161 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@

override_dh_clean:
	dh_clean
	[ ! -d test-results ] || rm -r test-results

override_dh_auto_test:
	RELEASE_TESTING=1 dh_auto_test