[cvxopt] 14/64: Imported Debian patch 0.9.2-1

Andreas Tille tille at debian.org
Wed Jul 20 11:23:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository cvxopt.

commit 648157e94c42c76e3a03488906fbd588a71cc5b4
Merge: 6884cf2 cef51c2
Author: Torsten Werner <twerner at debian.org>
Date:   Wed Jan 2 20:19:49 2008 +0100

    Imported Debian patch 0.9.2-1

 INSTALL                          |  30 +++--
 LICENSE                          |   2 +-
 debian/changelog                 |  13 ++
 debian/control                   |   6 +-
 debian/patches/doc-makefile.diff |  14 +-
 debian/patches/doc.diff          | 110 ++++++++++++---
 debian/patches/setup.diff        |  27 ++--
 debian/python-cvxopt.doc-base    |  22 +--
 debian/rules                     |   3 +-
 doc/base.tex                     | 284 ++++++++++++++++++---------------------
 doc/base_sparse.tex              | 236 ++++++++++++--------------------
 doc/blas.tex                     |  14 +-
 doc/coneprog.tex                 |  88 ++++++------
 doc/cvxopt.tex                   |   8 +-
 doc/intro.tex                    |  11 +-
 doc/lapack.tex                   |  48 ++++---
 doc/modeling.tex                 |  81 ++++++-----
 doc/printing.tex                 | 115 ++++++++++++++++
 doc/solvers.tex                  |   6 +-
 doc/spsolvers.tex                |  57 ++++----
 examples/book/chap6/penalties    |   6 +-
 examples/book/chap6/robls        |   6 +-
 examples/book/chap6/smoothrec    |   4 +-
 examples/book/chap6/tv           |   6 +-
 examples/book/chap7/chernoff     |   4 +-
 examples/doc/chap10/l1svc        |   2 +-
 examples/doc/chap10/normappr     |   2 +-
 examples/doc/chap10/roblp        |   2 +-
 examples/doc/chap4/acent         |   6 +-
 examples/doc/chap8/l1            |   6 +-
 examples/doc/chap8/mcsdp         |   4 +-
 examples/doc/chap8/qcl1          |   6 +-
 examples/doc/chap9/acent         |  10 +-
 examples/doc/chap9/l1regls       |   8 +-
 examples/doc/chap9/robls         |   8 +-
 src/C/amd.c                      |   2 +-
 src/C/base.c                     |  21 +--
 src/C/blas.c                     |   2 +-
 src/C/cholmod.c                  |   2 +-
 src/C/cvxopt.h                   |   2 +-
 src/C/dense.c                    | 106 ++++-----------
 src/C/dsdp.c                     |   2 +-
 src/C/fftw.c                     |   2 +-
 src/C/glpk.c                     |   2 +-
 src/C/{random.c => gsl.c}        |  10 +-
 src/C/lapack.c                   |   2 +-
 src/C/misc.h                     |   2 +-
 src/C/sparse.c                   |  88 +++---------
 src/C/umfpack.c                  |   2 +-
 src/python/__init__.py           | 103 +++++++++++++-
 src/python/coneprog.py           |   2 +-
 src/python/cvxprog.py            |   2 +-
 src/python/info.py               |   4 +-
 src/python/misc.py               |   2 +-
 src/python/modeling.py           |   2 +-
 src/python/mosek.py              |   2 +-
 src/python/printing.py           | 196 +++++++++++++++++++++++++++
 src/python/solvers.py            |   2 +-
 src/setup.py                     |  35 ++---
 59 files changed, 1067 insertions(+), 783 deletions(-)

