Age | Commit message (Collapse) | Author | Files | Lines |
|
This makes several call sites more clear, as we move the logic inside
the function.
|
|
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
|
|
This option will make the output be in reverse order.
|
|
We can easily know the name of the calling unit test, and can thus infer
the pathname for the data directory, instead of having to duplicate the
name, and potentially ending with it being out of sync.
|
|
Fixes: Subroutines::ProhibitManyArgs
Warned-by: perlcritic
|
|
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>
|
|
This field contains the date of the entry in seconds since the epoch. To
make it easier to retrieve the date in a format that is easier to handle.
|
|
Deprecate dpkg() and rfc822() methods by this new method, which has a
more clear name and generic interface.
|
|
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 spurious space is unnecessary and takes a non-insignificant amount
of disk space on archive index files for example.
Update dpkg-dev Breaks on devscripts to version << 2.14.4, as previous
versions of debchange expect a trailing space from dpkg-parsechangelog
output.
Closes: #749044
Based-on-patch-by: Johannes Schauer <j.schauer@email.de>
|
|
Fixes TestingAndDebugging::RequireTestLabels.
Warned-by: perlcritic
|
|
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.
|