aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-08-14 18:31:00 +0200
committerGuido Günther <agx@sigxcpu.org>2015-08-14 18:31:00 +0200
commite29f22fcfda79ebf1d838d83a16fec170cdb33ea (patch)
treeead510274ac01d7889e788947723d2d299993713
parent3d86432d4509e5b30f2c0f5e2fa303630e5017c9 (diff)
Document changes and release 0.6.33debian/0.6.33
-rw-r--r--debian/changelog22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 3b716316..dd5fed26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,25 @@
+git-buildpackage (0.6.33) experimental; urgency=medium
+
+ [ Carlos Maddela ]
+ * [da4d469] Add support for referencing existing local repositories when
+ cloning repositories. (Closes: #790889)
+ * [97c7a32] Allow exported patches to be renumbered and the patch number
+ prefix format to be specified as an option. (Closes: #790890)
+ * [279e946] import-orig: Honour --debian-branch option when importing into
+ an empty repo. (Closes: #791473)
+
+ [ Guido Günther ]
+ * [035b179] import-orig: Add new --merge-mode=replace.
+ This allows one to not merge upstream versions into the debian branch
+ but rather replace the content of the debian branch and only preserve
+ the debian/ dirs content. (Closes: #778594)
+ * [3d86432] buildpackage: in overlay mode remove debian/ from unpacked
+ tarball. We don't have a way to influence the upstream tarball in overlay
+ mode so remove debian/ after unpack if the source format expects this.
+ (Closes: #792692)
+
+ -- Guido Günther <agx@sigxcpu.org> Fri, 14 Aug 2015 18:29:53 +0200
+
git-buildpackage (0.6.32) unstable; urgency=medium
[ Guido Günther ]