aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-11-09 17:51:57 +0100
committerGuido Günther <agx@sigxcpu.org>2017-11-10 08:06:20 +0100
commit68ccc7f669e544ac6a08761d9a2ddbd773eb3c3b (patch)
tree1bf0ba13a5c0a00cbf0e4a59fd7dd009dc9e45b5 /debian
parentd9fb2dfff4cfa94262d8def5ccd501a1fe4478a5 (diff)
changelog: Fix overly long lines
Gbp-Dch: Ignore
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog10
1 files changed, 6 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 9e8b595c..9b8dc26a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,8 @@ git-buildpackage (0.9.1) unstable; urgency=medium
mkdir -p ~/.config/pk4/hooks-enabled/unpack/
ln -s /usr/share/pk4/hooks-available/unpack/gbp \
~/.config/pk4/hooks-enabled/unpack/
- * [f18d6b4] import-dsc: improve error message when Debian branch does not exist
+ * [f18d6b4] import-dsc: improve error message when Debian branch does not
+ exist
* [01da1e6] import-dsc: make sure we don't create 'master' if not needed.
This way we only get the debian- and upstream-branch in empty repos and
not a pointless 'master' if debian-branch != master.
@@ -18,9 +19,10 @@ git-buildpackage (0.9.1) unstable; urgency=medium
* [8e67334] Lock flake8 version.
We don't want to play catchup with new flake8 checks but rather
update and fix things in a controlled manner.
- * [f1bf7c3] command_wrappers: report proper exception on bad process arguments.
- If subprocess.communicate raised a TypeError due to bad arguments 'ret'
- was undefined and therefore the real error reason got masked.
+ * [f1bf7c3] command_wrappers: report proper exception on bad process
+ arguments. If subprocess.communicate raised a TypeError due to bad
+ arguments 'ret' was undefined and therefore the real error reason got
+ masked.
Closes parts of #879495
* [280f4c9] pq: kill useless use of sed. This also broke paths containing
spaces. Thanks to André Althaus for a proposed fix.