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-lzma
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Richard Darst <rkd@zgib.net>
Build-Depends: debhelper (>= 7.0.50~), liblzma-dev, python-all-dev (>= 2.5.4-3~), python-setuptools, pkg-config, python-support, python-all-dbg (>= 2.5.4-3~)
Standards-Version: 3.8.4
XS-Python-Version: >= 2.6
Homepage: https://launchpad.net/pyliblzma
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-lzma/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-lzma/trunk
Package: python-lzma
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Description: Python bindings for liblzma
PylibLZMA provides a Python interface for the liblzma library for
reading and writing data that has been compressed or can be
decompressed by Lasse Collin's xz / lzma utils.
Package: python-lzma-dbg
Architecture: any
Priority: extra
Section: debug
Depends: ${shlibs:Depends}, ${misc:Depends}, python-lzma (= ${binary:Version})
Description: python-lzma debug symbols
PylibLZMA provides a Python interface for the liblzma library for
reading and writing data that has been compressed or can be
decompressed by Lasse Collin's xz / lzma utils.
.
This package contains detached debugging symbols for python-lzma.
|