summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton2016-08-24 20:56:17 -0700
committerSean Whitton2016-08-25 19:16:52 -0700
commit578ab11e721f2f85658451d23f2f4978118b9254 (patch)
tree6444e044c5270f2202ecb7a6026e7351646bfa1e /debian
parentfecfefa7066ccc0ffd23526363c2ef5478d6ce1a (diff)
don't require Sbuild.keypairGenerated
This is only needed for building a chroot for squeeze or older, but the code in Sbuild.built fails to configure a squeeze chroot: eatmydata is not available, and there are probably other assumptions that break.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 990dbe2e..1c90a9be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,9 +9,11 @@ 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.
+ * Don't force Sbuild.keygen{Insecurely,}Generated.
+ Only required with sbuild << 0.70.0
* Update Sbuild.hs haddock for sbuild 0.71.0
- * Add instructions to Sbuild.hs haddock for customising the chroot
- with propellor.
+ * Add instructions to Sbuild.hs haddock for customising the chroot with
+ propellor.
* Don't add deb-src lines when creating sbuild chroots.
Speeds up updating the chroot with sbuild-update.