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

Andreas Tille tille at moszumanska.debian.org
Tue Jul 29 15:54:37 UTC 2014


Author: tille
Date: 2014-07-29 15:54:37 +0000 (Tue, 29 Jul 2014)
New Revision: 17549

Modified:
   trunk/packages/rcsb-core-wrapper/trunk/debian/changelog
   trunk/packages/rcsb-core-wrapper/trunk/debian/control
Log:
cme fix dpkg-control


Modified: trunk/packages/rcsb-core-wrapper/trunk/debian/changelog
===================================================================
--- trunk/packages/rcsb-core-wrapper/trunk/debian/changelog	2014-07-29 15:53:12 UTC (rev 17548)
+++ trunk/packages/rcsb-core-wrapper/trunk/debian/changelog	2014-07-29 15:54:37 UTC (rev 17549)
@@ -1,7 +1,7 @@
 librcsb-core-wrapper (1.005-1) UNRELEASED; urgency=medium
 
   * New upstream version
-  * 
+  * cme fix dpkg-control
 
  -- Andreas Tille <tille at debian.org>  Tue, 29 Jul 2014 17:51:57 +0200
 

Modified: trunk/packages/rcsb-core-wrapper/trunk/debian/control
===================================================================
--- trunk/packages/rcsb-core-wrapper/trunk/debian/control	2014-07-29 15:53:12 UTC (rev 17548)
+++ trunk/packages/rcsb-core-wrapper/trunk/debian/control	2014-07-29 15:54:37 UTC (rev 17549)
@@ -1,22 +1,29 @@
 Source: librcsb-core-wrapper
-Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders:
- Laszlo Kajan <lkajan at rostlab.org>,
- Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 7.3.5), doxygen, graphviz, libboost-python-dev, libxerces-c-dev,
- python-all-dev (>= 2.6.6-3~), python-all-dbg,
- libtool, bison, flex
-Standards-Version: 3.9.4
+Uploaders: Laszlo Kajan <lkajan at rostlab.org>,
+           Andreas Tille <tille at debian.org>
 Section: libs
+Priority: optional
+Build-Depends: debhelper (>= 7.3.5),
+               doxygen,
+               graphviz,
+               libboost-python-dev,
+               libxerces-c-dev,
+               python-all-dev,
+               python-all-dbg,
+               libtool,
+               bison,
+               flex
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/rcsb-core-wrapper/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/rcsb-core-wrapper/trunk
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/rcsb-core-wrapper/trunk/
 Homepage: http://sw-tools.rcsb.org/apps/CORE-WRAPPER/index.html
 X-Python-Version: >= 2.5
 
 Package: librcsb-core-wrapper0
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: C++ library providing OO API to information in mmCIF format
  The RCSB Core Wrapper library was developed to provide an object-oriented
  application interface to information in mmCIF format. It includes several
@@ -25,10 +32,12 @@
  This package contains the shared library.
 
 Package: librcsb-core-wrapper0-dev
+Architecture: any
 Section: libdevel
-Architecture: any
-Depends: librcsb-core-wrapper0 (= ${binary:Version}), ${misc:Depends},
-Suggests: librcsb-core-wrapper0-dbg, librcsb-core-wrapper-doc
+Depends: librcsb-core-wrapper0 (= ${binary:Version}),
+         ${misc:Depends}
+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
@@ -39,8 +48,8 @@
  the library.
 
 Package: librcsb-core-wrapper-doc
+Architecture: all
 Section: doc
-Architecture: all
 Depends: ${misc:Depends}
 Description: documentation for librcsb-core-wrapper0
  The RCSB Core Wrapper library was developed to provide an object-oriented
@@ -53,8 +62,10 @@
 Architecture: any
 Section: debug
 Priority: extra
-Depends: librcsb-core-wrapper0 (= ${binary:Version}), ${misc:Depends}
-Enhances: librcsb-core-wrapper0-dev, python-corepywrap
+Depends: librcsb-core-wrapper0 (= ${binary:Version}),
+         ${misc:Depends}
+Enhances: librcsb-core-wrapper0-dev,
+          python-corepywrap
 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
@@ -62,26 +73,35 @@
  .
  This package contains the detached debug symbols for the library and the
  Python bindings.
- 
+
 Package: python-corepywrap
 Architecture: any
 Section: python
 Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, librcsb-core-wrapper0 (= ${binary:Version})
-Suggests: librcsb-core-wrapper0-dbg, librcsb-core-wrapper-doc
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends},
+         librcsb-core-wrapper0 (= ${binary:Version})
+Suggests: librcsb-core-wrapper0-dbg,
+          librcsb-core-wrapper-doc
 Description: library that exports C++ mmCIF accessors to Python
  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 library provides Python bindings for librcsb-core-wrapper.
- 
+
 Package: python-corepywrap-dbg
 Architecture: any
 Section: debug
 Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, librcsb-core-wrapper0 (= ${binary:Version}), python-dbg
-Suggests: librcsb-core-wrapper0-dbg, librcsb-core-wrapper-doc
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends},
+         librcsb-core-wrapper0 (= ${binary:Version}),
+         python-dbg
+Suggests: librcsb-core-wrapper0-dbg,
+          librcsb-core-wrapper-doc
 Description: library that exports C++ mmCIF accessors to Python (debug version)
  The RCSB Core Wrapper library was developed to provide an object-oriented
  application interface to information in mmCIF format. It includes several




More information about the debian-med-commit mailing list