aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2022-09-29 16:46:18 +0200
committerGuido Günther <agx@sigxcpu.org>2022-09-29 16:46:30 +0200
commitb0e4374517e3098f73504536a8a2f00125452287 (patch)
tree18cccd9503675d101562abfe84b495d63c078420
parent5155e98b3cac28a32f20ac369e28e9fa78676fd4 (diff)
Document changes and release 0.9.29debian/0.9.29
-rw-r--r--debian/changelog33
-rw-r--r--packaging/git-buildpackage.spec2
2 files changed, 34 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index fb32170c..02efe6ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,36 @@
+git-buildpackage (0.9.29) unstable; urgency=medium
+
+ [ Guido Günther ]
+ * [f76f200] clone: Allow to automatically add upstream vcs.
+ While "gbp import-orig" supports "--upstream-vcs" since some time to
+ link to the upstream git history however setup of the upstream remote
+ repo so far was manual.
+ To make this more automatic add "--add-upstream-vcs" to "gbp clone"
+ (defaulting to False) and set up the upstreamvcs remote in case there's
+ sufficient information in debian/upstream/metadata. Once added fetch
+ from that remote initially.
+ * [37cd681] git-pbuilder: export GBP_{DIST,ARCH,BUILDER} to the environment.
+ This makes sure we don't export very generic vars while still being able
+ to make decisions based on what was passed to gbp.
+ * [2f463b9] config: Print correct default for postunpack hook
+ * [5155e98] Build-depend on python3-filelock.
+ This works around #1020024
+
+ [ Pete Moore ]
+ * [907e17a] rpm: Fix flake8
+
+ [ Stefano Rivera ]
+ * [ccbb64b] Specify a sysconfig scheme in smoke-rpm.
+ Debian uses the posix_local scheme by default, since Python 3.10,
+ causing the rpm to be built with the incorrect layout.
+ * [3954043] Explicitly use the deb install layout when building our RPM.
+ Debian defaults to installing to /usr/local, unless told otherwise. This
+ is usually done by passing --install-layout=deb to setup.py, when called
+ directly. But that's only an option on Debian systems that have this
+ patch. Set the environment variable equivalent, instead.
+
+ -- Guido Günther <agx@sigxcpu.org> Thu, 29 Sep 2022 16:45:34 +0200
+
git-buildpackage (0.9.28) unstable; urgency=medium
[ Diane Trout ]
diff --git a/packaging/git-buildpackage.spec b/packaging/git-buildpackage.spec
index dbf5567c..9855b08c 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.28
+Version: 0.9.29
Release: 0
Group: Development/Tools/Building
License: GPLv2