[med-svn] [SCM] python-csb branch, master, updated. f6f3d2a954bfa39de3ce77316af644ffaf143fbe

Tomas Di Domenico tdido at tdido.com.ar
Sun Dec 16 17:54:24 UTC 2012


The following commit has been merged in the master branch:
commit 96d00a4bfb2a6d3fc654f05cb3e6ea9256b962f1
Author: Tomas Di Domenico <tdido at tdido.com.ar>
Date:   Tue Dec 11 19:27:09 2012 +0100

    Added documentation binary package declaration and dependency  to debian/control

diff --git a/debian/control b/debian/control
index 4ab6078..529e9b3 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
 Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Tomas Di Domenico <tdido at tdido.com.ar>
-Build-Depends: debhelper (>= 8.1.0),python-all (>= 2.6.6-3~),python3-all (>= 3.1.3-12~)
+Build-Depends: debhelper (>= 8.1.0),python-all (>= 2.6.6-3~),python3-all (>= 3.1.3-12~),python-epydoc (>= 3.0.1-8~)
 Standards-Version: 3.9.4
 Homepage: http://csb.codeplex.com/
 Vcs-Git: git://git.debian.org/debian-med/python-csb.git
@@ -35,3 +35,16 @@ Description: Python framework for structural bioinformatics
  well-documented API following good object-oriented engineering practice.
  .
  This is the Python3 version of the package.
+
+Package: python-csb-doc
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Python framework for structural bioinformatics 
+ Computational Structural Biology Toolbox (CSB) is a Python class
+ library for reading, storing and analyzing biomolecular structures
+ in a variety of formats with rich support for statistical analyses.
+ .
+ CSB is designed for reusability and extensibility and comes with a clean,
+ well-documented API following good object-oriented engineering practice.
+ .
+ This is the documentation of the package.

-- 
Packaging of python-csb



More information about the debian-med-commit mailing list