diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2016-09-05 14:15:16 -0700 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2016-09-05 14:16:42 -0700 |
| commit | 5558632f37eb036c80e541b04128ad5eb6b5f4e9 (patch) | |
| tree | 0aaa5a76c800d94a07eb8d897149f99c83b0f895 /debian | |
| parent | 9283e091041d002d83dfd711d0776fa31288d5ec (diff) | |
piupartsConf{,For} doesn't require Sbuild.built
Instead, do nothing if the corresponding schroot config does not yet
exist.
This change is needed because I intend to introduce an additional
parameter to Sbuild.built{,For} in a subsequent commit, and it would
overcomplicate things to make that an item of Info.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 81684955..c2078f6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ -propellor (3.1.3) UNRELEASED; urgency=medium +propellor (3.2.0) UNRELEASED; urgency=medium * Sbuild.built & Sbuild.piupartsConf: add an additional alias to sid chroots This is for compatibility with `dgit sbuild`. - * Fix Sbuild.hs haddock formatting error. + * Sbuild.piupartsConf: no longer takes an Apt.Url. (API Change) + * Sbuild.piupartsConf & Sbuild.piupartsConfFor: does nothing if corresponding + schroot not built. + Previously, this property built the schroot if it was missing. + * Further improvements to Sbuild.hs haddock. -- Sean Whitton <spwhitton@spwhitton.name> Mon, 05 Sep 2016 11:14:52 -0700 |
