View Single Post
Posts: 133 | Thanked: 172 times | Joined on Jul 2009 @ Travel bag
#14
hello

the issue I have with py2deb is not with the post/preinstall script, but with the package section.. I have a desktop widget for diablo in extras-devel that I am trying to promote..

while packaging with py2deb, I tried the below which resulted in errors that the 'user/desktop' section does not exist..
Code:
p.section="user/desktop"
So I ended up using
Code:
p.section="user/accessories"
With this I could succesfully upload to extras-devel.. However when I try to promote it to extras, I get a msg that
Warning: This package is not using one of the allowed user/* sections!
Could some one pls tell me how I can select the right section here and I think the right section here would be "user/desktop"