File: control

package info (click to toggle)
pygresql 1%3A4.0-3.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 468 kB
  • ctags: 593
  • sloc: ansic: 2,709; python: 1,601; makefile: 63
file content (34 lines) | stat: -rw-r--r-- 1,438 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: pygresql
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 7), python-all-dev (>= 2.6.6-14), python-all-dbg, libpq-dev, postgresql-server-dev-all, libssl-dev
Build-Conflicts: python-setuptools
XS-Python-Version: all
Standards-Version: 3.9.1

Package: python-pygresql
Architecture: any
Depends: ${python:Depends}, python-egenix-mxdatetime, ${shlibs:Depends}, ${misc:Depends}
Conflicts: python2.3-pygresql, python2.4-pygresql
Replaces: python2.3-pygresql, python2.4-pygresql
Provides: ${python:Provides}, python-pg
Suggests: python-pygresql-dbg
XB-Python-Version: ${python:Versions}
Description: PostgreSQL module for Python
 PyGreSQL is a Python module that interfaces to a PostgreSQL database. It
 embeds the PostgreSQL query library to allow easy use of the powerful
 PostgreSQL features from a Python script.

Package: python-pygresql-dbg
Section: debug
Priority: extra
Architecture: any
Depends: python-pygresql (= ${binary:Version}), python-dbg, ${shlibs:Depends}, python-egenix-mxdatetime-dbg, ${misc:Depends}
Provides: python-pg
Description: PostgreSQL module for Python (debug extension)
 PyGreSQL is a Python module that interfaces to a PostgreSQL database. It
 embeds the PostgreSQL query library to allow easy use of the powerful
 PostgreSQL features from a Python script.
 .
 This package contains the extension built for the Python debug interpreter.