~ubuntu-branches/ubuntu/jaunty/gnupg2/jaunty-security

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2008-04-28 03:22:20 UTC
  • mfrom: (1.1.10 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20080428032220-a8rl6klzavd4nvr4
Tags: 2.0.9-2
* The "I've neglected you too long" release.

* debian/control: 
  - Add recommends on gnupg-agent for gpgsm and gnupg2, since they need 
    it under most circumstances. (Closes: #459462, #477691)
  - Depend on pinentry instead of recommend, and move pinentry-gtk2 to the 
    front of the alternatives list. (Closes: #462951)
* keyserver/gpgkeys_curl.c, keyserver/gpgkeys_hkp.c: Fix FTBFS with gcc
  4.3 strictness on bitfields combined with curl. (Closes: #476999)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
## Process this file with automake to produce Makefile.in
20
20
 
21
21
 
22
 
#if RUN_PKITS_TESTS
23
 
#pkits = pkits
24
 
#else
25
 
#pkits =
26
 
#endif
27
 
#
28
 
#SUBDIRS = . ${pkits}
29
 
 
30
22
if RUN_GPG_TESTS
31
23
openpgp = openpgp
32
24
else
33
25
openpgp =
34
26
endif
35
27
 
36
 
SUBDIRS = ${openpgp}
 
28
SUBDIRS = ${openpgp} . pkits
37
29
 
38
30
GPGSM = ../sm/gpgsm
39
31