File: rules

package info (click to toggle)
xen-tools 4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,392 kB
  • ctags: 133
  • sloc: perl: 4,658; sh: 1,574; makefile: 246
file content (14 lines) | stat: -rwxr-xr-x 232 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_test:
	make non-author-test

override_dh_installchangelogs:
	dh_installchangelogs NEWS.markdown

override_dh_auto_build: