[Pkg-gnutls-commits] r1725 - in /packages/p11-kit/branches/experimental/debian: changelog patches/noexport_constructor.diff patches/series rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Sun Mar 24 14:36:22 UTC 2013


Author: ametzler
Date: Sun Mar 24 14:36:22 2013
New Revision: 1725

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1725
Log:
New upstream release. 0.17.4

Drop noexport_constructor.diff, applied upstream.
configure with --with-trust-paths=.. instead of --with-system-anchors.

Removed:
    packages/p11-kit/branches/experimental/debian/patches/noexport_constructor.diff
Modified:
    packages/p11-kit/branches/experimental/debian/changelog
    packages/p11-kit/branches/experimental/debian/patches/series
    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=1725&op=diff
==============================================================================
--- packages/p11-kit/branches/experimental/debian/changelog (original)
+++ packages/p11-kit/branches/experimental/debian/changelog Sun Mar 24 14:36:22 2013
@@ -1,6 +1,8 @@
-p11-kit (0.16.4-2) UNRELEASED; urgency=low
-
-  * 
+p11-kit (0.17.4-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+    + Drop noexport_constructor.diff, applied upstream.
+    + configure with --with-trust-paths=.. instead of --with-system-anchors.
 
  -- Andreas Metzler <ametzler at debian.org>  Sat, 16 Mar 2013 17:07:21 +0100
 

Modified: packages/p11-kit/branches/experimental/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/p11-kit/branches/experimental/debian/patches/series?rev=1725&op=diff
==============================================================================
--- packages/p11-kit/branches/experimental/debian/patches/series (original)
+++ packages/p11-kit/branches/experimental/debian/patches/series Sun Mar 24 14:36:22 2013
@@ -1,2 +1,1 @@
 enable_locale.diff
-noexport_constructor.diff

Modified: packages/p11-kit/branches/experimental/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/p11-kit/branches/experimental/debian/rules?rev=1725&op=diff
==============================================================================
--- packages/p11-kit/branches/experimental/debian/rules (original)
+++ packages/p11-kit/branches/experimental/debian/rules Sun Mar 24 14:36:22 2013
@@ -6,7 +6,7 @@
 override_dh_auto_configure:
 	dh_auto_configure --verbose -- \
 		--disable-silent-rules \
-		--with-system-anchors=/etc/ssl/certs/ca-certificates.crt
+		--with-trust-paths=/etc/ssl/certs/ca-certificates.crt
 
 override_dh_auto_install:
 	dh_auto_install




More information about the Pkg-gnutls-commits mailing list