~ubuntu-branches/ubuntu/natty/libgpg-error/natty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Jose Carlos Garcia Sogo
  • Date: 2004-03-16 23:25:13 UTC
  • Revision ID: james.westby@ubuntu.com-20040316232513-j0772gcc0xnjh5i6
Tags: 0.7-1
* New upstream version. (Closes: #236802, #238161)
* Bumped Standars Versions. No changes.
* From Matthias Urlichs package:
    - Document gpg-error.
    - Fix installation.
    - Added postinst and prerm scripts for libgpg-error0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: libgpg-error
 
2
Priority: optional
 
3
Section: libdevel
 
4
Maintainer: Jose Carlos Garcia Sogo <jsogo@debian.org>
 
5
Uploaders: Matthias Urlichs <smurf@debian.org>
 
6
Build-Depends: debhelper (>> 4.1.40)
 
7
Standards-Version: 3.6.1
 
8
 
 
9
Package: libgpg-error-dev
 
10
Section: libdevel
 
11
Architecture: any
 
12
Depends: libgpg-error0 (= ${Source-Version}), libc6-dev
 
13
Description: library for common error values and messages in GnuPG components
 
14
 Library that defines common error values for all GnuPG
 
15
 components.  Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
 
16
 pinentry, SmartCard Daemon and possibly more in the future.
 
17
 .
 
18
 This package contains the headers and other files needed to compile 
 
19
 against this library.
 
20
 
 
21
Package: libgpg-error0
 
22
Section: libs
 
23
Architecture: any
 
24
Depends: ${shlibs:Depends}
 
25
Description: library for common error values and messages in GnuPG components
 
26
 Library that defines common error values for all GnuPG
 
27
 components.  Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
 
28
 pinentry, SmartCard Daemon and possibly more in the future.
 
29