aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2021-10-26 09:46:45 +0200
committerGuido Günther <agx@sigxcpu.org>2021-10-26 09:47:19 +0200
commita79c1d3837a5094bd3c46063dcd37fee141998b1 (patch)
tree1ae03ae626d58354a116aa44f0893de367e6fd9b
parent6c92ebbe085c93bad5573b2cde5a00bc2e6a13bc (diff)
Document changes and release 0.9.24debian/0.9.24
-rw-r--r--debian/changelog28
-rw-r--r--packaging/git-buildpackage.spec2
2 files changed, 29 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index ee8aa960..6d3a7e19 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,31 @@
+git-buildpackage (0.9.24) unstable; urgency=medium
+
+ [ Guido Günther ]
+ * [82750c0] dch: Require EMAIL or DEBEMAIL to be set.
+ The alternative would be to set a dummy address in case of
+ --git-author but that again can use $EMAIL so just fail if
+ both are unset. (Closes: #987611)
+ * [c48b0f4] Add translation infrastructure.
+ Make it simple to create/update the pot file and provide an initial po
+ file for de.
+ * [6ac98c7] d/control: Drop versioned python3 dep.
+ Even oldoldstable is recent enough
+ * [e8292e3] d/control: Add RulesRequiresRoot
+ * [e80151a] d/control: Depend on dh-sequence-python3.
+ This makes the requirement more obvious since dh-python does
+ multiple things
+
+ [ Emanuele Aina ]
+ * [26d6ceb] git: Actually include the missing key name in the KeyError message
+ * [f90e4f8] Fix import-dsc on empty repo if defaultBranch!=master.
+ (Closes: #906600)
+
+ [ Anthony Sottile ]
+ * [6c92ebb] Use collections.abc.Iterable instead of collections.Iterable
+ since Python 3.10 dropped the alias.
+
+ -- Guido Günther <agx@sigxcpu.org> Tue, 26 Oct 2021 09:46:11 +0200
+
git-buildpackage (0.9.23) experimental; urgency=medium
[ Michael Prokop ]
diff --git a/packaging/git-buildpackage.spec b/packaging/git-buildpackage.spec
index 56eeb096..cf6f485a 100644
--- a/packaging/git-buildpackage.spec
+++ b/packaging/git-buildpackage.spec
@@ -9,7 +9,7 @@
Name: git-buildpackage
Summary: Build packages from git
-Version: 0.9.23
+Version: 0.9.24
Release: 0
Group: Development/Tools/Building
License: GPLv2