unstripped binary or object creating debian package
Posted
by
Jaime
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Jaime
Published on 2012-11-15T02:39:13Z
Indexed on
2012/11/15
5:09 UTC
Read the original article
Hit count: 499
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 mypackage.deb
I get that error.
Any ideas or suggestions?
Thanks
© Ask Ubuntu or respective owner