Package: pianobooster-dbg Version: 0.6.4-3 Severity: wishlist Dear Maintainer, The pianobooster-dbg package does not appear to provide any useful debugging symbols, this could be easily fixed using a cmake flag in the build, please see attached debdiff an consider implementing it if it looks reasonable.
Thanks. -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.1.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages pianobooster depends on: ii libasound2 1.0.25-2 ii libc6 2.13-27 ii libgcc1 1:4.6.3-1 ii libgl1-mesa-glx [libgl1] 7.11.2-1 ii libqt4-opengl 4:4.7.4-2 ii libqt4-xml 4:4.7.4-2 ii libqtcore4 4:4.7.4-2 ii libqtgui4 4:4.7.4-2 ii libstdc++6 4.6.3-1 pianobooster recommends no packages. Versions of packages pianobooster suggests: ii pianobooster-dbg 0.6.4-3 -- no debconf information
diff -Nru pianobooster-0.6.4/debian/changelog pianobooster-0.6.4/debian/changelog --- pianobooster-0.6.4/debian/changelog 2011-12-06 14:41:20.000000000 +0100 +++ pianobooster-0.6.4/debian/changelog 2012-03-18 02:22:14.000000000 +0100 @@ -1,3 +1,10 @@ +pianobooster (0.6.4-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Use -DCMAKE_BUILD_TYPE=Debug to get a better debug package + + -- Martin Erik Werner <martinerikwer...@gmail.com> Sun, 18 Mar 2012 02:21:30 +0100 + pianobooster (0.6.4-3) unstable; urgency=low [ Miriam Ruiz ] diff -Nru pianobooster-0.6.4/debian/rules pianobooster-0.6.4/debian/rules --- pianobooster-0.6.4/debian/rules 2011-12-03 11:53:38.000000000 +0100 +++ pianobooster-0.6.4/debian/rules 2012-03-18 02:14:29.000000000 +0100 @@ -18,6 +18,7 @@ -DCMAKE_INSTALL_PREFIX:STRING="/usr" \ -DCMAKE_C_FLAGS:STRING="$(CFLAGS)" \ -DBUILD_STATIC:BOOL=ON \ + -DCMAKE_BUILD_TYPE=Debug \ -DCMAKE_SHARED_LINKER_FLAGS:STRING="-Wl,-z,defs -Wl,--as-needed -Wl,--no-undefined" \ -DCMAKE_EXE_LINKER_FLAGS:STRING="-Wl,-z,defs -Wl,--as-needed -Wl,--no-undefined" \ -DCMAKE_INSTALL_RPATH:STRING="/usr/lib/games/pianobooster"