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
|
Source: ppa-dev-tools
Section: devel
Priority: optional
Standards-Version: 4.7.0
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Benjamin Drung <bdrung@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3 (>= 3.6),
python3-apt,
python3-distro-info,
python3-launchpadlib,
python3-lazr.restfulclient,
python3-pytest,
python3-pytest-runner,
python3-setuptools,
python3-yaml,
Homepage: https://launchpad.net/ppa-dev-tools
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
Vcs-Browser: https://salsa.debian.org/python-team/packages/ppa-dev-tools
Vcs-Git: https://salsa.debian.org/python-team/packages/ppa-dev-tools.git
Package: ppa-dev-tools
Architecture: all
Depends:
python3-apt,
python3-distro-info,
python3-launchpadlib,
python3-lazr.restfulclient,
python3-yaml,
${misc:Depends},
${python3:Depends},
Description: command line client for managing PPAs in Launchpad
This package provides a command line tool for creating, deleting, and
configuring Personal Package Archives (PPAs). It includes functionality to
wait/block until all packages have built.
|