diff --cc debian/changelog
index 6563139,0000000..742e387
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,141 -1,0 +1,154 @@@
++cvxopt (0.9.2-1) unstable; urgency=low
++
++  [ Soeren Sonnenburg ]
++  * New upstream version
++  * Generate indexed pdf
++
++  [ Torsten Werner ]
++  * Add Build-Depends: texlive-latex-extra.
++  * Change Build-Depends: gs-gpl to ghostscript.
++  * Fix white space in doc-base file.
++
++ -- Torsten Werner <twerner at debian.org>  Wed, 02 Jan 2008 20:19:49 +0100
++
 +cvxopt (0.9.1-4) unstable; urgency=low
 +
 +  [ Soeren Sonnenburg ]
 +  * add lapack3-dev to build depends for arm architecture
 +
 +  [ Torsten Werner ]
 +  * Change Build-Depends: fftw3-dev to libfftw3-dev.
 +
 + -- Torsten Werner <twerner at debian.org>  Wed, 19 Dec 2007 16:53:24 +0100
 +
 +cvxopt (0.9.1-3) unstable; urgency=low
 +
 +  * Really enable GSL support.
 +
 + -- Torsten Werner <twerner at debian.org>  Mon, 17 Dec 2007 19:39:29 +0100
 +
 +cvxopt (0.9.1-2) unstable; urgency=low
 +
 +  [ Soeren Sonnenburg ]
 +  * Enable gsl support and remove obsolete README.Debian (Closes: #456723)
 +
 +  [ Torsten Werner ]
 +  * Remove Depends: lapack3-dev.
 +  * Support newer versions of dpkg-shlibdeps.
 +  * Update Homepage and Vcs headers in debian/control.
 +  * Change Standards-Version: 3.7.3.
 +  * Remove the full text of GPL-3 from debian/copyright because base-files
 +    ships it now.
 +
 + -- Torsten Werner <twerner at debian.org>  Mon, 17 Dec 2007 19:18:11 +0100
 +
 +cvxopt (0.9.1-1) unstable; urgency=low
 +
 +  * New upstream version
 +
 + -- Soeren Sonnenburg <debian at nn7.de>  Sun, 25 Nov 2007 17:32:57 +0000
 +
 +cvxopt (0.9-3) unstable; urgency=low
 +
 +  [ Soeren Sonnenburg ]
 +  * Fix FTBFS if build twice in a row. (Closes: #442537)
 +
 +  [ Torsten Werner ]
 +  * Change Build-Depends: gs-common to gs-gpl.
 +
 + -- Torsten Werner <twerner at debian.org>  Wed, 19 Sep 2007 20:57:04 +0200
 +
 +cvxopt (0.9-2) unstable; urgency=low
 +
 +  * add lapack3-dev to build depends for arm architecture
 +
 + -- Soeren Sonnenburg <debian at nn7.de>  Thu, 16 Aug 2007 07:49:27 +0200
 +
 +cvxopt (0.9-1) unstable; urgency=low
 +
 +  * new upstream version
 +  * build pdf version of documentation and add doc-base support
 +
 + -- Soeren Sonnenburg <debian at nn7.de>  Thu, 09 Aug 2007 21:08:44 +0200
 +
 +cvxopt (0.8.2-3) unstable; urgency=low
 +
 +  * add build dependency on libdsdp-dev and enable the dsdp semidefinite
 +  programming solver
 +
 + -- Soeren Sonnenburg <debian at nn7.de>  Sun, 5 Aug 2007 12:10:22 +0200
 +
 +cvxopt (0.8.2-2) unstable; urgency=low
 +
 +  * disable atlas3-base-dev build dependency on arm as it is unavailable and
 +  works without
 +
 + -- Soeren Sonnenburg <debian at nn7.de>  Tue, 31 Jul 2007 11:34:00 +0200
 +
 +cvxopt (0.8.2-1) unstable; urgency=low
 +
 +  [ Soeren Sonnenburg ]
 +  * First upload to Debian. (Closes: #431233)
 +  * Acknowledge ubuntu packaging from upstream.
 +  * Switch to pycentral.
 +
 +  [ Torsten Werner ]
 +  * Switch to quilt and more debhelper tools.
 +  * Fix Build-Depends.
 +
 + -- Torsten Werner <twerner at debian.org>  Wed,  4 Jul 2007 21:33:44 +0200
 +
 +cvxopt (0.8-3) unstable; urgency=low
 +
 +  * Release of version 0.8.2
 +
 + -- Joachim Dahl <joachim at kom.aau.dk>  Tue, 6 Feb 2007 19:05:00 +0100
 +
 +cvxopt (0.8-2) unstable; urgency=low
 +
 +  * Release of version 0.8.1
 +
 + -- Joachim Dahl <joachim at kom.aau.dk>  Wed, 1 Nov 2006 20:05:00 +0100
 +
 +cvxopt (0.8-1) unstable; urgency=low
 +
 +  * Release of version 0.8
 +
 + -- Joachim Dahl <joachim at kom.aau.dk>  Tue, 19 Sep 2006 20:38:43 +0100
 +
 +cvxopt (0.7-2) unstable; urgency=low
 +
 +  * Release of version 0.7.1
 +
 + -- Joachim Dahl <joachim at kom.aau.dk>  Mon, 31 Jul 2006 19:46:43 +0100
 +
 +cvxopt (0.7-1) unstable; urgency=low
 +
 +  * Release of version 0.7.
 +
 + -- Joachim Dahl <joachim at kom.aau.dk>  Sat, 22 Apr 2006 10:00:00 -0700
 +
 +cvxopt (0.6-1) unstable; urgency=low
 +
 +  * Release of version 0.6.
 +
 + -- Joachim Dahl <joachim at kom.aau.dk>  Wed, 28 Dec 2005 09:19:00 -0700
 +
 +cvxopt (0.5-2) unstable; urgency=low
 +
 +  * Small bugfixes. 
 +
 + -- Joachim Dahl <joachim at kom.aau.dk>  Fri, 3 Nov 2005 23:01:49 -0700
 +
 +cvxopt (0.5-1) unstable; urgency=low
 +
 +  * Release of version 0.5.
 +
 + -- Joachim Dahl <joachim at kom.aau.dk>  Fri, 21 Oct 2005 11:49:09 -0700
 +
 +cvxopt (0.4-1) unstable; urgency=low
 +
 +  * Initial Release.
 +
 + -- Joachim Dahl <joachim at ee.ucla.edu>  Thu, 19 May 2005 11:49:09 -0700
 +
diff --cc debian/control
index 8175eca,0000000..d787763
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,33 -1,0 +1,33 @@@
 +Source: cvxopt
 +Section: python
 +Priority: optional
 +Maintainer: Soeren Sonnenburg <debian at nn7.de>
 +Uploaders: Torsten Werner <twerner at debian.org>
 +Build-Depends: cdbs, debhelper, python-central (>= 0.5), python-all-dev,
 + libglpk-dev, libfftw3-dev, lapack3-dev [arm], atlas3-base-dev [!arm],
 + refblas3-dev, quilt, texlive-latex-recommended, texlive-fonts-recommended,
-  libgsl0-dev, libdsdp-dev, gs-gpl
++ texlive-extra-utils, libgsl0-dev, libdsdp-dev, texlive-latex-extra, ghostscript
 +XS-Python-Version: all
++Standards-Version: 3.7.3
 +Homepage: http://abel.ee.ucla.edu/cvxopt
 +Vcs-Svn: https://bollin.googlecode.com/svn/cvxopt/trunk/
 +Vcs-Browser: http://bollin.googlecode.com/svn/cvxopt/trunk/
- Standards-Version: 3.7.3
 +
 +Package: python-cvxopt
 +Architecture: any
 +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 +Provides: ${python:Provides}
 +XB-Python-Version: ${python:Versions}
 +Description: python package for convex optimization
 + CVXOPT is a Python package for convex optimization. It includes
 +  * Python classes for storing and manipulating dense and sparse matrices
 +  * an interface to most of the double-precision real and complex BLAS
 +  * an interface to the dense linear equation solvers and eigenvalue
 +    routines from LAPACK
 +  * interfaces to the sparse LU and Cholesky solvers from UMFPACK and
 +    CHOLMOD.
 +  * routines for solving convex optimization problems, an interface to
 +    the linear programming solver in GLPK, and interfaces to the
 +    linear and quadratic programming solvers in MOSEK
 +  * a modeling tool for specifying convex piecewise-linear
-     optimization problems.  
++    optimization problems.
diff --cc debian/patches/doc-makefile.diff
index 1ed6de8,0000000..40f65e4
mode 100644,000000..100644
--- a/debian/patches/doc-makefile.diff
+++ b/debian/patches/doc-makefile.diff
@@@ -1,15 -1,0 +1,15 @@@
- Index: cvxopt-0.9.1/doc/Makefile
- ===================================================================
- --- ../../doc/Makefile	2007-11-24 01:37:08.000000000 +0100
- +++ ../../doc/Makefile	2007-11-26 21:18:14.000000000 +0100
- @@ -3,6 +3,10 @@
++--- ../../doc/Makefile	2007-12-27 05:08:41.000000000 +0100
+++++ ../../doc/Makefile	2008-01-01 20:32:49.000000000 +0100
++@@ -3,7 +3,12 @@
 + 
 + all: html 
 + 
 ++latex: Makefile $(SOURCES) 
- +	latex cvxopt.tex
- +	latex cvxopt.tex
+++	for i in figures/*.eps ; do epstopdf $$i ; done
+++	pdflatex cvxopt.tex
+++	pdflatex cvxopt.tex
 ++
 + html: Makefile $(SOURCES) 
 + 	htlatex cvxopt.tex "html,3,info" 
 + 	tex4ht -f/cvxopt  -i/usr/share/texmf/tex4ht/ht-fonts/ \
++
diff --cc debian/patches/doc.diff
index 5ef5198,0000000..4f97ece
mode 100644,000000..100644
--- a/debian/patches/doc.diff
+++ b/debian/patches/doc.diff
@@@ -1,35 -1,0 +1,115 @@@
- Index: cvxopt-0.9.1/doc/cvxopt.tex
- ===================================================================
- --- ../../doc/cvxopt.tex	2007-11-24 01:37:08.000000000 +0100
- +++ ../../doc/cvxopt.tex	2007-11-26 21:15:30.000000000 +0100
- @@ -1,7 +1,7 @@
-  \documentclass{book}
- -%\usepackage{url,graphicx}
- +\usepackage{url,graphicx}
++--- ../../doc/cvxopt.tex	2008-01-01 20:37:50.000000000 +0100
+++++ ../../doc/cvxopt.tex	2008-01-01 21:15:33.000000000 +0100
++@@ -2,5 +2,7 @@
++ \usepackage{graphicx}
 + %\usepackage{html,graphicx}
- -\usepackage{graphicx}
- +%\usepackage{graphicx}
+++\usepackage{fullpage,times,url}
+++\usepackage[pdftex]{hyperref}
 + 
 + \parindent 0pt
 + 
- @@ -56,9 +56,9 @@
-  %\newenvironment{seealso}{\par{\bf See also:}\begin{itemize}\item}{\end{itemize}}
++@@ -54,10 +56,10 @@
++ \newenvironment{methoddesc}[1]{\par{\bf #1}()%
++     \begin{list}{}{}\item[]}{\end{list}}
 + \newcommand{\seetext}[1]{#1} 
-  \newcommand{\htmladdnormallink}[2]{\Link[#2]{}{}{#1}\EndLink} 
++-\newcommand{\htmladdnormallink}[2]{\Link[#2]{}{}{#1}\EndLink} 
 +-\newcommand{\ulink}[2]{\htmladdnormallink{#1}{#2}} 
 +-\newcommand{\seelink}[3]{\htmladdnormallink{#2}{#1}} 
 +-\newcommand{\citetitle}[2]{\htmladdnormallink{#2}{#1}} 
+++%\newcommand{\htmladdnormallink}[2]{\Link[#2]{}{}{#1}\EndLink} 
 ++\newcommand{\ulink}[2]{{#1}\footnote{\url{#2}}}
 ++\newcommand{\seelink}[3]{{#2}\footnote{\url{#1}}}
 ++\newcommand{\citetitle}[2]{{#2}\footnote{\url{#1}}}
 + 
 + % constants
 + \newcommand{\dtc}{\code{'d'}}
- @@ -82,7 +82,6 @@
-  \date{Release 0.9.1 -- November 23, 2007} 
++@@ -80,7 +81,6 @@
++ \date{Release 0.9.2 -- December 27, 2007} 
 + 
 + \begin{document}
 +-\Configure{crosslinks*}{next}{prev}{up}{}
 + 
 + \maketitle
 + 
++--- ../../doc/modeling.tex	2007-12-27 05:08:41.000000000 +0100
+++++ ../../doc/modeling.tex	2008-01-01 21:17:43.000000000 +0100
++@@ -655,7 +655,7 @@
++ \end{verbatim}
++ 
++ \begin{center}
++-\includegraphics[width=15cm]{figures/normappr.eps}
+++\includegraphics[width=15cm]{figures/normappr.pdf}
++ \end{center}
++ 
++ Equivalently, we can formulate and solve the problems as LPs.
++--- ../../doc/printing.tex	2007-12-27 05:08:41.000000000 +0100
+++++ ../../doc/printing.tex	2008-01-01 21:13:03.000000000 +0100
++@@ -51,15 +51,15 @@
++ In order to make the built-in Python functions \function{repr()} and 
++ \function{str()} accessible for further customization, two functions
++ are provided in \module{cvxopt.base}.  
++-The function \function{base.matrix_repr()} is used when \function{repr()}
+++The function \function{base.matrix\_repr()} is used when \function{repr()}
++ is called with a matrix argument;
++-and \function{base.matrix_str()} is used when \function{str()}
+++and \function{base.matrix\_str()} is used when \function{str()}
++ is called with a matrix argument.  By default, the functions are set to
++-\function{printing.matrix_repr_default()} and
++-\function{printing.matrix_str_default()}, respectively,
+++\function{printing.matrix\_repr\_default()} and
+++\function{printing.matrix\_str\_default()}, respectively,
++ but they can be redefined to any other Python functions. 
++ For example, if we prefer \code{"A"} to return the same output
++-as \code{"print A"}, we can simply redefine \function{base.matrix_repr()} 
+++as \code{"print A"}, we can simply redefine \function{base.matrix\_repr()} 
++ as shown below.
++ \begin{verbatim}
++ >>> from cvxopt import base, printing
++@@ -74,10 +74,10 @@
++ 
++ The formatting for sparse matrices is similar.  
++ The functions \function{repr()} and \function{str()} for sparse
++-matrices are \function{base.spmatrix_repr()} 
++-and \function{base.spmatrix_str()}, respectively.
++-By default, they are set to \function{printing.spmatrix_repr_default()}
++-and \function{printing.spmatrix_repr_str()}.
+++matrices are \function{base.spmatrix\_repr()} 
+++and \function{base.spmatrix\_str()}, respectively.
+++By default, they are set to \function{printing.spmatrix\_repr\_default()}
+++and \function{printing.spmatrix\_repr\_str()}.
++ 
++ \begin{verbatim}
++ >>> from cvxopt import base, printing 
++@@ -102,7 +102,7 @@
++ 
++ As can be seen from the example, the default behaviour is to print
++ the entire matrix including structural zeros. An alternative triplet 
++-printing style is defined in \function{printing.spmatrix_str_triplet}. 
+++printing style is defined in \function{printing.spmatrix\_str\_triplet}. 
++ \begin{verbatim}
++ >>> base.spmatrix_str = printing.spmatrix_str_triplet
++ >>> print A
++--- ../../doc/solvers.tex	2007-12-27 05:08:41.000000000 +0100
+++++ ../../doc/solvers.tex	2008-01-01 21:17:50.000000000 +0100
++@@ -512,7 +512,7 @@
++ \end{verbatim}
++ 
++ \begin{center}
++-\includegraphics[width=15cm]{figures/floorplan.eps}
+++\includegraphics[width=15cm]{figures/floorplan.pdf}
++ \end{center}
++ \end{description}
++ 
++@@ -593,9 +593,9 @@
++ The code below computes the trade-off curve and produces two figures 
++ using the \ulink{Matplotlib}{http://matplotlib.sourceforge.net} package.
++ \begin{center}
++-\includegraphics[width=10cm]{figures/portfolio1.eps}
+++\includegraphics[width=10cm]{figures/portfolio1.pdf}
++ \hspace*{\fill}
++-\includegraphics[width=10cm]{figures/portfolio2.eps}
+++\includegraphics[width=10cm]{figures/portfolio2.pdf}
++ \end{center}
++ 
++ \begin{verbatim}
++
diff --cc debian/patches/setup.diff
index b07e3f3,0000000..cbfccff
mode 100644,000000..100644
--- a/debian/patches/setup.diff
+++ b/debian/patches/setup.diff
@@@ -1,51 -1,0 +1,50 @@@
- Index: src/setup.py
- ===================================================================
- --- src.orig/setup.py	2007-11-24 01:26:22.000000000 +0100
- +++ src/setup.py	2007-12-17 19:39:10.000000000 +0100
- @@ -2,10 +2,10 @@
++--- src/setup.py	2007-12-27 05:00:01.000000000 +0100
+++++ src/setup.py	2008-01-01 20:36:56.000000000 +0100
++@@ -2,11 +2,11 @@
 + from os import listdir
 + 
 + # directory containing libblas and liblapack
 +-ATLAS_LIB_DIR = '/usr/lib'
 ++ATLAS_LIB_DIR = '/usr/lib/atlas'
 + 
-  # Set to 1 if you are installing the GSL random number generator module.
++ # Set to 1 if you are using the random number generators in the GNU
++ # Scientific Library.
 +-BUILD_GSL = 0
 ++BUILD_GSL = 1
 + 
-  # directory containing libgsl (used only when BUILD_GSL = 1)
++ # Directory containing libgsl (used only when BUILD_GSL = 1).
 + GSL_LIB_DIR = '/usr/lib'       
- @@ -14,7 +14,7 @@
++@@ -15,7 +15,7 @@
 + GSL_INC_DIR = '/usr/include/gsl'  
 + 
 + # Set to 1 if you are installing the fftw module.
 +-BUILD_FFTW = 0
 ++BUILD_FFTW = 1
 + 
-  # directory containing libfftw3 (used only when BUILD_FFTW = 1)
++ # Directory containing libfftw3 (used only when BUILD_FFTW = 1).
 + FFTW_LIB_DIR = '/usr/lib'       
- @@ -23,7 +23,7 @@
++@@ -24,7 +24,7 @@
 + FFTW_INC_DIR = '/usr/include'  
 + 
 + # Set to 1 if you are installing the glpk module.
 +-BUILD_GLPK = 0
 ++BUILD_GLPK = 1
 + 
-  # directory containing libglpk (used only when BUILD_GLPK = 1)
++ # Directory containing libglpk (used only when BUILD_GLPK = 1).
 + GLPK_LIB_DIR = '/usr/lib'       
- @@ -32,13 +32,13 @@
++@@ -33,13 +33,13 @@
 + GLPK_INC_DIR = '/usr/include'  
 + 
 + # Set to 1 if you are installing the DSDP module.
 +-BUILD_DSDP = 0
 ++BUILD_DSDP = 1
 + 
-  # directory containing libdsdp (used only when BUILD_DSDP = 1)
++ # Directory containing libdsdp (used only when BUILD_DSDP = 1).
 + DSDP_LIB_DIR = '/usr/lib'
 +  
-  # directory containing dsdp5.h (used only when BUILD_DSDP = 1)
++ # Directory containing dsdp5.h (used only when BUILD_DSDP = 1).
 +-DSDP_INC_DIR = '/usr/include'
 ++DSDP_INC_DIR = '/usr/include/dsdp'
 + 
 + 
 + extmods = []
diff --cc debian/python-cvxopt.doc-base
index de371dd,0000000..88384e8
mode 100644,000000..100644
--- a/debian/python-cvxopt.doc-base
+++ b/debian/python-cvxopt.doc-base
@@@ -1,20 -1,0 +1,20 @@@
 +Document: cvxopt
 +Title: CvxOpt: Python Package for Convex Optimization
 +Author: Joachim Dahl, Lieven Vandenberghe
 +Abstract: CVXOPT is a Python package for convex optimization.
-   It includes Python classes for storing and manipulating
-   dense and sparse matrices, an interface to most of the
-   double-precision real and complex BLAS, an interface to the
-   dense linear equation solvers and eigenvalue routines from
-   LAPACK, interfaces to the sparse LU and Cholesky solvers
-   from UMFPACK and CHOLMOD, routines for solving convex
-   optimization problems, an interface to the linear
-   programming solver in GLPK, and interfaces to the linear and
-   quadratic programming solvers in MOSEK and a a modeling tool
-   for specifying convex piecewise-linear optimization
-   problems.  
++ It includes Python classes for storing and manipulating
++ dense and sparse matrices, an interface to most of the
++ double-precision real and complex BLAS, an interface to the
++ dense linear equation solvers and eigenvalue routines from
++ LAPACK, interfaces to the sparse LU and Cholesky solvers
++ from UMFPACK and CHOLMOD, routines for solving convex
++ optimization problems, an interface to the linear
++ programming solver in GLPK, and interfaces to the linear and
++ quadratic programming solvers in MOSEK and a a modeling tool
++ for specifying convex piecewise-linear optimization
++ problems.
 +Section: Apps/Science
 +
 +Format: PDF
 +Index: /usr/share/doc/python-cvxopt/cvxopt.pdf
 +Files: /usr/share/doc/python-cvxopt/cvxopt.pdf
diff --cc debian/rules
index e2d66f9,0000000..319b0d6
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,29 -1,0 +1,28 @@@
 +#! /usr/bin/make -f 
 +
 +DEB_PYTHON_SYSTEM     := pycentral
 +DEB_SRCDIR            := src
 +DEB_COMPRESS_EXCLUDE  := cvxopt.pdf
 +DEB_SHLIBDEPS_INCLUDE := /usr/lib/atlas
 +
 +include /usr/share/cdbs/1/rules/debhelper.mk
 +include /usr/share/cdbs/1/class/python-distutils.mk
 +include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 +
 +build/python-cvxopt:: debian/stamp-docs
 +debian/stamp-docs:
 +	make -C doc latex
- 	cd doc  && dvipdf cvxopt.dvi
 +	touch $@
 +
 +#install/python-cvxopt::
 +#	dh_install -ppython-cvxopt doc/cvxopt/*.html doc/cvxopt/*.gif doc/cvxopt/*.css usr/share/doc/python-cvxopt/html
 +
 +clean::
 +	$(RM) debian/stamp-docs 
 +	$(RM) doc/cvxopt.pdf
 +	make -C doc clean
 +	$(RM) -r src/build
 +
 +get-orig-source:
- 	uscan --rename --upstream-version 0 || true
++	-uscan --rename --upstream-version 0
 +	@echo successfully retrieved upstream tarball

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cvxopt.git



More information about the debian-science-commits mailing list