File: rules

package info (click to toggle)
krb5-auth-dialog 44.0~alpha1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,612 kB
  • sloc: ansic: 3,348; xml: 151; lex: 149; python: 69; yacc: 42; sh: 11; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 256 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#! /usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

CONFIGURE_OPTS = -Dpkcs11=/usr/lib/${DEB_TARGET_GNU_TYPE}/onepin-opensc-pkcs11.so

%:
	dh $@ --builddirectory=_build

override_dh_auto_configure:
	dh_auto_configure -- $(CONFIGURE_OPTS)