aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-11-25 23:56:34 +0000
committerMattia Rizzolo <mattia@mapreri.org>2015-11-25 23:58:40 +0000
commitf38f163cb3cb157f3eb3d8a8531c63c815434877 (patch)
treed6a44d75898bce4a3a128a77b0f5c57c8c26978a
parentad930168edf31d64d3e2af1b52becc5662c4f140 (diff)
downloadpbuilder-f38f163cb3cb157f3eb3d8a8531c63c815434877.tar
pbuilder-f38f163cb3cb157f3eb3d8a8531c63c815434877.tar.gz
update changelog for 0.221.1
-rw-r--r--debian/changelog20
1 files changed, 15 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index e68aeba..103ef66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,18 @@
-pbuilder (0.221+unreleased) UNRELEASED; urgency=medium
-
- * do stuff.
-
- -- Mattia Rizzolo <mattia@mapreri.org> Tue, 24 Nov 2015 14:18:28 +0000
+pbuilder (0.221.1) unstable; urgency=medium
+
+ * pbuilder-apt-config: update the hardcoded list of releases/architectures of
+ ubuntu and debian. This fixes autopkgtest when run on ppc64el.
+ * create: load hooks before trying to execute them. Closes: #806187
+ * pdebuild-internal: revert back to plain log() instead of log.{i,e}().
+ * buildpackage: move the binNMU() function from modules to buildpackage-funcs,
+ where it fits better.
+ * runhooks: move (un)loadhooks() and executehooks() to pbuilder-modules.
+ Merging the file means the hooks can use functions from the modules and
+ viceversa safely; otherwise we would need both the scripts to source the
+ other and this is not supported in bash.
+ Thanks to Holger to notice this broke with the last release.
+
+ -- Mattia Rizzolo <mattia@mapreri.org> Wed, 25 Nov 2015 23:56:26 +0000
pbuilder (0.221) unstable; urgency=medium