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 (.png
) and menu items (.desktop
files).
from these files, how can i construct a simple, clean .deb file from scratch without using the nonsensical tools listed above?
i'm mainly targeting ubuntu, but would like it if the package worked on straight debian