2
votes
1answer
38 views

Uploading quickly packages to Launchpad

I created an application using Quickly and packaged it using the command quickly package. But after I uploaded it to my PPA, I got a message from Launchpad saying: Rejected: Source/binary (i.e. ...
3
votes
1answer
77 views

How does the PPA fit into the scenario of publishing an application to the Ubuntu Software Center?

I've been going through docs for the past couple of hours but I haven't understood what the PPA is? I have a cross-platform Java application that I'd like to publish to the Ubuntu Software Center. My ...
5
votes
0answers
74 views

How do I package a Unity lens? [duplicate]

I'm new to Ubuntu apps and Launchpad. I've created a Unity lens using Quickly, but I'm stuck on how to deploy it. I have two questions. I can create a .deb file using quickly package, but when I ...
1
vote
0answers
38 views

Debuild does not recognise some files [duplicate]

Possible Duplicate: Why does 'quickly package' fail with “An error has occurred when creating debian packaging”? I have submitted an app for the Ubuntu App Showdown and ...
5
votes
1answer
182 views

How do I upload an updated package to my PPA without having Quickly mess it up?

As part of Ubuntu App Showdown I received comments on deb packaging (as maybe all other participants). Those can be easy fixed and I spotted them before, but debian packaging files are managed by ...
1
vote
3answers
2k views

Why does Launchpad fail to find 'glib-compile-schemas' while building for PPA?

So, I'm trying to publish my app in my PPA, but I'm having problems related with building my app. Here you have the output: /bin/sh: 1: glib-compile-schemas: not found make[1]: *** ...
0
votes
2answers
164 views

Launchpad ppa supporting multiple versions of Ubuntu

Is it possible for a launchpad ppa to support multiple Ubuntu versions such as 10.04 and 12.04 when the package itself was built on a 12.04 machine? When trying to add the ppa to a older machine, it ...
6
votes
1answer
288 views

How to create a PPA for C++ program?

My questions are: c++/gtkmm project created with NetBeans. How to make package to PPA from this? I have created target files structure (*.desktop, iconfile, ui glade files). Binary goes to ...
1
vote
0answers
44 views

Why does quickly keep submitting to the wrong PPA? [duplicate]

Possible Duplicate: Where does Quickly get the PPA name from? I am trying to upload my application for Ubuntu app showdown and I have built it with quickly package --extras, however when I ...
0
votes
2answers
94 views

How do I push my app to Launchpad if I have followed the recommendations of the App Review Board for Quickly apps?

I developed an app called Discvur with Quickly. I intend to submit it to the App Review Board so that it can be published in the Software Center. Therefore I followed all the recommendations on ...
0
votes
1answer
83 views

Removing my app from Ubuntu's PPA [closed]

As I've sent my app to Ubuntu's PPA using quickly submitubuntu and its version was wrong (12.07... right is 0.1!) Details of the app: Virtuam 0.1 Developed with Quickly (Python/GTK+3) Uploaded (as ...
2
votes
2answers
89 views

How can I upload to a PPA without .changes file?

So, I'm developing an app for the Ubuntu Showdown, and as quickly is still very buggy (I had problems using it), I decided to do my app entirely from scratch, using Python/GTK+3. I've done my app and ...
1
vote
1answer
211 views

Upload quickly project to Launchpad with “quickly share” not working!

I want to upload my quickly project for the Ubuntu App Showdown. I signed the Ubuntu Code of Conduct successfully and created a project "interest-calculation" on my Launchpad-Portal. When I enter in ...
2
votes
0answers
76 views

ValueError when running quickly share [duplicate]

Possible Duplicate: Why does “quickly share --ppa share” abort with a “can't create” error? I have successfully created and packaged a Quickly application, and I ...
3
votes
2answers
188 views

Quickly share error (Can't upload to ppa)

I'm using quickly and I can't seem to upload to my ppa. This is what I get: $ quickly share --ppa swink/ppa Get Launchpad Settings Launchpad connection is ok .........An error has occurred when ...
1
vote
1answer
87 views

Can't upload project to PPA using Quickly

I can't get Quickly to upload my project into my PPA. I've set up my PGP key and used it so sign the code of conduct, and the PPA exists. I don't know what other usefull information I can supply. ...
1
vote
2answers
144 views

Why does “quickly share --ppa share” abort with a “can't create” error?

I can not figure out what I am doing wrong. The package builds ok with quickly package, I could submit it, but I can not update my ppa. Here is what I got: desgua@desguai7:~/quickly/sbk$ quickly ...
3
votes
2answers
273 views

How do I import my PPA signing keys from a host into a virtual machine?

Please, give me some help: How can I export PGP keys I used for registration on PPA and then import in virtual machine's Ubuntu? Please, help me.
0
votes
2answers
59 views

off-topic: How can I update “Quickly” using a PPA or similar in the Source file? [closed]

I am running an ubuntu derivative that runs a bit behind in the updates. The version I'm running ~$ quickly --version Quickly 11.10 Python interpreter: /usr/bin/python 2.7.2 Python standard ...
9
votes
1answer
173 views

What is the difference between the release, share and submitubuntu commands in Quickly?

There are 3 different commands in Quickly to release a new version of an app into a PPA release - Posts a release of your project to a PPA on launchpad so that users can install the application on ...
6
votes
1answer
101 views

How can I submit an App to MyApps that is already in a PPA?

All my applications are already in my PPA in Launchpad. Now I want to submit them to MyApps. But MyApps insists in getting something to upload which makes no sense because everything is already ...
4
votes
1answer
193 views

Where does Quickly get the PPA name from?

I am trying to publish an app with Quickly: $ quickly share Get Launchpad Settings Launchpad connection is ok ppa:umpirsky:ppa does not exist. Please create it on launchpad if you want to push a ...
7
votes
2answers
637 views

Manually Created .deb, how do I upload to a PPA?

I have a manually created .deb, and I'd like to upload it to a PPA. My question is as follows: Is that possible? and If so, how do I do that?
4
votes
1answer
90 views

Why doesn't my PPA show up on Launchpad?

I'm trying to create a project with Quickly, and to make it available on Launchpad through a PPA. I created a PPA (ppa:vetetix/quickgcal) and a project page (quickgcal). I added code, shared it, ...