summaryrefslogtreecommitdiff
path: root/scripts/t/Dpkg_Changelog
AgeCommit message (Collapse)AuthorFilesLines
2019-10-30test: Fix typosGuillem Jover1-1/+1
Warned-by: codespell
2019-01-15Dpkg::Changelog::Debian: Preserve modelines at EOFGuillem Jover1-0/+13
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
2018-08-30Fix some typosGuillem Jover1-4/+4
Thanks-to: Niels Thykier <niels@thykier.net> (for typo in dpkg(1))
2017-05-06doc: Spelling fixesJosh Soref1-10/+10
Signed-off-by: Guillem Jover <guillem@debian.org>
2016-11-05Dpkg::Changelog: Cope gracefully with a missing trailer timestampGuillem Jover1-0/+11
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>
2015-07-29Dpkg::Changelog::Entry::Debian: Use Time::Piece instead of Date::ParseGuillem Jover1-0/+17
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>
2014-04-21test: Remove sequence number prefixes from test case filenamesGuillem Jover5-0/+1855
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.