Tagged Questions
0
votes
1answer
37 views
Quickly can't package, but raises no errors
I am trying to make a .deb package for my project in quickly. This is what I get:
ilya@ilya-laptop:~/Projects/online-translator$ quickly package
...........Ubuntu packaging created in debian/
...
0
votes
0answers
15 views
Can't package my quickly app after editing
I've had a lot of problems packaging my quickly app. After some editing I packaged it sucsesfuly, then I:
moved the packaging-files (jotty_0.1_all.deb jotty_0.1.dsc
jotty_0.1_i386.changes ...
0
votes
1answer
32 views
Quickly gives warnings on packageing, not recognizing setup.py~
I have been trying to make an application and package it and so on, but I have run in to a lot of errors, so I tried to get back to basic:
after the command quickly create ubuntu-application dj1 and ...
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. ...
0
votes
0answers
9 views
How to include a symlink when packaging using Quickly?
I have an application that I am packaging with quickly. In the media directory, I have a symlink to /usr/share/icons. when I package the application on Launchpad using a recipe, the symlink is ...
0
votes
2answers
103 views
What in Quickly creates an empty …/share/gnome/help/…/C/figures/ folder?
Something in packaging scripts creates an empty figures folder where it's not present before this packaging.
Where is it?
1
vote
1answer
54 views
How to force Quickly to NOT include a dependency? (Specifically: apport)
My case is this - the quickly-generated application contains some apport code, so quickly inserts python-apport in the dependencies list. I would like the application to be installable and run on ...
2
votes
1answer
118 views
Quickly, setup.py, long_description - how to make them generate a multi-paragraph description in the debian control file? [duplicate]
Possible Duplicate:
How to define multiline long_description in quickly's setup.py?
How can I make Quickly convert the long_description in setup.py into several paragraphs in the debian ...
1
vote
2answers
114 views
Error while making a .deb package with Quickly: setup.py install_egg_info failed
I wrote a little program and now I trying to make a .deb package out of it.
When I run quickly --verbose package I get this:
quickly --verbose package
...
1
vote
1answer
38 views
quickly package --extras replaces developer email with hostname
After running quickly package --extras for my project, I've noticed that in project_dir/debian the changelog file has my developer email listed as alex@myhostname, instead of my proper email address. ...
2
votes
1answer
78 views
Change version number in launchpad
While committing package to launchpad through quickly submit, version automatically jumped to current month, that is 12.07. I did try to delete all milestones and re-upload the package. But every ...
0
votes
1answer
88 views
quickly package --extras doesn't produce /opt/extras.ubuntu.com/../share/locale
I'm trying to package an app to /opt, but when installed the app won't run and complains:
Traceback (most recent call last):
File "/opt/extras.ubuntu.com/drawers/bin/drawers", line 45, in ...
2
votes
0answers
44 views
Why does quickly package --extras fail (where quickly package doesn't)? [closed]
When I attempt to use quickly package --verbose --extras on my application I get these errors at the end:
sed -i "s|__soundboard_data_directory__ =.*|__soundboard_data_directory__ = ...
2
votes
1answer
61 views
How to set application name when creating .deb, using Quickly
When I open created .deb package , my application name is UNKNOWN . Please help, how to fix it...
7
votes
1answer
224 views
How to troubleshoot Quickly packaging failures
I have created a Quickly app and I'm trying to create a package for distributing it through the Software Center.
However, whenever I try one of the Quickly packaging commands (package, share, release ...
1
vote
1answer
85 views
How to prevent quickly from replacing Exec=.* in the .desktop file?
I'm still trying to make Quicklists work and found the problem:
Quickly creates debian/rules with
sed -i 's|Exec=.*|Exec=/opt/extras.ubuntu.com/wakeonplan/bin/wakeonplan|' ...
1
vote
1answer
29 views
quickly ignores subfolder
I have a problem with packaging quickly. I have a project foo:
foo/
foo/bar/
foo_lib/
data/
When I run
quickly package --extras && file-roller ../*deb
I always miss ...
1
vote
2answers
174 views
Application won't run when installed in “/opt”
I've developed a program for the App Developer Showdown, with quickly, in python, and it works as expected when I package and install it normally -in /usr. However when packaged for installation in ...
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 ...
2
votes
1answer
131 views
Quickly package command fails
I get an error when trying to package my quickly application:
$ quickly package
........Ubuntu packaging created in debian/
............An error has occurred during package building
ERROR: package ...
2
votes
1answer
106 views
Broken Debian package with Quickly due to UnicodeDecodeError
I created a test application with Quickly. When I used quickly package, I get this warning:
Ubuntu packaging created in debian/
...