Bug#793609: dh-python: pybuild incorrectly parses Build-Depends

2015-07-26 Thread James McCoy
On Sun, Jul 26, 2015 at 08:12:35AM +0200, Raphael Hertzog wrote: On Sat, 25 Jul 2015, James McCoy wrote: Attached patch should fix the issue. It also introduces another regression in that it ignores Build-Depends-Indep and Build-Depends-Arch now. Indeed. I knew the Build-Depends match

Bug#793609: dh-python: pybuild incorrectly parses Build-Depends

2015-07-26 Thread Raphael Hertzog
On Sat, 25 Jul 2015, James McCoy wrote: Attached patch should fix the issue. It also introduces another regression in that it ignores Build-Depends-Indep and Build-Depends-Arch now. But looping over the 3 fields will easily fix it. :) Cheers, -- Raphaël Hertzog ◈ Debian Developer Support

Bug#793609: dh-python: pybuild incorrectly parses Build-Depends

2015-07-25 Thread Raphaël Hertzog
Package: dh-python Version: 1.20150705-1 Severity: important I would have never expected this patch to break my package, yet it did: --- a/debian/control +++ b/debian/control @@ -8,6 +8,8 @@ Build-Depends: debhelper (= 9), dh-python, pylint (= 1.0.0), +# Enable once pylint3 is in unstable

Bug#793609: dh-python: pybuild incorrectly parses Build-Depends

2015-07-25 Thread James McCoy
Control: tag -1 patch On Sat, Jul 25, 2015 at 03:59:12PM +0200, Raphaël Hertzog wrote: I would have never expected this patch to break my package, yet it did: --- a/debian/control +++ b/debian/control @@ -8,6 +8,8 @@ Build-Depends: debhelper (= 9), dh-python, pylint (= 1.0.0), +#