I submitted my app to the Ubuntu Software Centre, and it just got reviewed by the Ubuntu App Review Board (ARB).
I got an e-mail suggesting some fixes, and I'm not sure about the next steps I should follow to fix my app.
I submitted my app to the Ubuntu Software Centre, and it just got reviewed by the Ubuntu App Review Board (ARB).
I got an e-mail suggesting some fixes, and I'm not sure about the next steps I should follow to fix my app.
First of all, read carefully what the reviewer is asking you to do on the e-mail. It will generally be either a request for information or a prompt to address some issues with your app.
In all cases:
If the ARB has done some changes to your app, apply those changes:
bzr merge lp:<branch-with-the-fixes>
on your source tree to merge in the changesbzr commit
command (or optionallyquickly save
if you use Quickly)debuild -S
command in your source tree to build a local source packagedput ppa:yourusername/ppa ../projectname_*_source.changes
to upload the local source package to your remote PPA in Launchpad