- fixed the bugtracker issue
- modified the build depends:
# ADDED for building modRana
Build-Depends: debhelper (>= 5), python-support
- modified the "build architecture independent files section"
# Build architecture-independent files here.
binary-indep: build install
# We have nothing to do by default.
dh_pysupport /opt/modrana # its important to add path to the main application folder
- fixed the USERNAME environmental variable not found issue in the ./build_modrana.py script:
import os
os.environ["USERNAME"]='user'
- made sure there is #DEBHELPER# in the postinst script
- set correct file and folder permissions for the different modRana folders and files