[med-svn] r12075 - trunk/packages/rcsb-core-wrapper/trunk/debian

Laszlo Kajan lkajan-guest at alioth.debian.org
Fri Aug 17 10:25:26 UTC 2012


Author: lkajan-guest
Date: 2012-08-17 10:25:26 +0000 (Fri, 17 Aug 2012)
New Revision: 12075

Modified:
   trunk/packages/rcsb-core-wrapper/trunk/debian/control
Log:
added Suggests and Enhances to "link" the debugging package to the -dev and Python binding packs

Modified: trunk/packages/rcsb-core-wrapper/trunk/debian/control
===================================================================
--- trunk/packages/rcsb-core-wrapper/trunk/debian/control	2012-08-17 10:16:09 UTC (rev 12074)
+++ trunk/packages/rcsb-core-wrapper/trunk/debian/control	2012-08-17 10:25:26 UTC (rev 12075)
@@ -28,7 +28,7 @@
 Section: libdevel
 Architecture: any
 Depends: librcsb-core-wrapper0 (= ${binary:Version}), ${misc:Depends},
-Suggests: librcsb-core-wrapper-doc
+Suggests: librcsb-core-wrapper0-dbg, librcsb-core-wrapper-doc
 Provides: librcsb-core-wrapper-dev
 Description: development files for librcsb-core-wrapper0
  The RCSB Core Wrapper library was developed to provide an object-oriented
@@ -54,18 +54,21 @@
 Section: debug
 Priority: extra
 Depends: librcsb-core-wrapper0 (= ${binary:Version}), ${misc:Depends}
+Enhances: librcsb-core-wrapper0-dev, python-librcsb-core-wrapper
 Description: debugging symbols for librcsb-core-wrapper0
  The RCSB Core Wrapper library was developed to provide an object-oriented
  application interface to information in mmCIF format. It includes several
  classes for accessing data dictionaries and mmCIF format data files.
  .
- This package contains the detached debug symbols for the library.
+ This package contains the detached debug symbols for the library and the
+ Python bindings.
  
 Package: python-librcsb-core-wrapper
 Architecture: any
 Section: python
 Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, librcsb-core-wrapper0 (= ${binary:Version})
+Suggests: librcsb-core-wrapper0-dbg
 Provides: ${python:Provides}
 Description: library that exports C++ mmCIF accessors to Python
  The RCSB Core Wrapper library was developed to provide an object-oriented




More information about the debian-med-commit mailing list