Age | Commit message (Collapse) | Author | Files | Lines |
|
Warned-by: codespell
|
|
We should keep these and consider them as pseudo-EOF markers, and stop
processing once seen.
[lamby@debian.org:
- Initial test cases for dpkg-mergechangelogs functional tests. ]
Closes: #916056
|
|
Thanks-to: Niels Thykier <niels@thykier.net> (for typo in dpkg(1))
|
|
Signed-off-by: Guillem Jover <guillem@debian.org>
|
|
The get_timepiece methods might return an undef value if there was no
timestamp in the trailer. Do not call the Time::Piece epoch method in
that case, as that causes a perl error.
Regression introduced in commit ea22158eb8b0dcaf42b0cdacd5b4560764f353c8.
Closes: #843248
Based-on-patch-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
|
|
The new module is in the perl core distribution, which reduces the build
and run-time dependencies, helping with architecture bootstrapping.
Prompted-by: Helmut Grohne <helmut@subdivi.de>
|
|
This stops the madness of having to invent sequence numbers to be able
to order the test suite run. Instead we now honour the order of the
arguments passed to the runner.
|