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 39 40 41 42 43
|
Source: pyparted
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
libparted-dev,
libpython3-all-dev,
parted,
pkgconf,
python3-all-dev:any,
python3-setuptools,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/dcantrell/pyparted
Vcs-Git: https://salsa.debian.org/debian/pyparted.git
Vcs-Browser: https://salsa.debian.org/debian/pyparted
Package: python3-parted
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Provides: ${python3:Provides}
Suggests: python-parted-doc (>= 3.11.1-5)
Description: Python 3 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 3 extension itself.
Package: python-parted-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Breaks: python-parted (<< 3.11.1-5), python3-parted (<< 3.11.1-5)
Replaces: python-parted (<< 3.11.1-5), python3-parted (<< 3.11.1-5)
Depends: ${misc:Depends}
Description: Python 3 interface for libparted (common documentation)
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 the common documentation.
|