easy, straightforward way to package a python program for debian?
Posted
by Jeremiah Rose
on Stack Overflow
See other posts from Stack Overflow
or by Jeremiah Rose
Published on 2010-05-28T08:37:32Z
Indexed on
2010/05/28
8:41 UTC
Read the original article
Hit count: 241
i'm having trouble navigating the maze of distribution tools for python and debian; cdbs, debhelper, python-support, python-central, blah blah blah ..
my application is a fairly straightforward one - a single python package (directory containing modules and a __init__.py
), a script for running the program (script.py
) and some icons and menu items (.desktop
files).
is there a simple straightforward way to make a .deb file out of these, or should i brave the nonsensical tools listed above?
© Stack Overflow or respective owner