Tagged Questions
0
votes
0answers
59 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 ...
4
votes
2answers
824 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 ...
10
votes
2answers
169 views
Translating .deb package information
How can I translate the contents of debian/control in debian packages so that the Information will be localised when the package is shown in the Software-Centre?
for packages in Ubuntu
for ...
0
votes
2answers
1k views
How make a configure/makefiles from an C file?
Hope this is not a stupid question. But here it goes...
Over the last month I have learned Programming in C and Gtk to a point where I have written a small program in C.
I would like to make a ...
12
votes
3answers
314 views
How do I propose my project to be part of Debian too?
I have a new project hosted at launchpad.net. My project can be useful for both: Ubuntu and Debian. However, I can't find a documentation to start host my project at launchpad.net and get my package ...
3
votes
1answer
182 views
How to create a Debian package with disjoint dependencies?
I have written an application, and I'm now interested in creating a debian package and setting up a PPA. The application is written primarily in XSLT, and includes a very thin front-end that can be ...