~ubuntu-branches/ubuntu/quantal/gnutls26/quantal-security

« back to all changes in this revision

Viewing changes to .pc/18_gpgerrorinpkgconfig.diff/lib/gnutls.pc.in

  • Committer: Package Import Robot
  • Author(s): Andreas Metzler
  • Date: 2011-10-01 15:28:13 UTC
  • mfrom: (12.1.20 sid)
  • Revision ID: package-import@ubuntu.com-20111001152813-yygm1c4cxonfxhzy
Tags: 2.12.11-1
* New upstream version.
  + Allow CA importing of 0 certificates to succeed. Closes: #640639
* Add libp11-kit-dev to libgnutls-dev dependencies. (see #643811)
* [20_guiledocstring.diff] guile: Fix docstring extraction with CPP 4.5+.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Process this file with autoconf to produce a pkg-config metadata file.
 
2
 
 
3
# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010  Free Software
 
4
# Foundation, Inc.
 
5
 
 
6
# Copying and distribution of this file, with or without modification,
 
7
# are permitted in any medium without royalty provided the copyright
 
8
# notice and this notice are preserved.  This file is offered as-is,
 
9
# without any warranty.
 
10
 
 
11
# Author: Simon Josefsson
 
12
 
 
13
prefix=@prefix@
 
14
exec_prefix=@exec_prefix@
 
15
libdir=@libdir@
 
16
includedir=@includedir@
 
17
 
 
18
Name: GnuTLS
 
19
Description: Transport Security Layer implementation for the GNU system
 
20
URL: http://www.gnu.org/software/gnutls/
 
21
Version: @VERSION@
 
22
Libs: -L${libdir} -lgnutls
 
23
Libs.private: @LTLIBGCRYPT@ @LTLIBNETTLE@ @NETTLE_LIBS@ @GNUTLS_ZLIB_LIBS_PRIVATE@
 
24
@GNUTLS_REQUIRES_PRIVATE@
 
25
Cflags: -I${includedir}