File: rules

package info (click to toggle)
debci 3.6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,476 kB
  • sloc: ruby: 5,619; sh: 2,676; javascript: 98; makefile: 86; perl: 11
file content (24 lines) | stat: -rwxr-xr-x 389 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	# Run only Ruby tests during build
	make spec
endif

override_dh_gencontrol:
	debian/gen-deps >> debian/debci.substvars
	dh_gencontrol

override_dh_installinit:
	@true

override_dh_install:
	dh_install
	debian/sanity-check