~ubuntu-branches/ubuntu/gutsy/gnupg2/gutsy

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-02-02 14:29:54 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070202142954-f5h55skq432ona6m
Tags: 2.0.2-0ubuntu1
* New upstream release
  - includes the patch for CVE-2006-6235
  - a PIN pad can now also be used for signing keys
* Remaining changes:
  - Remove libpcsclite-dev, libopensc2-dev build dependencies (they are in
    universe).
  - Build-depend on libcurl3-gnutls-dev
  - Include /doc files as done with gnupg
* g10/call-agent.c: set DBG_ASSUAN to 0 to suppress a debug message
* debian/rules: add doc/com-certs.pem to the docs for gpgsm
* debian/README.Debian: remove note the gnupg2 isn't released yet.
* Modified Maintainer values to match Debian-Maintainer-Field spec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
# Remember to change the version number immediately *after* a release.
27
27
# Set my_issvn to "yes" for non-released code.  Remember to run an
28
28
# "svn up" and "autogen.sh" right before creating a distribution.
29
 
m4_define([my_version], [2.0.1])
 
29
m4_define([my_version], [2.0.2])
30
30
m4_define([my_issvn], [no])
31
31
 
32
32
 
619
619
#
620
620
# Check wether it is necessary to link against libdl.
621
621
#
 
622
gnupg_dlopen_save_libs="$LIBS"
622
623
LIBS=""
623
624
AC_SEARCH_LIBS(dlopen, c dl,,,)
624
625
DL_LIBS=$LIBS
625
626
AC_SUBST(DL_LIBS)
 
627
LIBS="$gnupg_dlopen_save_libs"
626
628
 
627
629
#
628
630
# Checks for symcryptrun: