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 44 45
|
Source: germinate
Section: utils
Priority: optional
Maintainer: Colin Watson <cjwatson@ubuntu.com>
Standards-Version: 3.9.3
Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: python (>= 2.6.6-3~), python-all, python3 (>= 3.1.2-8~), python3-all, python-setuptools, python3-setuptools, python-apt (>= 0.7.93.2~), python3-apt (>= 0.7.93.2~), python-unittest2
Vcs-Bzr: http://bazaar.launchpad.net/+branch/germinate
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.0
Package: germinate
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, ${perl:Depends}, python3-germinate (= ${binary:Version})
Description: expand dependencies in a list of seed packages
Germinate takes lists of seed packages and expands their dependencies to
produce a full list of packages. This can be used for purposes such as
managing the list of packages present in a derived distribution's archive
or CD builds.
Package: python-germinate
Section: python
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-apt (>= 0.7.93.2~)
Description: expand dependencies in seed packages (Python 2 interface)
Germinate takes lists of seed packages and expands their dependencies to
produce a full list of packages. This can be used for purposes such as
managing the list of packages present in a derived distribution's archive
or CD builds.
.
This package provides Python 2 modules used by Germinate, which may also be
used directly.
Package: python3-germinate
Section: python
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-apt (>= 0.7.93.2~)
Description: expand dependencies in seed packages (Python 3 interface)
Germinate takes lists of seed packages and expands their dependencies to
produce a full list of packages. This can be used for purposes such as
managing the list of packages present in a derived distribution's archive
or CD builds.
.
This package provides Python 3 modules used by Germinate, which may also be
used directly.
|