File: control

package info (click to toggle)
python-sqlite 1.0.1-12
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 424 kB
  • ctags: 670
  • sloc: python: 2,127; ansic: 1,544; makefile: 13; sh: 7
file content (38 lines) | stat: -rw-r--r-- 1,469 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
35
36
37
38
Source: python-sqlite
Section: python
Priority: optional
Maintainer: Joel Rosdahl <joel@debian.org>
Build-Depends: debhelper (>= 8.1.0~), libsqlite0-dev (>= 2.5.6), python-all-dev (>= 2.6.6-3~), python-all-dbg
Standards-Version: 3.9.6
X-Python-Version: all

Package: python-sqlite
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Conflicts: python2.3-sqlite, python2.4-sqlite, python-pysqlite1.1, python2.3-pysqlite1.1, python2.4-pysqlite1.1
Replaces: python2.3-sqlite, python2.4-sqlite
Suggests: python-sqlite-dbg
Description: Python interface to SQLite 2
 pysqlite is an interface to the SQLite database server for
 Python. It aims to be fully compliant with Python database
 API version 2.0 while also exploiting the unique features of
 SQLite.
 .
 pysqlite 1.0.x is built against SQLite 2. For an interface to SQLite
 3, see the package python-pysqlite1.1, python-pysqlite2 or
 python-apsw.

Package: python-sqlite-dbg
Section: debug
Priority: extra
Architecture: any
Depends: python-sqlite (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Recommends: python-dbg
Description: Python interface to SQLite 2 (debug extension)
 pysqlite is an interface to the SQLite database server for
 Python. It aims to be fully compliant with Python database
 API version 2.0 while also exploiting the unique features of
 SQLite.
 .
 This package contains the extensions built for the Python debug interpreter.