Custom packaging: dbg package contains improper symbols
Hello,
Migrated build server from ubuntu to debian jessie and
noticed that the debug packages are not generated correctly.
Notice the difference in the sizes.
Any idea on what is causing this?
Ubuntu Build:
$ ls -ltrh debian/embedded-dbg/usr/lib/debug/usr/bin/ongd
-rw-r--r-- 1 amit amit 947K Apr 18 16:27 debian.falcon/falcon-
dbg/usr/lib/debug/usr/bin/ongd
$ file debian/embedded-dbg/usr/lib/debug/usr/bin/ongd
debian/embedded-dbg/usr/lib/debug/usr/bin/ongd: ELF 64-bit LSB executable,
x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for
GNU/Linux 2.6.24, BuildID[sha1]=c3bab9f296d0c58f363bca6756c30ac54c024228,
not stripped
Debian Build:
$ ls -ltrh debian/embedded-dbg/usr/lib/debug/usr/bin/ongd
-rw-r--r-- 1 amit amit 50K Apr 18 16:28 debian.falcon/falcon-
dbg/usr/lib/debug/usr/bin/ongd
$ file debian/embedded-dbg/usr/lib/debug/usr/bin/ongd
debian/embedded-dbg/usr/lib/debug/usr/bin/ongd: ELF 64-bit LSB executable,
x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for
GNU/Linux 2.6.32, BuildID[sha1]=b29d67078b589b1f6a6c034e2c97196815420b81,
not stripped
Reply to: