chiark / gitweb /
git-debrebase: new-upstream: Fix handling of epochs.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 31 Jul 2018 09:21:57 +0000 (10:21 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 31 Jul 2018 12:12:59 +0000 (13:12 +0100)
commitec2180ffff14c6e14703a70b4e68861312607f10
tree94158868d074fc18fd61424c9a54dff43995732f
parentfd60a31ac3b7308570eee56f1e3c8e5ef0ffafe1
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>
debian/changelog
git-debrebase