Building binary only debs using pdebuild when original .orig.tgz is not available

Rahul Amaram rahul.amaram at vizury.com
Tue Sep 15 07:33:49 UTC 2015


This does what I want:

pdebuild --use-pdebuild-internal --debbuildopts "-uc -us -b"

The only disadvantage is that temporary files get created in the debian 
folder and the binary .deb packages are created in the parent directory. 
So, this is not as clean as not using pdebuild the normal way i.e. 
without --use-pdebuild-internal option.

Thanks,
Rahul.

On Tuesday 15 September 2015 11:48 AM, Rahul Amaram wrote:
> Hi,
>
> When I have a directory with the source code and the debian folder, I 
> can directly run "debuild -uc -us -b" and it builds the binary .deb 
> packages. But for pdebuild, the original .orig.gz seems to be 
> mandatorily required. Is there anyway I can avoid this? The 
> alternative would be to create a .orig.tgz by removing the debian 
> folder but I would prefer to avoid this. Could I pass some options to 
> pdebuild to avoid this?
>
> My source format is 3.0 (quilt).
>
> Thanks,
> Rahul.




More information about the Pbuilder-maint mailing list