Tagged Questions

6
votes
4answers
1k views

Why RPM is better than DEB for MeeGo?

I know there has been a lot fuzz about this subject on various forums and newsgroups concerning the merge of Moblin and Maemo. I'd like to know what stackoverflow-fellows think about this. What are ...
3
votes
5answers
378 views

How to package a game for Linux?

I have a game that currently runs under Windows and Mac OS X and I'd like to make it available under Linux. The porting should be fairly easy since it's a Java based game and uses portable libraries ...
2
votes
3answers
149 views

How to bundle an application for Linux

I am writing a (closed-source) application and will provide binaries for all three major platforms (MacOS X, Linux and Windows). It uses Qt under the LGPL license so I am required to dynamically link ...
2
votes
2answers
140 views

building Debian and Redhat packages with leiningen

Moving my project from Ant to Leiningen went so smoothly that I am looking at new things to include in the build process. one of which would be to automatically create a .deb and .rpm file in the ...
2
votes
1answer
152 views

Linux packaging abstraction layer written in Python?

I'm looking for a way to generate .deb and .rpm packages from my build scripts, containing the resulting products. Since everything is written in Python, I'm wondering if anyone knows of an ...
1
vote
1answer
31 views

What is the best way of creating several rpm's (deb's) packages in one CMake project?

I need to create several different rpm's (deb's) (with different list of files) from one CMake project. What is the best way for this? Can some one suggest some project (CMakeList.txt) with such ...
0
votes
0answers
73 views

How to specify dependency in .rpm file which is converted from .deb with alien?

I try to convert .deb to .rpm with alien. What I want to do is specify dependency in .rpm. Depends:imlib2-dev is included in control file of .deb package. But it doesn't exist in rpm package in ...
0
votes
0answers
67 views

Making installale font package for linux using RPM and Deb

I want to make installable fonts for distribution on Linux (In house use). I would be happy if I get step by step guide for making installable RPM for distributing these fonts. Is there any graphical ...