[Pkg-gnutls-commits] r1893 - in /packages/gnutls28/trunk/debian: changelog rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Wed Sep 4 17:39:02 UTC 2013


Author: ametzler
Date: Wed Sep  4 17:39:01 2013
New Revision: 1893

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1893
Log:
Build with
--with-default-trust-store-file=/etc/ssl/certs/ca-certificates.crt since
ca-certificates not pulled in by build-dependencies anymore.
Closes: #721726
 

Modified:
    packages/gnutls28/trunk/debian/changelog
    packages/gnutls28/trunk/debian/rules

Modified: packages/gnutls28/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/changelog?rev=1893&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/changelog	(original)
+++ packages/gnutls28/trunk/debian/changelog	Wed Sep  4 17:39:01 2013
@@ -1,6 +1,10 @@
 gnutls28 (3.2.4-2) UNRELEASED; urgency=low
 
   * Manpages were missing on binary-only builds. Closes: #721726
+  * Build with
+    --with-default-trust-store-file=/etc/ssl/certs/ca-certificates.crt since
+    ca-certificates not pulled in by build-dependencies anymore.
+    Closes: #721726
 
  -- Andreas Metzler <ametzler at debian.org>  Sat, 31 Aug 2013 19:23:53 +0200
 

Modified: packages/gnutls28/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/rules?rev=1893&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/rules	(original)
+++ packages/gnutls28/trunk/debian/rules	Wed Sep  4 17:39:01 2013
@@ -19,6 +19,7 @@
 	--disable-libdane --without-tpm \
 	--disable-heartbeat-support \
 	-disable-silent-rules \
+	--with-default-trust-store-file=/etc/ssl/certs/ca-certificates.crt \
 	--with-packager=Debian \
 	--with-packager-bug-reports=http://bugs.debian.org/ \
 	--with-packager-version=$(shell dpkg-parsechangelog | sed -n '/^Version: /s/^Version: //p') \




More information about the Pkg-gnutls-commits mailing list