user d...@packages.debian.org
usertag 511152 dpkg-buildpackage
merge 475916 511152
thanks

Hi!

On Wed, 2009-01-07 at 23:27:07 +0300, Nikita V. Youshchenko wrote:
> Package: dpkg-dev
> Version: 1.14.23
> Severity: normal
> 
> I've just found that if I pass '-v0' to dpkg-buildpackage (meaning 'include
> changelog since version 0'), then -v0 parameter is not passed to
> dpkg-genchanges.
> 
> This is caused by the line
> 
> if ($since) { push @change_opts, "-v$since" }
> 
> because if $since is 0, condition is false. Better to write
> 
> if (defined($since)) { push @change_opts, "-v$since" }
> 
> dpkg-genchanges also has exactly the same issue processing '-v0'.

This was already reported. Raphaƫl also commented there on some of the
additionaly needed changes.

regards,
guillem



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to