File: rules

package info (click to toggle)
grabix 0.1.7-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,564 kB
  • sloc: ansic: 917; cpp: 320; sh: 124; python: 43; makefile: 18
file content (17 lines) | stat: -rwxr-xr-x 348 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

%:
	dh $@

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	PATH=$(CURDIR):$(PATH) sh debian/testdata/test.sh
	rm -f test.cnt.gz test.cnt.gz.gbi
endif