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: pyparted
Section: python
Priority: optional
Maintainer: Parted Maintainer Team <parted-maintainers@lists.alioth.debian.org>
Uploaders: Luca Falavigna <dktrkranz@debian.org>, Colin Watson <cjwatson@debian.org>
Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.6.6-13~), python-all-dbg (>= 2.6.6-13~), pkg-config, libparted0-dev (>= 2.3), dh-autoreconf
Standards-Version: 3.9.2
X-Python-Version: >= 2.6
Homepage: http://fedorahosted.org/pyparted/
Vcs-Git: git://git.debian.org/git/parted/debian/pyparted.git
Vcs-Browser: http://git.debian.org/?p=parted/debian/pyparted.git
Package: python-parted
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Description: Python interface for libparted
pyparted is a set of Python modules that provide Python programmers an
interface to libparted (http://www.gnu.org/software/parted), the GNU parted
library for disk partitioning and file system manipulation.
.
This package contains Python extension itself.
Package: python-parted-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${python:Depends}, python-dbg (>= 2.6.6-13~), ${shlibs:Depends}, ${misc:Depends}, python-parted (= ${binary:Version})
Description: Python interface for libparted - Debugging symbols
pyparted is a set of Python modules that provide Python programmers an
interface to libparted (http://www.gnu.org/software/parted), the GNU parted
library for disk partitioning and file system manipulation.
.
This package contains debugging symbols.
|