This is an automated email from the git hooks/post-receive script. afif-guest pushed a commit to branch master in repository python-cobra.
commit 728c40f9c4398ca30751ae671e685d7190a49f62 Author: Afif Elghraoui <[email protected]> Date: Tue Aug 4 19:03:11 2015 -0700 Remove traces of documentation package It cannot yet be built because of the issue described in README.source. Namely, it requires a sphinx add-on not packaged for Debian. That add-on is, however, available in the version of sphinx in experimental, but it is not worth holding up the entire package there for the documentation package. --- debian/control | 8 ++------ debian/python-cobra-data.install | 1 - debian/python-cobra-doc.links | 2 -- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/debian/control b/debian/control index 0f9357f..1aedc90 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,6 @@ Build-Depends: debhelper (>= 9), python3-setuptools, python3-six, cython3, - python3-sphinx, libglpk-dev X-Python-Version: >= 2.7 X-Python3-Version: >= 3.4 @@ -70,10 +69,7 @@ Description: constraint-based modeling of biological networks (Python 3) Package: python-cobra-data Architecture: all -Depends: ${misc:Depends}, - libjs-mathjax, - libjs-jquery, - libjs-underscore +Depends: ${misc:Depends} Description: constraint-based modeling of biological networks (data) COnstraint-Based Reconstruction and Analysis (COBRA) methods are widely used for genome-scale modeling of metabolic networks in both prokaryotes @@ -83,4 +79,4 @@ Description: constraint-based modeling of biological networks (data) as flux balance analysis, flux variability analysis, and gene deletion analyses. . - This package provides test data files and the API documentation. + This package provides sample data files. diff --git a/debian/python-cobra-data.install b/debian/python-cobra-data.install index cb20b55..0268d0a 100644 --- a/debian/python-cobra-data.install +++ b/debian/python-cobra-data.install @@ -1,2 +1 @@ -#documentation/html usr/share/doc/python-cobra cobra/test/data usr/share/python-cobra diff --git a/debian/python-cobra-doc.links b/debian/python-cobra-doc.links deleted file mode 100644 index b419f03..0000000 --- a/debian/python-cobra-doc.links +++ /dev/null @@ -1,2 +0,0 @@ -/usr/share/javascript/jquery/jquery.js /usr/share/doc/python-cobra/html/_static/jquery.js -/usr/share/javascript/underscore/underscore.js /usr/share/doc/python-cobra/html/_static/underscore.js -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-cobra.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
