View Single Post
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#10
Originally Posted by BrentDC View Post
Ok, one last problem, when running dpkg-buildpackage -rfakeroot, I get this at the end:

Code:
dpkg-source: unrepresentable changes to source
I get a *.tar.gz file, but no *.deb

This website seems to think it has something to do with the clean process. Any ideas?

Thanks
Rename the .orig folder/tarball to whatever you wish for the quick way. But your problem is that a binary file/ non text based file was made (an pyc or pyo?) and -source can't diff that binary file. You can add "rm -f <unnecessary binary file>" to your clean target.
 

The Following User Says Thank You to qwerty12 For This Useful Post: