aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2012-05-24 14:07:49 +0200
committerGuido Günther <agx@sigxcpu.org>2012-05-24 14:07:49 +0200
commit24e8455e29db5dddcb3d03f206183e4654546352 (patch)
tree0326c5b1db15d662182d68c4ca72818770e4bb8c
parentedc648346aba7830f7ab89c856eebdf45bfe5a44 (diff)
Document changes and release 0.6.0~git20120524debian/0.6.0_git20120524
-rw-r--r--debian/changelog42
1 files changed, 42 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 8869eddd..d9f56e35 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,45 @@
+git-buildpackage (0.6.0~git20120524) experimental; urgency=low
+
+ [ Markus Lehtonen ]
+ * [3308868] Refactor deb helpers: introduce PkgPolicy class. Create a new
+ 'pkg' basemodule, intended to be re-used by the upcoming rpm package
+ helpers. Move some deb functionality to a new pkg.PkgPolicy class, to be
+ used as a base for different package types. Introduces Deb-specific
+ deb.DebianPkgPolicy.
+ * [082679d] Refactor deb helpers: move build_tarball_name() from
+ UpstreamSource class to DebianPkgPolicy.
+ * [f495df9] Refactor deb helpers: move UpstreamSource class to pkg base
+ module. This refactor is preparation to the upcoming rpm support.
+
+ [ Guido Günther ]
+ * [83165aa] GitRepository.format_patches: allow to set threading format
+ and disable it by default.
+ * [5de6410] docs: complete git-dch synopsis
+ * [1eeb298] Add gbp.deb.ChangeLogSection to parse package and version out of
+ a changelog section
+ * [1ea487e] Don't explicitly refer to lenny-backports.
+ Thanks to Salvatore Bonaccorso
+ * [9d1459b] gbp.deb.changelog: Split parsing into a separate function
+ this will allow us to reparse the changelog after manipulation with dch.
+ * [2ecf9e3] gbp.deb.ChangeLog: Add filename property
+
+ [ Jérémy Lal ]
+ * [ae850da] --ignore-branch config help fix
+
+ [ Daniel Dehennin ]
+ * [c57d4af] gbp.git.repository: Add a "git merge-base" wrapper
+ (Closes: #672642)
+ * [edc6483] Provide minimalist debian/control object
+ (Closes: #673473)
+
+ [ Salvatore Bonaccorso ]
+ * [bb32e94] git-dch: Add support for --team switch for Team uploads
+ (Closes: #673368)
+ * [016bf21] Document --bpo, --nmu and --qa in git-dch's manpage
+ (Closes: #673422)
+
+ -- Guido Günther <agx@sigxcpu.org> Thu, 24 May 2012 14:05:47 +0200
+
git-buildpackage (0.6.0~git20120419) experimental; urgency=low
[ Guido Günther ]