~ubuntu-branches/ubuntu/jaunty/gnupg2/jaunty-updates

« back to all changes in this revision

Viewing changes to gl/m4/gnulib-cache.m4

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Urlichs
  • Date: 2005-12-08 22:13:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051208221321-4rvs2vu835iam5wv
Tags: 1.9.19-2
* Convert debian/changelog to UTF-8.
* Put gnupg-agent and gpgsm lintian overrides in the respectively
  right package.  Closes: #335066
* Added debhelper tokens to maintainer scripts.
* xsession fixes:
  o Added host name to gpg-agent PID file name.  Closes: #312717
  o Fixed xsession script to be able to run under zsh.  Closes: #308516
  o Don't run gpg-agent if one is already running.  Closes: #336480
* debian/control:
  o Fixed package description of gpgsm package.  Closes: #299842
  o Added mention of gpg-agent to description of gnupg-agent package.
    Closes: #304355
* Thanks to Peter Eisentraut <petere@debian.org> for all of the above.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright (C) 2004 Free Software Foundation, Inc.
 
2
# This file is free software, distributed under the terms of the GNU
 
3
# General Public License.  As a special exception to the GNU General
 
4
# Public License, this file may be distributed as part of a program
 
5
# that contains a configuration script generated by Autoconf, under
 
6
# the same distribution terms as the rest of that program.
 
7
#
 
8
# Generated by gnulib-tool.
 
9
#
 
10
# This file represents the specification of how gnulib-tool is used.
 
11
# It acts as a cache: It is written and read by gnulib-tool.
 
12
# In projects using CVS, this file is meant to be stored in CVS,
 
13
# like the configure.ac and various Makefile.am files.
 
14
 
 
15
 
 
16
# Specification in the form of a command-line invocation:
 
17
#   gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --aux-dir=. --macro-prefix=gl alloca-opt allocsa mkdtemp setenv strpbrk strsep vasnprintf vasprintf xsize
 
18
 
 
19
# Specification in the form of a few gnulib-tool.m4 macro invocations:
 
20
gl_MODULES([alloca-opt allocsa mkdtemp setenv strpbrk strsep vasnprintf vasprintf xsize])
 
21
gl_AVOID([])
 
22
gl_SOURCE_BASE([gl])
 
23
gl_M4_BASE([gl/m4])
 
24
gl_TESTS_BASE([tests])
 
25
gl_LIB([libgnu])
 
26
gl_MACRO_PREFIX([gl])