]> err.no Git - dpkg/commit
dpkg-gencontrol: accept "-c-" to read the control file from stdin
authorRaphael Hertzog <hertzog@debian.org>
Sun, 1 Jun 2008 10:07:17 +0000 (12:07 +0200)
committerRaphael Hertzog <hertzog@debian.org>
Sun, 1 Jun 2008 10:08:16 +0000 (12:08 +0200)
commit3470d4d118e79d5ec6bac11706e59d26a2596cd1
tree09bf9676ab0bdcaed66365c676d9398e9c7ecd52
parent0ee8807033b96d0933cce5b9f32cdc8a5201ed06
dpkg-gencontrol: accept "-c-" to read the control file from stdin

* scripts/Dpkg/Control.pm (parse, parse_fh, new): Add a new function
parse_fh() to be able to parse the control file from an arbitrary
file handle. Change parse() to use it and modify new() to parse
STDIN instead of a real file if the parameter is "-".
ChangeLog
debian/changelog
scripts/Dpkg/Control.pm