[Pkg-gnutls-commits] r1360 - in /packages/p11-kit/trunk/debian: changelog rules
ametzler at users.alioth.debian.org
ametzler at users.alioth.debian.org
Thu Dec 22 13:34:52 UTC 2011
Author: ametzler
Date: Thu Dec 22 13:34:52 2011
New Revision: 1360
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1360
Log:
Don't look for PKCS#11 modules in multiarch dir yet, wait for
gnome-keyring to switch. #645959
Modified:
packages/p11-kit/trunk/debian/changelog
packages/p11-kit/trunk/debian/rules
Modified: packages/p11-kit/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/p11-kit/trunk/debian/changelog?rev=1360&op=diff
==============================================================================
--- packages/p11-kit/trunk/debian/changelog (original)
+++ packages/p11-kit/trunk/debian/changelog Thu Dec 22 13:34:52 2011
@@ -1,10 +1,12 @@
-p11-kit (0.9-2) UNRELEASED; urgency=low
+p11-kit (0.9-2) unstable; urgency=low
- * NOT RELEASED YET
+ * Upload to unstable.
* [0001-workaround_gccbug.diff] pulled from upstream. Work around gcc
optimization bug on i386. See #651595.
+ * Don't look for PKCS#11 modules in multiarch dir yet, wait for
+ gnome-keyring to switch. #645959
- -- Andreas Metzler <ametzler at debian.org> Sat, 26 Nov 2011 16:28:32 +0100
+ -- Andreas Metzler <ametzler at debian.org> Thu, 22 Dec 2011 14:33:36 +0100
p11-kit (0.9-1) experimental; urgency=low
Modified: packages/p11-kit/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/p11-kit/trunk/debian/rules?rev=1360&op=diff
==============================================================================
--- packages/p11-kit/trunk/debian/rules (original)
+++ packages/p11-kit/trunk/debian/rules Thu Dec 22 13:34:52 2011
@@ -16,7 +16,8 @@
override_dh_auto_configure:
dh_auto_configure -- \
--disable-silent-rules \
- --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
+ --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
+ --with-module-path==\$${prefix}/lib/pkcs11
%:
dh $@
More information about the Pkg-gnutls-commits
mailing list