View Single Post
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#172
Originally Posted by taixzo View Post
I may have to do that; I was hoping not to have to install scratchbox as I don't have all that much free space.

Regardless, here's the first .deb. HAM will complain that it's the wrong architecture, but it's really architecture-independent (since it's all Python anyway), so you can install it via (as root):
Code:
dpkg --force-architecture -i saera_0.1-0_i386.deb
You should change the architecture in debian/control
from
Code:
any
to
Code:
all
Then this build a package installable on any architecture without any complaints.
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here

Last edited by marmistrz; 2012-06-15 at 19:34.
 

The Following 4 Users Say Thank You to marmistrz For This Useful Post: