Ben Collins <[EMAIL PROTECTED]> writes: > I think sticking with an env will make it much easier for some one to just > use dpkg-buildpackage (without modification) and call it like: > > BUILD_DEBUG=y && dpkg-buildpackage -B
Just a minor nit. That should be: BUILD_DEBUG=y dpkg-buildpackage -B Other than that, I agree that it should be in the environment. Cheers, Phil.