summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-31 10:21:57 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-31 13:12:59 +0100
commitec2180ffff14c6e14703a70b4e68861312607f10 (patch)
tree94158868d074fc18fd61424c9a54dff43995732f /debian
parentfd60a31ac3b7308570eee56f1e3c8e5ef0ffafe1 (diff)
git-debrebase: new-upstream: Fix handling of epochs.
Dpkg::Version->version() is only the middle part. ->epoch() doesn't have the colon. This is inconvenient enough that we convert it to a string and use a regexp :-/. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 41026cc..ef70f6e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ dgit (6.3~) unstable; urgency=medium
* git-debrebase: new-upstream: Fix error message for new version
with bad syntax.
* git-debrebase test suite: Test messages about unprocessable commits.
+ * git-debrebase: new-upstream: Fix handling of epochs.
--