3
votes
5answers
239 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 …
1
vote
1answer
64 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
0answers
28 views
deb package task for Phing
does anybody know a Phing Task to create .deb packages for Debian base linux systems?
0
votes
0answers
9 views
rpm file conflict after alien conversion
I have a program for which I generate a .deb file. The .deb file works fine on the systems I have tried it on (also tested with lintian). Previously it has worked to use alien to convert this to .rpm …
0
votes
3answers
325 views
How do I add an init.d script into a .deb
I have a project.init file in the debian directory (along with rules, control, etc), and I have dh_installinit in my rules file (in the binary-arch rule).
When dpkg-buildpackage completes, the init …
