Does 'gbp-dch' guarantee that the following are identical?
git log -1 --pretty=%ct -- debian/changelog
dpkg-parsechangelog -STimestamp
That is, can I always assume that the timestamp of the commit
_modifying_ the `debian/changelog` is the same as the timestamp
_written_ to the `debian/changelog`?
--
Neil Roza