File: rules

package info (click to toggle)
gpgme1.0 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 8,036 kB
  • sloc: ansic: 51,033; sh: 12,792; javascript: 3,773; lisp: 1,652; makefile: 589; sed: 37
file content (27 lines) | stat: -rwxr-xr-x 521 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --builddirectory=build

override_dh_auto_configure:
	dh_auto_configure --builddirectory=build -- \
	    --enable-static \
	    --enable-languages="" \
	    --infodir=/usr/share/info

override_dh_missing:
	dh_missing -X.la

override_dh_auto_test:
ifeq (, $(filter nocheck, $(DEB_BUILD_OPTIONS)))
	dh_auto_test
	./debian/tests/checky2106 || true
endif

override_dh_makeshlibs:
	dh_makeshlibs -V

override_dh_installdocs:
	dh_installdocs -X.md5