File: rules

package info (click to toggle)
passwordsafe 1.21.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 28,884 kB
  • sloc: cpp: 84,546; ansic: 1,704; xml: 1,608; makefile: 598; perl: 463; sh: 388; javascript: 40
file content (20 lines) | stat: -rwxr-xr-x 463 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export NO_VERCHECK=on
export GTEST_BUILD=off

export DEB_HOST_MULTIARCH?=$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)

%:
	dh $@ --buildsystem=cmake

override_dh_auto_configure:
	dh_auto_configure -- -DNO_VERCHECK=${NO_VERCHECK} -DGTEST_BUILD=${GTEST_BUILD}

override_dh_installchangelogs:
	dh_installchangelogs --keep docs/ReleaseNotes.md


override_dh_auto_test:
	LC_ALL=C.UTF-8 dh_auto_test