File: control

package info (click to toggle)
python-pytc 0.8-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 200 kB
  • sloc: ansic: 3,641; python: 45; makefile: 20
file content (32 lines) | stat: -rw-r--r-- 1,398 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
Source: python-pytc
Section: python
Priority: optional
Maintainer: Vernon Tang <vt@foilhead.net>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>,
 Robert S. Edmonds <edmonds@debian.org>
Build-Depends: debhelper (>= 7), cdbs (>= 0.4.90~), quilt, python-all-dev (>= 2.6.6-3~), python-all-dbg (>= 2.6.6-3~), libtokyocabinet-dev (>= 1.3.6)
Standards-Version: 3.9.1
Homepage: https://pypi.python.org/pypi/pytc/
Vcs-Git: https://salsa.debian.org/python-team/modules/python-pytc.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-pytc

Package: python-pytc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python bindings for the Tokyo Cabinet database
 This package contains the pytc module, which gives Python programs the
 ability to work with Tokyo Cabinet database files.

Package: python-pytc-dbg
Architecture: any
Section: debug
Depends: python-pytc (= ${binary:Version}),
 ${shlibs:Depends}, ${misc:Depends}, python-dbg
Provides: ${python:Provides}
Description: Python bindings for the Tokyo Cabinet database (debug extension)
 This package contains the pytc module, which gives Python programs the
 ability to work with Tokyo Cabinet database files.
 .
 This package contains the extension built for the Python debug interpreter.