Bug#810762: debuild: shouldn't call dpkg-architecture for source-only builds

2016-01-20 Thread Neil Mayhew
On 2016-01-12 11:47 AM, Guillem Jover wrote: > … a source only build requires running the «debian/rules clean» > target, which also requires checking whether the Build-Depends are > satisfied. > … If one runs «dpkg-buildpackage -S -nc» then it might make sense to > not pre-compute the arch variable

Bug#810762: debuild: shouldn't call dpkg-architecture for source-only builds

2016-01-12 Thread Guillem Jover
Control: reassign -1 dpkg-dev Control: retitle -1 dpkg-buildpackage: Do not call dpkg-architecture on -S -nc Control: severity -1 wishlist Hi! On Mon, 2016-01-11 at 21:06:12 -0500, James McCoy wrote: > On Mon, Jan 11, 2016 at 05:33:03PM -0700, Neil Mayhew wrote: > > I'm using debuild -S to create

Bug#810762: debuild: shouldn't call dpkg-architecture for source-only builds

2016-01-11 Thread James McCoy
On Mon, Jan 11, 2016 at 05:33:03PM -0700, Neil Mayhew wrote: > I'm using debuild -S to create a source package. debuild calls > dpkg-architecture, which in turn tries to call gcc and shows an error. > I shouldn't need gcc to build a source package. > > The variables set by dpkg-architecture aren't

Bug#810762: debuild: shouldn't call dpkg-architecture for source-only builds

2016-01-11 Thread Neil Mayhew
Package: devscripts Version: 2.15.9 Severity: normal Tags: patch I'm using debuild -S to create a source package. debuild calls dpkg-architecture, which in turn tries to call gcc and shows an error. I shouldn't need gcc to build a source package. The variables set by dpkg-architecture aren't used