[Pkg-gnutls-commits] r1184 - in /packages/gnutls28/trunk/debian: changelog control

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Sun Aug 14 14:54:11 UTC 2011


Author: ametzler
Date: Sun Aug 14 14:54:11 2011
New Revision: 1184

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1184
Log:
add pkg-config to Build-Depends, it is used to locate p11-kit.

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

Modified: packages/gnutls28/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/changelog?rev=1184&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/changelog (original)
+++ packages/gnutls28/trunk/debian/changelog Sun Aug 14 14:54:11 2011
@@ -1,13 +1,13 @@
-gnutls28 (3.0.0-1) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
+gnutls28 (3.0.0-1) experimental; urgency=low
+
   * Drop gcrypt related patches (16_unnecessarydep.diff
     17_ignoretestsuitteerrors.diff 18_gpgerrorinpkgconfig.diff
     20_gcrypt15compat.diff), update remaining one
     (14_version_gettextcat.diff).
   * Build against nettle and p11-kit.
     + Update DEB_CONFIGURE_EXTRA_FLAGS.
-    + Update (Build-)Depends.
+    + Update (Build-)Depends. (Add pkg-config, it is used for locating
+      p11-kit.)
   * Changed sonames: libgnutlsxx27 -> libgnutlsxx28, libgnutls26 ->
     libgnutls28.
   * Drop libgnutls Breaks, they are superfluous after the soname change.
@@ -18,7 +18,7 @@
   * Update debian/copyright. GnuTLS is LGPLv3+ now, GnuTLS-EXTRA GPLv3+. Add a
     NEWS entry for this license change.
 
- -- Andreas Metzler <ametzler at debian.org>  Sun, 07 Aug 2011 10:26:44 +0200
+ -- Andreas Metzler <ametzler at debian.org>  Sun, 14 Aug 2011 16:44:11 +0200
 
 gnutls26 (2.12.7-4) unstable; urgency=low
 

Modified: packages/gnutls28/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/control?rev=1184&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/control (original)
+++ packages/gnutls28/trunk/debian/control Sun Aug 14 14:54:11 2011
@@ -9,7 +9,7 @@
 Build-Depends: debhelper (>= 8.1.3), nettle-dev (>= 2.2), zlib1g-dev,
  cdbs (>= 0.4.93), gtk-doc-tools, texinfo (>= 4.8),
  libtasn1-3-dev (>= 0.3.4-0), autotools-dev, guile-1.8-dev, datefudge,
- libp11-kit-dev (>= 0.2)
+ libp11-kit-dev (>= 0.2), pkg-config
 Build-Conflicts: libgnutls-dev
 Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnutls/packages/gnutls26/trunk




More information about the Pkg-gnutls-commits mailing list