aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-11-23 18:30:32 +0000
committerMattia Rizzolo <mattia@mapreri.org>2015-11-23 18:30:32 +0000
commit286fcc9e69655137de98b38c22785be5f1a5d2e2 (patch)
tree335091f7ff3afe86504d5c710c824fa5a8041571
parentf1f623a1a0fdae690b917c84b96adb0abc714bb6 (diff)
downloadpbuilder-286fcc9e69655137de98b38c22785be5f1a5d2e2.tar
pbuilder-286fcc9e69655137de98b38c22785be5f1a5d2e2.tar.gz
update changelog
-rw-r--r--debian/changelog13
1 files changed, 10 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 271b576..b743294 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,9 +18,14 @@ pbuilder (0.220+unreleased) UNRELEASED; urgency=medium
* {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)
+ valid values are D/I/W/E. Closes: #490184
* pbuilder:
+ add an (undocumented) --help operation. Exit 0 if the help was requested.
+ + clean: use `rm -f` when removing APTCACHE/*, so we don't fail when there
+ is nothing in it. Closes: #607607
+ + update: correctly detect if debdelta is available. Closes: #805392
+ + build: umount as the very last option, due keeping the bindmounts while
+ executing the hooks. Closes: #805552
* pdebuild:
+ make debsign work if only a source build was perfomed and only
_source.changes is available. Closes: #804905
@@ -28,7 +33,7 @@ pbuilder (0.220+unreleased) UNRELEASED; urgency=medium
* 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().
+ + mainly 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
@@ -38,8 +43,10 @@ pbuilder (0.220+unreleased) UNRELEASED; urgency=medium
+ 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.
+ + testlib: add a expect_stderr(), to explicitly test stderr.
+ pbuilder-modules: also test the expected stderr from log().
+ * debian/tests/build-procenv: use archive.ubuntu.com for amd64/i386 and
+ ports.ubuntu.com for everything else to fix autopkgtests on ubuntu.
-- Mattia Rizzolo <mattia@mapreri.org> Tue, 10 Nov 2015 23:04:08 +0000