]> err.no Git - dpkg/commit
Fix input semantics of Debian changelog parser
authorFrank Lichtenheld <djpig@debian.org>
Wed, 16 Jan 2008 12:15:07 +0000 (13:15 +0100)
committerFrank Lichtenheld <djpig@debian.org>
Wed, 16 Jan 2008 12:15:27 +0000 (13:15 +0100)
commit112bc4bf62d6b93da5e99b18b85de272341d1412
treeef11a6a4f5df0e363bc37d0ca5af9adfd3d63986
parent83d4b9afc3e33c3c0f7a35af426eb796f1e9f87b
Fix input semantics of Debian changelog parser

* scripts/changelog/debian.pl: Restore the old
default behaviour to parse STDIN. Also fix the -l
option to specify a label for the parsed input, but
the actual file. Still allow --file to be used for
that. Use the new inhandle option of parse() to pass
STDIN directly. This should be faster and removes
the implicit dependency on IO::String.
scripts/changelog/debian.pl