unstripped binary or object creating debian package
- by Jaime
I'm new to package creation and I'm trying to create a .deb package and keep getting 'unstripped-binary-or-object' on all my libraries and executables.
I have everything setup in the directory tree where I want them to end up (and a DEBIAN folder with the control file) and then do
fakeroot dpkg-deb --build ./mypackage
when I lint with
lintian…