]> err.no Git - dpkg/commit
Dpkg::Changelog: Allow input to come directly from a filehandle
authorFrank Lichtenheld <djpig@debian.org>
Wed, 16 Jan 2008 12:08:51 +0000 (13:08 +0100)
committerFrank Lichtenheld <djpig@debian.org>
Wed, 16 Jan 2008 12:15:27 +0000 (13:15 +0100)
commit83d4b9afc3e33c3c0f7a35af426eb796f1e9f87b
tree2534985c805e2f48863fd17579fb6dc937efa5c0
parent0a9be93dfd725928d5e9f2804a677fac3c9a2992
Dpkg::Changelog: Allow input to come directly from a filehandle

* scripts/Dpkg/Changelog/Debian.pm (parse): Accept input in
configuration item 'inhandle'. Allow to override the name of
the file (used for reporting) with configuration item
'reportfile'.
* scripts/Dpkg/Changelog.pm (init): Call parse if
'inhandle' is given.
scripts/Dpkg/Changelog.pm
scripts/Dpkg/Changelog/Debian.pm