Tagged Questions
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
19 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 ...
5
votes
1answer
39 views
Contributing to the package or the upstream branch?
While learning about Ubuntu development & packaging, there's one part that's not quite clear to me. So, let's say we're in the middle of active development (e.g. Raring) before feature freeze and ...
5
votes
1answer
40 views
Submit merged Debian package for inclusion in Ubuntu
I'm currently working to update the version of autogen shipped with Ubuntu from 1:5.12-0.1ubuntu2 in the repositories to 1:5.17.1-1 in Debian. The merge has been completed on my computer and the ...
0
votes
2answers
84 views
Does my DEB file contain any errors? [closed]
I am a new user to Ubuntu in general but I love programming, alot!
Well, I recently made a small application so as to exercise on C++, but especially on packaging (see this thread: ...
6
votes
1answer
492 views
Building multiple packages for deployment on different Ubuntu versions
I need to build debs for Ubuntus Lucid on. I know I can set up VMs/chroots, etc to make a distribution per build, but is there a mechanism from my Oneiric machine to do something like:
...
5
votes
1answer
144 views
What are Launchpad packaging recipes and how can I use them?
As I understand it, packaging recipes are a way to automate packaging into a PPA from a bzr branch. What I'm not sure of is how to go about setting one up. I have read the documentation but for some ...
3
votes
3answers
64 views
How are bugs in item descriptions in the software centre fixed?
Where would I find the source files that pertain to the package listing in the software centre? I'm guessing the SC is just a window through which these listings are viewed, rather than being a part ...
2
votes
1answer
253 views
How can I get the latest version of Assault Cube?
The one that is currently up is pretty outdated; I was just curious if one such as myself could update, package then upload it?
15
votes
0answers
519 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?