I have a custom package I want to publish via launchpad. In order to build it, I need the USENETWORK option to be enabled (this way build-tools have network access, which is required in my case). On my local machine, I can enable this by adding it to the pbuilderrc file.
But how can this be done for the builds pushed to launchpad? I couldn't find anything related to that on their website.
Looking around, I found that it is possible to set the following option to the
debuildstep. Remember that it is possible to add options to debuild through thepbuildervariable--debbuildopts='--set-env="whatever=0"'.This is taken from the debuild manual.