File: control

package info (click to toggle)
germinate 2.46
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 488 kB
  • sloc: python: 4,823; perl: 47; makefile: 18; sh: 1
file content (48 lines) | stat: -rw-r--r-- 1,742 bytes parent folder | download | duplicates (2)
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
46
47
48
Source: germinate
Section: utils
Priority: optional
Maintainer: The germinate hackers <germinate@packages.debian.org>
Uploaders: Julian Andres Klode <jak@debian.org>
Standards-Version: 4.6.2
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3 (>= 3.1.2-8~),
               python3-all,
               python3-apt (>= 0.7.93.2~),
               python3-fixtures,
               python3-flake8,
               python3-setuptools,
               python3-testtools,
Homepage: https://launchpad.net/germinate
Vcs-Git: https://git.launchpad.net/germinate
Vcs-Browser: https://git.launchpad.net/germinate
Rules-Requires-Root: no

Package: germinate
Architecture: all
Depends: python3-germinate (= ${binary:Version}),
         ${misc:Depends},
         ${perl:Depends},
         ${python3:Depends},
Recommends: ca-certificates,
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: python3-germinate
Section: python
Architecture: all
Depends: python3-apt (>= 0.7.93.2~),
         python3-pkg-resources,
         ${misc:Depends},
         ${python3:Depends},
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.