Source: mricron
Version: 0.20140804.1~dfsg.1-2

It would be super nice to handle debug package for mricron.

Steps:

https://wiki.debian.org/HowToGetABacktrace#Rebuilding_the_package_you.2BIBk-re_debugging

$ sudo apt-get build-dep mricron
$ DEB_BUILD_OPTIONS="nostrip noopt" fakeroot apt-get -b source mricron
$ sudo dpkg -i mricron_0.20140804.1~dfsg.1-2_amd64.deb
$ sudo dpkg -i mricron-data_0.20140804.1~dfsg.1-2_all.deb

Leads to a binary that has been stripped:

$ file /usr/bin/dcm2nii
/usr/bin/dcm2nii: ELF 64-bit LSB executable, x86-64, version 1 (SYSV),
statically linked, for GNU/Linux 2.4.0, stripped

Reply via email to