View Single Post
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#168
Originally Posted by taixzo View Post
I PM'd X-Fade and Estel. In the meantime, how do I make a .deb to test locally? Runnig python setup.py sdist_fremantle creates a .dsc, a .changes and a .tar.gz, but not a .deb.
try this
Code:
dpkg-source -x filename.dsc
cd packagename-version
dpkg-buildpackage -rfakeroot -sa
__________________
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 17:54.
 

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