aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-11-15 17:32:19 +0000
committerMattia Rizzolo <mattia@mapreri.org>2015-11-15 17:32:19 +0000
commit5b449f8927d83a4298775c72bef56307468d97a9 (patch)
treec82bb4abd5d25bb91e382713c5f221ddc3549a73
parent39c66d33418be5c2c8b2aa5b2b28fce0c401451c (diff)
downloadpbuilder-5b449f8927d83a4298775c72bef56307468d97a9.tar
pbuilder-5b449f8927d83a4298775c72bef56307468d97a9.tar.gz
update changelog
-rw-r--r--debian/changelog41
1 files changed, 40 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 5608749..271b576 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,45 @@
pbuilder (0.220+unreleased) UNRELEASED; urgency=medium
- *
+ [ Reiner Herrmann ]
+ * doc/Makefile: make the build reproducible by using a fixed temp dir to
+ build the pdf. Closes: #804729
+
+ [ Luca Falavigna ]
+ * add binNMU support. Closes: #683848
+
+ [ Andreas Beckmann ]
+ * add "binary-only=yes" mark to the binNMU changelog.
+ * only set Changed-By to --binnmu-maintainer in .changes do not override
+ Maintainer.
+
+ [ Mattia Rizzolo ]
+ * debian/control:
+ + Add dependency on dpkg-dev >= 1.7.0 due to `dpkg-parsechangelog -S`
+ * {create,update}: consider APTGETOPT also when running apt-get update.
+ Closes: #608636
+ * make the output level configurable through LOGLEVEL (--loglevel)
+ valid values are D/I/W/E (Closes: #490184)
+ * pbuilder:
+ + add an (undocumented) --help operation. Exit 0 if the help was requested.
+ * pdebuild:
+ + make debsign work if only a source build was perfomed and only
+ _source.changes is available. Closes: #804905
+ Thanks to Marcin Kulisz <marcin@bashton.com> for the original patch.
+ * modules:
+ + add 3 log.{i,w,e}() functions to be used instead of log().
+ - also use them instead of plain log() everywhere in the code.
+ + style improvments to binNMU().
+ + short the --help output and point to the manual pages instead.
+ + copy /etc/resolv.conf from the host only when USENETWORK=yes.
+ Closes: #753944
+ * checkparams:
+ + override "experimental" DISTRIBUTION only in the create and update target.
+ * docs:
+ + add an empty POT file in the documentation directory, to ease the work of
+ translators. Closes: #629947
+ * t:
+ + testlib: add a expect_stderr(), to explicitely test stderr.
+ + pbuilder-modules: also test the expected stderr from log().
-- Mattia Rizzolo <mattia@mapreri.org> Tue, 10 Nov 2015 23:04:08 +0000