aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2012-04-19 00:24:39 +0200
committerGuido Günther <agx@sigxcpu.org>2012-04-19 00:32:05 +0200
commit727cd7ba592364220ee71039f381406e6717220a (patch)
treeac88fa5a63f46721a77b09d76ac82a11a88fa040
parentb72702fdd4adbdebdbe8c5aed080079196563969 (diff)
Document changes and release 0.6.0~git20120419debian/0.6.0_git20120419
-rw-r--r--debian/changelog32
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index af1cab92..8869eddd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,35 @@
+git-buildpackage (0.6.0~git20120419) experimental; urgency=low
+
+ [ Guido Günther ]
+ * [3b34b26] Make building with DEB_BUILD_OPTIONS=nocheck skip all tests
+ heavily based on a patch by Matthijs Kooijman (Closes: #669149)
+
+ [ Matthijs Kooijman ]
+ * [a43e9b9] Git-Dch: Full in commit messages.
+ This new tag makes git-dch use the full commit message when generating
+ the Debian changelog file, even when --full is not given. (Closes: #669159)
+ * [b72702f] Bug#669145: Add git-dch --commit and --commit-msg options
+ (Closes: #669145)
+
+ [ Markus Lehtonen ]
+ * [19b6e24] docs: add some missing tags to sgml files
+ * [9c4f34c] Refactor gbp-pq as preparation for rpm support.
+ Separate some functions of gbp-pq into a basemodule, intended to be
+ re-used by the upcoming rpm variant of the tool.
+ Also, introduces a new python subpackage gbp.scripts.common to be used
+ for the re-usable parts of the scripts in the refactoring work.
+ * [c8e4807] Refactor git-buildpackage as preparation for rpm support.
+ Separate some functions of git-buildpackage into a basemodule, intended
+ to be re-used by the upcoming rpm variant of the tool.
+ * [27c35b1] import-orig: refactor args of ask_package_* functions.
+ Makes ask_package_name() and ask_package_version() more generic and
+ re-usable in the upcoming RPM-tools.
+ * [5826e9c] Refactor git-import-orig as preparation for rpm support.
+ Separate some functions of git-import-orig into a baselib, intended to
+ be re-used by the upcoming rpm variant of the tool.
+
+ -- Guido Günther <agx@sigxcpu.org> Thu, 19 Apr 2012 00:24:03 +0200
+
git-buildpackage (0.6.0~git20120415) unstable; urgency=low
[ Guido Günther ]