[Pkg-gnutls-commits] r1681 - in /packages/p11-kit/branches/experimental/debian: changelog control p11-kit.examples p11-kit.install rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Tue Feb 12 16:36:47 UTC 2013


Author: ametzler
Date: Tue Feb 12 16:36:45 2013
New Revision: 1681

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1681
Log:
Ship system trust policy module in p11-kit package.

Added:
    packages/p11-kit/branches/experimental/debian/p11-kit.examples
Modified:
    packages/p11-kit/branches/experimental/debian/changelog
    packages/p11-kit/branches/experimental/debian/control
    packages/p11-kit/branches/experimental/debian/p11-kit.install
    packages/p11-kit/branches/experimental/debian/rules

Modified: packages/p11-kit/branches/experimental/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/p11-kit/branches/experimental/debian/changelog?rev=1681&op=diff
==============================================================================
--- packages/p11-kit/branches/experimental/debian/changelog (original)
+++ packages/p11-kit/branches/experimental/debian/changelog Tue Feb 12 16:36:45 2013
@@ -11,6 +11,7 @@
     with libtasn1 2.14 and 3.x.
   * use_destdir.diff - Respect DESTDIR when installing
     $(p11_package_config_modules).
+  * Ship system trust policy module in p11-kit package.
 
  -- Andreas Metzler <ametzler at debian.org>  Thu, 06 Sep 2012 19:40:17 +0200
 

Modified: packages/p11-kit/branches/experimental/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/p11-kit/branches/experimental/debian/control?rev=1681&op=diff
==============================================================================
--- packages/p11-kit/branches/experimental/debian/control (original)
+++ packages/p11-kit/branches/experimental/debian/control Tue Feb 12 16:36:45 2013
@@ -46,8 +46,7 @@
 Section: misc
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Multi-Arch: foreign
-Description: Utilities for working with the p11-glue library and proxy module
+Description: p11-glue utilities, proxy and trust modules
  Provides a way to load and enumerate PKCS#11 modules. Provides a standard
  configuration setup for installing PKCS#11 modules in such a way that
  they're discoverable.
@@ -55,5 +54,5 @@
  Also solves problems with coordinating the use of PKCS#11 by different
  components or libraries living in the same process.
  .
- This package contains the p11-kit tool for listing PKCS#11 modules and
- the p11-kit proxy module.
+ This package contains the p11-kit tool for listing PKCS#11 modules, the
+ p11-kit proxy module and the system trust policy module.

Added: packages/p11-kit/branches/experimental/debian/p11-kit.examples
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/p11-kit/branches/experimental/debian/p11-kit.examples?rev=1681&op=file
==============================================================================
--- packages/p11-kit/branches/experimental/debian/p11-kit.examples (added)
+++ packages/p11-kit/branches/experimental/debian/p11-kit.examples Tue Feb 12 16:36:45 2013
@@ -1,0 +1,1 @@
+debian/tmp/usr/share/p11-kit/p11-kit-extract-trust

Modified: packages/p11-kit/branches/experimental/debian/p11-kit.install
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/p11-kit/branches/experimental/debian/p11-kit.install?rev=1681&op=diff
==============================================================================
--- packages/p11-kit/branches/experimental/debian/p11-kit.install (original)
+++ packages/p11-kit/branches/experimental/debian/p11-kit.install Tue Feb 12 16:36:45 2013
@@ -1,2 +1,4 @@
 usr/bin/*
 usr/lib/p11-kit-proxy.so
+usr/lib/*/pkcs11/p11-kit-trust.so
+usr/share/p11-kit/modules/p11-kit-trust.module

Modified: packages/p11-kit/branches/experimental/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/p11-kit/branches/experimental/debian/rules?rev=1681&op=diff
==============================================================================
--- packages/p11-kit/branches/experimental/debian/rules (original)
+++ packages/p11-kit/branches/experimental/debian/rules Tue Feb 12 16:36:45 2013
@@ -17,7 +17,8 @@
 
 override_dh_makeshlibs:
 	# Force keeping symbol file up to date.
-	dh_makeshlibs -- -c2
+	dh_makeshlibs \
+		-Xusr/lib/$(DEB_HOST_MULTIARCH)/pkcs11/p11-kit-trust.so -- -c2
 
 %:
 	dh $@ 




More information about the Pkg-gnutls-commits mailing list