Bug#354953: Similar problems with dpkg-parsechangelog

2006-03-04 Thread Davor Ocelic
On Sat, Mar 04, 2006 at 05:36:21PM -0500, Joey Hess wrote: > 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`; >

Bug#354953: Similar problems with dpkg-parsechangelog

2006-03-04 Thread Joey Hess
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 th

Bug#354953: Similar problems with dpkg-parsechangelog

2006-03-02 Thread Davor Ocelic
Basically the same problem occurs at a place where debhelper would want to call dpkg-parsechangelog. 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 operatio