1

I have the problem that after applying the changes suggested from the ARB (modifying some debian/* and such files) the commands quickly {share,release,submitubuntu} oddly stopped working for me.

However, quickly {package,run} still works just fine.

You can find my program with the latest source code here: https://launchpad.net/uberwriter

wolf@wolf-laptop:~/Programme/uberwriter$ quickly release
Get Launchpad Settings
Launchpad connection is ok
............An error has occurred when creating debian packaging
ERROR: can't create or update ubuntu package
ERROR: release command failed
Aborting

I would be really happy about any suggestions how to fix that, because I really liked the quickly workflow, which was (up to now) incredible painless.

-wolfv

wolfv
  • 580

1 Answers1

1

Turns out there was a wrong name+email in my changelog, so I changed that. Quickly didn't work, but I was able to build the package with debuild -S and then dput it to my ppa.

Sorry for asking, but maybe it'll help someone in the future.

I also used export DEBFULLNAME="..." and export DEBEMAIL="..."

wolfv
  • 580
  • For future reference, this would have helped debugging: http://askubuntu.com/questions/160774/how-to-troubleshoot-quickly-packaging-failures and here is a quick guide on how to apply the ARB's fixes to your app: http://askubuntu.com/questions/163096/how-do-i-apply-the-fixes-suggested-from-the-app-review-board-to-my-app – David Planella Jul 17 '12 at 07:26