aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gbp/scripts/dch.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gbp/scripts/dch.py b/gbp/scripts/dch.py
index ff4fb95c..5e978b5f 100644
--- a/gbp/scripts/dch.py
+++ b/gbp/scripts/dch.py
@@ -607,7 +607,8 @@ def main(argv):
except KeyboardInterrupt:
ret = 1
gbp.log.err("Interrupted. Aborting.")
- except (gbpc.CommandExecFailed,
+ except (gbp.deb.control.ParseControlError,
+ gbpc.CommandExecFailed,
GbpError,
GitRepositoryError,
DebianSourceError,