[med-svn] r7020 - trunk/packages/rostlab/profnet/trunk/debian
Laszlo Kajan
lkajan-guest at alioth.debian.org
Tue Jun 14 17:31:49 UTC 2011
Author: lkajan-guest
Date: 2011-06-14 17:31:48 +0000 (Tue, 14 Jun 2011)
New Revision: 7020
Modified:
trunk/packages/rostlab/profnet/trunk/debian/changelog
trunk/packages/rostlab/profnet/trunk/debian/control
trunk/packages/rostlab/profnet/trunk/debian/rules
Log:
Added profnet-dbg package with debugging symbols
Modified: trunk/packages/rostlab/profnet/trunk/debian/changelog
===================================================================
--- trunk/packages/rostlab/profnet/trunk/debian/changelog 2011-06-14 17:14:10 UTC (rev 7019)
+++ trunk/packages/rostlab/profnet/trunk/debian/changelog 2011-06-14 17:31:48 UTC (rev 7020)
@@ -3,6 +3,7 @@
* New upstream release
* Removed -Werror patch - upstream does not need it any more
* Explained the reason for the many binary packages in README.Debian
+ * Added profnet-dbg package with debugging symbols
-- Laszlo Kajan <lkajan at rostlab.org> Tue, 14 Jun 2011 18:50:52 +0200
Modified: trunk/packages/rostlab/profnet/trunk/debian/control
===================================================================
--- trunk/packages/rostlab/profnet/trunk/debian/control 2011-06-14 17:14:10 UTC (rev 7019)
+++ trunk/packages/rostlab/profnet/trunk/debian/control 2011-06-14 17:31:48 UTC (rev 7020)
@@ -11,7 +11,7 @@
Package: profnet
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, profnet-bval, profnet-chop, profnet-con, profnet-isis, profnet-md, profnet-norsnet, profnet-prof, profnet-snapfun, profphd-net
+Depends: ${misc:Depends}, profnet-bval, profnet-chop, profnet-con, profnet-isis, profnet-md, profnet-norsnet, profnet-prof, profnet-snapfun, profphd-net
Description: neural network implemintation from Burkhard Rost
This package depends on all varieties.
@@ -78,3 +78,11 @@
Description: neural network implemintation from Burkhard Rost
This package contains the binary specific to profphd.
+Package: profnet-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: ${misc:Depends}, profnet-bval (= ${binary:Version}), profnet-chop (= ${binary:Version}), profnet-con (= ${binary:Version}), profnet-isis (= ${binary:Version}), profnet-md (= ${binary:Version}), profnet-norsnet (= ${binary:Version}), profnet-prof (= ${binary:Version}), profnet-snapfun (= ${binary:Version}), profphd-net (= ${binary:Version})
+Description: debug files for profnet packages
+ This package contains the stripped debugging symbols for profnet binaries.
+
Modified: trunk/packages/rostlab/profnet/trunk/debian/rules
===================================================================
--- trunk/packages/rostlab/profnet/trunk/debian/rules 2011-06-14 17:14:10 UTC (rev 7019)
+++ trunk/packages/rostlab/profnet/trunk/debian/rules 2011-06-14 17:31:48 UTC (rev 7020)
@@ -82,7 +82,7 @@
# dh_installinfo
dh_installman
dh_link
- dh_strip
+ dh_strip --dbg-package=profnet-dbg
dh_compress
dh_fixperms
# dh_perl
More information about the debian-med-commit
mailing list