File: rules

package info (click to toggle)
asciio 1.02.71-1.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 596 kB
  • sloc: perl: 7,941; makefile: 9
file content (15 lines) | stat: -rwxr-xr-x 312 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

override_dh_auto_test:
	# nothing, skip tests as we don't have X running on buildds

override_dh_auto_install:
	dh_auto_install
	find $(CURDIR)/debian/ -name "*.pl" | xargs -r chmod a-x

override_dh_installman:
	dh_installman
	find $(CURDIR)/debian/ -name "App::Asciio::*" -delete

%:
	dh $@