0
votes
1answer
41 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/ ...
2
votes
0answers
37 views

How to package a shell script? [duplicate]

I have a shell script . I want to convert the script into a terminal application which can be installed using sudo apt-get install and can be run through the terminal by typing the name of the ...
0
votes
1answer
23 views

Export Package [Eclipse]

I am just wondering how do I export a .deb package for Ubuntu Software Centre in Eclipse? I have created an application that runs Python and Webkit now I wish to submit to the Software centre. How do ...
2
votes
1answer
36 views

What would cause files not to be included in a .deb?

I'm trying to build a .deb package (python) as part of a larger project. I'm able to successfully run 'make' and 'make install' on it, but when the package(s) are built (using dpkg-buildpackage ...
2
votes
1answer
40 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. ...
5
votes
1answer
100 views

upstart init script remains on apt-get remove

I just created my first .deb file ever from a Python script. I included a package.upstart file under package/debian and all installed great. However, I noticed that apt-get remove package leaves the ...
0
votes
2answers
105 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?
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 ...
3
votes
1answer
91 views

How to create and submit package for Qt application

I have an application that I developed in Qt and Ubuntu. Its primary target is Windows but I prefer working in Ubuntu for all sorts of obvious reasons, so I rebuild it using Qt under XP and create an ...
0
votes
2answers
859 views

How to Create Deb Files [duplicate]

Possible Duplicate: Simplest Debian Packaging Guide? I have a group of BASH scripts, XML files, etc. The scripts require that some programs already be installed. How do I create a *.deb on ...
3
votes
3answers
121 views

How Can Someone With Minimum Programming Experience Publish an App of an Existing Program not found in the Software Centre?

There's a free mathematics software that I would like to see in Ubuntu Software Centre, called, 'Sage.' I have minimal experience in programming, so I'm basically here asking if someone could either ...
1
vote
1answer
210 views

Building failed because of “Package x11 not found”

I am trying to build an application I am making into launchpad for my PPA, and, while it builds the DEB just fine locally, it fails in launchpad. The build log complains that Project ERROR: Package ...
1
vote
1answer
113 views

How to package closed-source softwares

How to package close source application (proprietary). I know how to package open-source apps using dh_make and pbuilder but using this method others can see my source code. Is there any way for doing ...
1
vote
1answer
57 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
119 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
1answer
345 views

How can I create a simple debian package from binary?

I have been researching debian packaging, but I can't seem to figure out how to package a C# mono application made up of a single executable and a few resource files. Can anyone help me figure out? ...
1
vote
1answer
39 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. ...
0
votes
1answer
89 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 ...
0
votes
2answers
170 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 ...
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
63 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
225 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
51 views

App Showdown: Universe dependency

I'm currently in the process of packaging my submission for the Ubuntu App Showdown. I read in the rules that the package may not have dependencies that are not in the Ubuntu repository. But what ...
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 ...
4
votes
1answer
174 views

Must apps submitted to the Software Center run from the /opt directory?

I read this question, but I'm more confused yet. In developer.ubuntu.com/showdown I read: "(2) run out of /opt" (I understand "run out" is not in /opt *Am I wrong?*) In ...
0
votes
0answers
60 views

How to package into an Ubuntu Supported Binary [closed]

First of all, I would like to say I did do a quick search here about the subject, as I was sure it wasn't anything new. And I did find this Very Helpful Question. But my main meaning for the question ...
1
vote
2answers
180 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 ...
2
votes
2answers
103 views

Ubuntu App Showdown: Commercial applications

Me and a few of my friends decided to create a game for the App showdown. However, we wanted to make a commercial game out of it (for <5$). So the question is: If I want to submit a commercial app, ...
3
votes
2answers
191 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
60 views

Do I GPG-sign my application before or after packaging?

I am almost ready to complete my app, but I am unclear on the sequence of packing a completed an app, and getting it uploaded so users of the software center can find it for installing. Does the ...
0
votes
1answer
104 views

any basic app packaging guide for a newbie? [duplicate]

Possible Duplicate: Simplest Debian Packaging Guide? i've made an app using wxpython, i have some .py files and some icons, how can i package it for uploading it to launchpad?? i've ...
2
votes
1answer
107 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/ ...
3
votes
3answers
89 views

How do I create a Debian branch for my project on Launchpad?

I have a project on Launchpad that consists of a single branch (trunk). I would like to create a second branch that contains the Debian packaging for the project (with the intent of creating a build ...
2
votes
1answer
335 views

How do I submit .jar file to the ubuntu software center

I am writing an app using JAVA Swing for all platforms. After that I want to add this app to Ubuntu Software Center for free Is it possible? My app is just one *.jar file, its helping to play card ...
2
votes
1answer
87 views

Java packaging and uploading to a PPA in Launchpad

I have a java application (created as a class) and I want to know how I can (or should I even) convert it to .deb format and then how to upload it to a Launchpad PPA so that everyone could install it? ...
7
votes
2answers
201 views

How do I package an application to submit to the MyApps portal?

I'm trying to submit my app to the MyApps portal. I really don't get it what I should submit, source code or deb package? If source, in which format, whole app as zip, tar.gz...?
5
votes
2answers
366 views

How Do I Package My Application for the Ubuntu Software Centre?

I'm an old hand at software development, but not so experienced with packaging. I've built one dpkg before, but it wasn't a source package. I'm working on getting an application submitted to the ...
4
votes
2answers
352 views

How to make a .deb installer for PySide (Qt) project

I have made a small software using PySide, a GUI library for python using Qt. I have successfully built it into an executable for Ubuntu. ...
6
votes
2answers
130 views

How to package an application that contains a binary that needs to be in $PATH?

I am packaging an application that contains binaries that would normally go in /usr/bin and a shared library that would go in /usr/lib. However, the package guidelines for submitting applications to ...
7
votes
2answers
666 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?
1
vote
1answer
103 views

How to use 'dh_installgsettings'?

My app use systay. I know I should use gsettings to set the 'systray-whitelist' key. Now I would like to package my app. After I googled, I guess dh_installgsettings can help me. So I put a file ...
3
votes
2answers
1k views

How to create a debian source package with QT Creator?

Well the title already states it. What do I need to do to get a package that I can submit to the Ubuntu Software Center?
20
votes
2answers
547 views

How does Application Review Board work?

According to https://wiki.ubuntu.com/AppReviews the Application Review Process is good both for upstream software developers and Ubuntu packagers. The point seems to be that the upstream developers ...
4
votes
2answers
856 views

How to distribute applications?

I am new to Ubuntu development. As a learning experience, I have written a custom chat application using qt4 and I want to deploy it in some sort of setup file. Whats the easiest way of deploying an ...
51
votes
8answers
2k views

How to get my software into Ubuntu?

As a developer of free software, I want to get my application into Ubuntu. Should I provide a source tarball and ask for packaging? Or should I create a package myself? Should I target Ubuntu ...
15
votes
0answers
524 views

How do I put a package into the Ubuntu repositories? [duplicate]

Possible Duplicate: How to get my software into Ubuntu? I've created a Python application for Ubuntu. How do I package it and submit it for possible inclusion in the universe repository?