Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package executables as Debian packages/RPMs #3

Open
cweagans opened this issue Mar 7, 2013 · 1 comment
Open

Package executables as Debian packages/RPMs #3

cweagans opened this issue Mar 7, 2013 · 1 comment

Comments

@cweagans
Copy link

cweagans commented Mar 7, 2013

Debian packaging is more important to me at the moment, and IIRC, it's pretty easy to do. I may try to tackle this one at some point unless you beat me to it.

@motin
Copy link
Member

motin commented Mar 8, 2013

+1. If you need it directly, you will probably beat me to it since it is kinda far back in my personal backlog atm. Wrote down som notes on Linux packaging, they fit in this issue's discussion thread...

A. Independent installer package
Classically a deb or rpm file, but maybe even something more cross-distro like AppStream, Listaller, ZeroInstall, instead.

B. Getting published through each distros official software distribution channels
Each distro usually maintains their own official channel. Ubuntu has Software Center, based on apt, itself brought in from Debian's channels. A dependency on an official xulrunner package could be made and thus xulrunner could be stripped out of the application package, minimizing it's filesize.

Official Ubuntu docs: http://developer.ubuntu.com/packaging/html/packaging-new-software.html

If you have a go at for instance debian packaging it would be great! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants