Re: [PATCH 2/2] scripts/package/builddeb: Support output directory selection

2011-09-22 Thread Deepti Kalakeri
Hello James, I have used the O=build_output_dir option and it builds the debian package in the curdir. It does solve the problem, I need to test and see if the debian package bult in this way functionally works. But, still I think your changes hold good as it creates a debian package in the specif

Re: [PATCH 2/2] scripts/package/builddeb: Support output directory selection

2011-09-22 Thread James Westby
Hi Deepti, It's been suggested that this could be achieved instead by using the standard "O" variable to suggest an output dir. Running make deb-pkg O=build/ would use build/ as the build directory, and then put the resulting files in the current working directory. I haven't tested it, but i

[PATCH 2/2] scripts/package/builddeb: Support output directory selection

2011-09-20 Thread James Westby
Allow the caller to set the output directory for the deb packages using an environment variable. --- scripts/package/builddeb |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/scripts/package/builddeb b/scripts/package/builddeb index ea33db3..dea0190 100644 --- a/script