File: control

package info (click to toggle)
pygpgme 0.2-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 440 kB
  • sloc: ansic: 2,860; python: 1,389; makefile: 35; sh: 14
file content (34 lines) | stat: -rw-r--r-- 1,270 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: pygpgme
Section: python
Priority: optional
Maintainer: Miguel Di Ciurcio Filho <miguel@ic.unicamp.br>
Build-Depends: debhelper (>= 8.1.0~), python-all-dev (>= 2.6.6-3~), libgpgme11-dev, python-all-dbg (>= 2.6.6-3~)
Standards-Version: 3.9.2
Homepage: https://launchpad.net/products/pygpgme
X-Python-Version: >= 2.4
Uploaders: Jonathan Wiltshire <jmw@debian.org>

Package: python-gpgme
Architecture: any
Provides: ${python:Provides}
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: python wrapper for the GPGME library
 PyGPGME is a Python module that lets you sign, verify, encrypt
 and decrypt messages using the OpenPGP format.
 It is built on top of the GNU Privacy Guard and the
 GPGME library.

Package: python-gpgme-dbg
Priority: extra
Architecture: any
Section: debug
Provides: ${python:Provides}
Depends: python-gpgme (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Recommends: python-dbg
Description: python wrapper for the GPGME library (debug extension)
 PyGPGME is a Python module that lets you sign, verify, encrypt
 and decrypt messages using the OpenPGP format.
 It is built on top of the GNU Privacy Guard and the
 GPGME library.
 .
 This package contains the extension built for the Python debug interpreter.