easy, straightforward way to package a python program for debian?
- by Jeremiah Rose
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?