[med-svn] r8133 - trunk/packages/cain/trunk/debian
Steffen Möller
moeller at alioth.debian.org
Thu Oct 13 09:32:36 UTC 2011
Author: moeller
Date: 2011-10-13 09:32:35 +0000 (Thu, 13 Oct 2011)
New Revision: 8133
Modified:
trunk/packages/cain/trunk/debian/control
trunk/packages/cain/trunk/debian/rules
Log:
Added generation of debug package.
Modified: trunk/packages/cain/trunk/debian/control
===================================================================
--- trunk/packages/cain/trunk/debian/control 2011-10-13 08:40:58 UTC (rev 8132)
+++ trunk/packages/cain/trunk/debian/control 2011-10-13 09:32:35 UTC (rev 8133)
@@ -74,3 +74,13 @@
* ODE integration.
.
This package provides the basic cain files and solvers.
+
+Package: cain-dbg
+Architecture: any
+Depends: ${misc:Depends},cain (= ${binary:Version})
+Description: debug symbols for cain
+ The binaries are all stripped from information that is not needed
+ for their execution. But when there is a problem with a particular
+ potion of the code, you want to know what function was coding for
+ it. This package provides this extra information. You may be asked
+ to install it for the deeper investigation of a particular problem.
Modified: trunk/packages/cain/trunk/debian/rules
===================================================================
--- trunk/packages/cain/trunk/debian/rules 2011-10-13 08:40:58 UTC (rev 8132)
+++ trunk/packages/cain/trunk/debian/rules 2011-10-13 09:32:35 UTC (rev 8133)
@@ -96,7 +96,7 @@
dh_install
dh_installman
dh_link
- dh_strip
+ dh_strip --dbg-package=cain-dbg
dh_compress
dh_fixperms
dh_makeshlibs
More information about the debian-med-commit
mailing list