Davor Ocelic wrote: > Basically the same problem occurs at a place where debhelper would want > to call dpkg-parsechangelog.
Where, here?
my $version=`dpkg-parsechangelog -l$isnative_changelog`;
($dh{VERSION})=$version=~m/Version:\s*(.*)/m;
# Did the changelog parse fail?
if (! defined $dh{VERSION}) {
error("changelog parse failure");
}
Seems fine.
> Maybe a good solution would be not to redirect stderr to /dev/null; this
> way, all messages would be clearly visible, and I think they wouldn't
> print anything to stderr in normal course of operation anyway.
I don't know what stderr redirection you're referring to.
--
see shy jo
signature.asc
Description: Digital signature

