File: rules

package info (click to toggle)
libtest-name-fromline-perl 0.13-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 256 kB
  • sloc: perl: 3,243; makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 185 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	echo "Test after dh_install"
endif

override_dh_install:
	dh_install
	dh_auto_test