By following the flow of /usr/bin/dh_strip : debhelper
6.0.3
sub make_debug {
my $file=shift;
my $tmp=shift;
my $desttmp=shift;
my ($base_file)=$file=~/^\Q$tmp\E(.*)/;
my $debug_path=$desttmp."/usr/lib/debug/".$base_file;
my $debug_dir=dirname($debu
FTR, in the list from my previous post, libgpewidget uses only debhelper
directly and does not use CDBS, yet those debug symbols are also not
recognized by objdump despite being present in the installed file.
Just as with all the other files, the files installed by the -dbg
package include the deb
2 matches
Mail list logo