I'm having trouble moving the maze of distribution tools for python and debian; cdbs , debhelper , python-support , python-central , blah blah blah ..
my application is quite simple: one python package (a directory containing modules and __init__.py ), a script to run the program ( script.py ) and some icons ( .png ) and menu items ( .desktop files).
From these files, how can I create a simple, clean .deb file from scratch without using the unnecessary tools listed above?
I mainly focus on ubuntu, but would like the package to work on direct debian
python debian debhelper deb
Jeremiah rose
source share