mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
39 lines
1.6 KiB
Plaintext
39 lines
1.6 KiB
Plaintext
Source: ubuntu-dev-tools
|
|
Section: devel
|
|
Priority: optional
|
|
Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
|
|
Vcs-Bzr: https://launchpad.net/ubuntu-dev-tools/
|
|
Vcs-Browser: http://codebrowse.launchpad.net/~ubuntu-dev/ubuntu-dev-tools/trunk/changes
|
|
Build-Depends: cdbs (>= 0.4.49), debhelper (>= 5), python-all-dev (>= 2.4)
|
|
Build-Depends-Indep: docbook2x, python-central (>= 0.5)
|
|
XS-Python-Version: all
|
|
Homepage: https://launchpad.net/ubuntu-dev-tools/
|
|
Standards-Version: 3.7.3
|
|
|
|
Package: ubuntu-dev-tools
|
|
Architecture: all
|
|
Section: devel
|
|
Depends: ${python:Depends}, ${misc:Depends}, binutils, devscripts, sudo, python-launchpad-bugs (>= 0.2.25), python-debian, dctrl-tools, lsb-release
|
|
Recommends: bzr, pbuilder, python-ubuntu-utils, reportbug (>= 3.39ubuntu1)
|
|
Conflicts: devscripts (<< 2.10.7ubuntu5)
|
|
Replaces: devscripts (<< 2.10.7ubuntu5)
|
|
XB-Python-Version: ${python:Versions}
|
|
Description: useful tools for Ubuntu developers
|
|
This is a collection of useful tools that Ubuntu developers use to
|
|
make their packaging work a lot easier. Such tools can include bug
|
|
filing, packaging preparation, package analysis, etc.
|
|
|
|
Package: python-ubuntu-utils
|
|
Architecture: all
|
|
Section: python
|
|
Depends: ${python:Depends}
|
|
Suggests: ubuntu-dev-tools
|
|
XB-Python-Version: ${python:Versions}
|
|
Description: useful Python modules for Ubuntu developers
|
|
This is a collection of useful Python modules that people interested
|
|
in Ubuntu development might find interesting. Those include:
|
|
.
|
|
* ppaput: a Python module that abstracts the process of creating and
|
|
uploading Debian source packages to Launchpad's Personal Package
|
|
Archives.
|