Source: quantlib Version: 1.10.1-2 Severity: normal Tags: patch The -dbgsym packages are currently empty due to building with -g0.
Fix: --- debian/rules.old 2017-09-27 15:50:24.943943210 +0000 +++ debian/rules 2017-09-27 15:51:43.240605464 +0000 @@ -42,7 +42,8 @@ ## edd 18 Jul 2005 back to normal ## edd 17 Nov 2005 added -fpermissive for 0.3.11-2 ## edd 13 Apr 2014 use buildflags as base -compilerflags = $(buildflags) -g0 -O2 -D_REENTRANT -fpermissive +## bunk 28 Sep 2017 generate debug info, all buildds are now able to build with -g +compilerflags = $(buildflags) -g -O2 -D_REENTRANT -fpermissive # edd 14 Jan 2003 no longer override g++ as 3.2 is now default everywhere ## but use g++-3.0 on ia64 mips/mipsel with 2 GB userspace address space are our weakest buildds, and I've verified that quantlib builds with this change on mips.