summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton2016-08-25 19:12:30 -0700
committerSean Whitton2016-08-25 19:17:13 -0700
commit28d684b313a1cb2754ad72ca6f6364dce4b631f6 (patch)
tree3d57cc383e34b90c36c632810dbf94f45ac5d5cb /debian
parentb1d7925d1634556439ed5edb8af5e651bf9a1398 (diff)
update Sbuild docs again re. building for stretch
Building for stretch requires newer sbuild.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog16
1 files changed, 11 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index eeac0d4f..ce8d6e41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,12 +9,18 @@ propellor (3.1.2) UNRELEASED; urgency=medium
[ Sean Whitton ]
* Pass --allow-unrelated-histories to git merge when run with git 2.9 or
newer. This fixes the /usr/bin/propellor wrapper with this version of git.
- * Sbuild.built & Sbuild.builtFor no longer force Sbuild.keygenGenerated.
- This is only required for squeeze chroots, which we don't support anyway.
+ * Sbuild.built & Sbuild.builtFor no longer require Sbuild.keypairGenerated.
+ Transition guide: If you are using sbuild 0.70.0 or newer, you should
+ `rm -r /var/lib/sbuild/apt-keys`. Otherwise, you should add either
+ Sbuild.keypairGenerated or Sbuild.keypairInsecurelyGenerated to your host.
* Sbuild haddock improvements:
- - State that we don't support squeeze and Buntish older than trusty
- - Update sample ~/.sbuildrc for sbuild 0.71.0
- - Add hint for customising chroots with propellor
+ - State that we don't support squeeze and Buntish older than trusty.
+ This is due to our enhancements, such as eatmydata.
+ - State that you need sbuild 0.70.0 or newer to build for stretch.
+ This is due to gpg2 hitting Debian stretch.
+ - Explain when a keygen is required.
+ - Update sample ~/.sbuildrc for sbuild 0.71.0.
+ - Add hint for customising chroots with propellor.
- Update example usage of System type.
-- Joey Hess <id@joeyh.name> Sun, 24 Jul 2016 13:34:37 -0400