Codebase list krb5-auth-dialog / 3a4e335
Merge branch 'pkcs11' into 'debian/sid' d/rules: Use multi-arch path for pkcs11 library See merge request agx/krb5-auth-dialog!2 Guido Günther 1 year, 6 months ago
2 changed file(s) with 5 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1212 libglib2.0-dev (>= 2.58),
1313 libgtk-3-dev (>= 3.14.0),
1414 libkrb5-dev,
15 libnm-dev,
1615 libpam0g-dev,
1716 yelp-tools,
1817 Standards-Version: 4.6.1
11
22 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
33
4 CONFIGURE_OPTS = -Dpkcs11=/usr/lib/${DEB_TARGET_GNU_TYPE}/onepin-opensc-pkcs11.so
5
46 %:
57 dh $@ --builddirectory=_build
8
9 override_dh_auto_configure:
10 dh_auto_configure -- $(CONFIGURE_OPTS)