germinate 2.1 source package in Ubuntu
Changelog
germinate (2.1) unstable; urgency=low * Call superclass constructor in GerminateFormatter's constructor. * Build-depend on python-all. * Store instances of Seed as GerminatedSeed._raw_seed, rather than instances of BytesIO which are transient and won't compare the way we need them to. * Remove build-sources entries that also appear in sources outputs at output time rather than immediately, which has the effect of removing sources that appear in any seed in the structure rather than just those processed earlier. This fixes behaviour when processing multiple seed structures, but also seems to fit more closely with the original intent of build-sources as documented in README, which I think was broken all the way back in r70 when seed hierarchies were first allowed to fork. * Fix inclusion/exclusion of packages from seeds other than "extra". -- Colin Watson <email address hidden> Wed, 07 Dec 2011 00:51:12 +0000
Upload details
- Uploaded by:
- Colin Watson
- Uploaded to:
- Sid
- Original maintainer:
- Colin Watson
- Architectures:
- all
- Section:
- utils
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
germinate_2.1.dsc | 1.6 KiB | b7e759d788ee56b8807bbd2709aa9b49d506df1f58b5e093c31f161ee8606a1f |
germinate_2.1.tar.gz | 57.5 KiB | 1b00b2455e74ce1f25b338e6914ca16d39e28bfb5b631d0312039829dc580c48 |
Available diffs
- diff from 2.0 to 2.1 (1.8 KiB)
No changes file available.
Binary packages built by this source
- germinate: 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.
- python-germinate: expand dependencies in seed packages (Python 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 modules used by Germinate, which may also be
used directly.