summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-02-15 11:45:33 +0100
committerGuido Günther <agx@sigxcpu.org>2014-02-15 13:39:50 +0100
commit48cfeda32589f002c489fc820c22691a84a06a7c (patch)
tree0db2a1d419f9c954be3d5d97a0543510598301d4
parentdaf249f9254e96e4182948768da4f3ef4fc981c2 (diff)
Document changes and release 0.6.9debian/0.6.9
-rw-r--r--debian/NEWS2
-rw-r--r--debian/changelog33
2 files changed, 34 insertions, 1 deletions
diff --git a/debian/NEWS b/debian/NEWS
index 69ed3d9d..51949892 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,4 +1,4 @@
-git-buildpackage (0.6.9~) UNRELEASED; urgency=medium
+git-buildpackage (0.6.9) unstable; urgency=medium
This version changes the default of the cleaner options from 'debuild clean'
to a noop ('/bin/true'). If you want to retain the old behaviour you can still
diff --git a/debian/changelog b/debian/changelog
index b705e1c7..8e96f40e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,36 @@
+git-buildpackage (0.6.9) unstable; urgency=medium
+
+ [ Guido Günther ]
+ * [78f3673] Depend on newer devscripts.
+ These contain a uscan that handles repackaging at the right level and
+ won't let us pick up the wrong tarball name.
+ Thanks to gregor herrmann and all others involved (Closes: #635920)
+ * [7c64575] Avoid backtrace on config file parse errors
+ "gbp buildpackage" did this already but others didn't (Closes: #733759)
+ * [7b1eadd] Make parsing config file sections symmetric.
+ Always read the legacy command's config file section prior to the
+ subcommand's config file section.
+ Until now 'gbp <subcommand>' would read '[subcommand]' as well as
+ '[gbp-<subcommand>]' sections while 'gbp-<subcommand>' would only read
+ '[gbp-<subcommand>]' sections. (Closes: #733759)
+ * [49f0e44] Change the default of cleaner to /bin/true.
+ Running a clean command within version control by default nowadays
+ causes more trouble than it helps. It's unnecessary with
+ pbuilder/cowbuilder/sbuild and with export-dir. So change the default
+ from 'debuild clean' to a noop ('/bin/true'). (Closes: #670624)
+ * [d93c89f] import_orig: test error paths of find_source
+ * [daf249f] docs: improve docs on using upstream's git repo.
+ The documentation on using upstream's git directly instead of tarballs
+ was very terse. Add a step by step guide on how to get started and
+ how to update to new upstream versions.
+
+ [ Markus Lehtonen ]
+ * [e876beb] tests: adapt dch tests for older devscripts.
+ Determine the default urgency level by determining the version number of
+ the dch tool from command line.
+
+ -- Guido Günther <agx@sigxcpu.org> Sat, 15 Feb 2014 11:45:00 +0100
+
git-buildpackage (0.6.8) unstable; urgency=medium
* [f5718b8] No need to document --verbose. Properly document --help