[cvxopt] 27/64: Imported Debian patch 1.1.2-1

Andreas Tille tille at debian.org
Wed Jul 20 11:23:51 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 c9dc1c3e2ff10c6cf983ddb0a9c6df4aca4ec746
Merge: 2fdc366 1a9f7ca
Author: Soeren Sonnenburg <sonne at debian.org>
Date:   Sun Dec 20 07:09:46 2009 +0100

    Imported Debian patch 1.1.2-1

 INSTALL                                            |    2 +-
 LICENSE                                            |   10 +-
 debian/changelog                                   |   15 +
 debian/control                                     |   14 +-
 debian/docs                                        |    2 +-
 debian/orig-tar.sh                                 |    1 -
 debian/patches/doc-makefile.diff                   |   15 -
 debian/patches/doc.diff                            |   77 -
 debian/patches/python24_buildfix.diff              |   45 -
 debian/patches/series                              |    3 -
 debian/patches/setup.diff                          |   10 +-
 debian/python-cvxopt.doc-base                      |    4 +-
 debian/rules                                       |    6 +-
 doc/Makefile                                       |   86 +-
 doc/blas.tex                                       |  754 -----
 doc/c-api.tex                                      |  194 --
 doc/coneprog.tex                                   | 1863 -----------
 doc/copyright.tex                                  |   46 -
 doc/cvxopt.tex                                     |  104 -
 doc/fftw.tex                                       |  162 -
 doc/figures/floorplan.pdf                          |  Bin 19279 -> 0 bytes
 doc/figures/normappr.pdf                           |  Bin 23044 -> 0 bytes
 doc/figures/portfolio1.pdf                         |  Bin 22566 -> 0 bytes
 doc/figures/portfolio2.pdf                         |  Bin 24206 -> 0 bytes
 doc/intro.tex                                      |   55 -
 doc/lapack.tex                                     | 1220 -------
 doc/matrices.tex                                   | 1363 --------
 doc/modeling.tex                                   |  747 -----
 doc/printing.tex                                   |  116 -
 doc/solvers.tex                                    | 1145 -------
 doc/source/.static/cvxopt.css                      |  630 ++++
 doc/source/blas.rst                                |  924 ++++++
 doc/source/c-api.rst                               |  218 ++
 doc/source/coneprog.rst                            | 2147 ++++++++++++
 doc/source/conf.py                                 |  182 ++
 doc/source/copyright.rst                           |   53 +
 doc/source/fftw.rst                                |  185 ++
 doc/source/floorplan.png                           |  Bin 0 -> 9062 bytes
 doc/source/index.rst                               |   23 +
 doc/source/intro.rst                               |   71 +
 doc/source/lapack.rst                              | 1660 ++++++++++
 doc/source/matrices.rst                            | 1198 +++++++
 doc/source/modeling.rst                            |  808 +++++
 doc/source/normappr.png                            |  Bin 0 -> 24912 bytes
 doc/source/portfolio1.png                          |  Bin 0 -> 46408 bytes
 doc/source/portfolio2.png                          |  Bin 0 -> 28141 bytes
 doc/source/printing.rst                            |  113 +
 doc/source/solvers.rst                             | 1299 ++++++++
 doc/source/spsolvers.rst                           |  647 ++++
 doc/spsolvers.tex                                  |  563 ----
 examples/book/README                               |    5 +-
 examples/book/chap6/robls                          |    6 +-
 examples/doc/README                                |    9 +-
 examples/doc/chap10/l1svc                          |    2 +-
 examples/doc/chap10/lp                             |    2 +-
 examples/doc/chap10/normappr                       |    2 +-
 examples/doc/chap10/roblp                          |    2 +-
 examples/doc/chap4/acent                           |    3 +-
 examples/doc/chap7/covsel                          |    3 +-
 examples/doc/chap8/conelp                          |    2 +-
 examples/doc/chap8/coneqp                          |    4 +-
 examples/doc/chap8/l1                              |    2 +-
 examples/doc/chap8/l1regls                         |    5 +-
 examples/doc/chap8/lp                              |    2 +-
 examples/doc/chap8/mcsdp                           |    2 +-
 examples/doc/chap8/portfolio                       |    2 +-
 examples/doc/chap8/qcl1                            |    3 +-
 examples/doc/chap8/sdp                             |    2 +-
 examples/doc/chap8/socp                            |    2 +-
 examples/doc/chap9/acent                           |    3 +-
 examples/doc/chap9/acent2                          |    3 +-
 examples/doc/chap9/floorplan                       |    2 +-
 examples/doc/chap9/gp                              |    2 +-
 examples/doc/chap9/l2ac                            |    2 +-
 examples/doc/chap9/robls                           |    3 +-
 src/C/SuiteSparse/CHOLMOD/Doc/ChangeLog            |   11 +
 src/C/SuiteSparse/CHOLMOD/Include/cholmod_core.h   |    4 +-
 src/C/SuiteSparse/CHOLMOD/README.txt               |    2 +-
 src/C/SuiteSparse/README.txt                       |   44 +-
 src/C/SuiteSparse/README_cvxopt                    |    2 +-
 src/C/SuiteSparse/UFconfig/UFconfig.h              |   28 +-
 src/C/SuiteSparse/UFconfig/UFconfig.mk             |    3 +
 src/C/SuiteSparse/UMFPACK/Doc/ChangeLog            |   15 +
 src/C/SuiteSparse/UMFPACK/Doc/QuickStart.tex       |   23 +-
 src/C/SuiteSparse/UMFPACK/Doc/UserGuide.stex       |   88 +-
 src/C/SuiteSparse/UMFPACK/Include/umfpack.h        |    8 +-
 .../SuiteSparse/UMFPACK/Include/umfpack_symbolic.h |   33 +-
 src/C/SuiteSparse/UMFPACK/Lib/GNUmakefile          |    3 +
 src/C/SuiteSparse/UMFPACK/Source/umf_2by2.c        |    6 +
 src/C/SuiteSparse/UMFPACK/Source/umf_dump.c        |   12 +-
 src/C/SuiteSparse/UMFPACK/Source/umf_dump.h        |    4 +-
 src/C/SuiteSparse/UMFPACK/Source/umf_kernel_init.c |   16 +-
 .../SuiteSparse/UMFPACK/Source/umf_local_search.c  |   10 +-
 src/C/SuiteSparse/UMFPACK/Source/umf_singletons.c  |   14 +-
 .../SuiteSparse/UMFPACK/Source/umfpack_qsymbolic.c |   53 +-
 .../UMFPACK/Source/umfpack_report_control.c        |    2 +
 .../UMFPACK/Source/umfpack_report_info.c           |    8 +-
 .../UMFPACK/Source/umfpack_report_symbolic.c       |    6 +-
 src/C/SuiteSparse/UMFPACK/Source/umfpack_tictoc.c  |   15 +
 src/C/SuiteSparse/UMFPACK/Source/umfpack_timer.c   |   15 +
 src/C/amd.c                                        |   52 +-
 src/C/base.c                                       | 1092 +++----
 src/C/blas.c                                       | 1189 ++++---
 src/C/blas_redefines.h                             |   11 +
 src/C/cholmod.c                                    |  386 +--
 src/C/cvxopt.h                                     |   42 +-
 src/C/dense.c                                      | 1426 ++++----
 src/C/dsdp.c                                       |  152 +-
 src/C/fftw.c                                       |  348 +-
 src/C/glpk.c                                       |  180 +-
 src/C/gsl.c                                        |   46 +-
 src/C/lapack.c                                     | 3262 +++++++++++-------
 src/C/misc.h                                       |   18 +-
 src/C/misc_solvers.c                               |  356 +-
 src/C/sparse.c                                     | 3448 ++++++++++----------
 src/C/umfpack.c                                    |  166 +-
 src/python/__init__.py                             |    4 +-
 src/python/coneprog.py                             |  332 +-
 src/python/cvxprog.py                              |    4 +-
 src/python/info.py                                 |   12 +-
 src/python/misc.py                                 |    6 +-
 src/python/modeling.py                             |    6 +-
 src/python/mosek.py                                |    4 +-
 src/python/printing.py                             |    8 +-
 src/python/solvers.py                              |    4 +-
 src/setup.py                                       |   25 +-
 126 files changed, 17317 insertions(+), 14542 deletions(-)

diff --cc debian/changelog
index 203be8e,0000000..813897f
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,216 -1,0 +1,231 @@@
++cvxopt (1.1.2-1) unstable; urgency=low
++
++  [ Torsten Werner ]
++  * Remove myself from Uploaders as discussed with Sören
++
++  [ Soeren Sonnenburg ]
++  * New upstream release.
++    - Now uses python-spinx to build documentation.
++    - Refresh patches.
++    - Require at least python 2.5.
++    - Require lapack and blas.
++  * Bump standards version to 3.8.3 (no changes required).
++
++ -- Soeren Sonnenburg <sonne at debian.org>  Sun, 20 Dec 2009 07:09:46 +0100
++
 +cvxopt (1.1-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Refresh patches.
 +
 + -- Soeren Sonnenburg <sonne at debian.org>  Sat, 25 Oct 2008 23:14:39 +0200
 +
 +cvxopt (1.0-3) unstable; urgency=low
 +
 +  * Update my email address to sonne at debian.org.
 +  * Introduce README.source and patch target to make package compliant to
 +    standards version 3.8.0.'
 +
 + -- Soeren Sonnenburg <sonne at debian.org>  Sun, 14 Sep 2008 16:37:10 +0200
 +
 +cvxopt (1.0-2) unstable; urgency=low
 +
 +  [ Torsten Werner ]
 +  * Do not run quilt in $(DEB_SRCDIR) anymore. (Closes: #485142)
 +  * Refresh all patches.
 +
 +  [ Soeren Sonnenburg ]
 +  * Use Science/Mathematics as doc-base section.
 +
 + -- Torsten Werner <twerner at debian.org>  Wed, 11 Jun 2008 20:41:57 +0200
 +
 +cvxopt (1.0-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Fix build for python2.4
 +  * Add a README.source, documenting that we are using quilt to add some
 +  patches.
 +
 + -- Soeren Sonnenburg <debian at nn7.de>  Tue, 29 Apr 2008 06:55:27 +0200
 +
 +cvxopt (0.9.3-1) unstable; urgency=low
 +
 +  * new upstream release (Closes: #471368)
 +  * Remove the former +nogs1 suffix.
 +  * Update patch doc.diff.
 +
 + -- Torsten Werner <twerner at debian.org>  Mon, 17 Mar 2008 20:48:08 +0100
 +
 +cvxopt (0.9.2+nogs1-1) unstable; urgency=low
 +
 +  * Do not generate .pdf images on the fly but on obtaining source package to
 +    workaround failing epstopdf on some architectures
 +
 + -- Soeren Sonnenburg <debian at nn7.de>  Sat, 23 Feb 2008 21:46:20 +0100
 +
 +cvxopt (0.9.2-2) unstable; urgency=low
 +
 +  [ Soeren Sonnenburg ]
 +  * Change Build-Depends of atlas, blas and lapack to match gfortran
 +    transition (Closes: #463938)
 +  * Tighten Build-Depends on dsdp >= 5.8-3
 +
 +  [ Torsten Werner ]
 +  * Remove atlas support temporarily.
 +
 + -- Torsten Werner <twerner at debian.org>  Fri, 08 Feb 2008 22:26:36 +0100
 +
 +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 66d72e4,0000000..ffdd4f1
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,35 -1,0 +1,33 @@@
 +Source: cvxopt
 +Section: python
 +Priority: optional
 +Maintainer: Soeren Sonnenburg <sonne at debian.org>
- Uploaders: Torsten Werner <twerner at debian.org>
 +Build-Depends: cdbs, debhelper (>= 5), python-central (>= 0.5), python-all-dev,
-  libglpk-dev, libfftw3-dev, liblapack-dev,
-  libblas-dev, quilt, texlive-latex-recommended, texlive-fonts-recommended,
-  libgsl0-dev, libdsdp-dev (>= 5.8-4), texlive-latex-extra, ghostscript
- # remove atlas temporarily:
- # libglpk-dev, libfftw3-dev, liblapack-dev [arm], libatlas-base-dev [!arm],
- XS-Python-Version: all
- Standards-Version: 3.8.0
++ libatlas-base-dev [!powerpc !alpha !arm !armel], libblas-dev, liblapack-dev,
++ python-sphinx, libglpk-dev, libfftw3-dev, libgsl0-dev, libdsdp-dev (>= 5.8-4),
++ texlive-latex-base, texlive-latex-recommended, texlive-latex-extra,
++ texlive-fonts-recommended, quilt
++XS-Python-Version: >= 2.5
++Standards-Version: 3.8.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/
 +
 +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.
diff --cc debian/docs
index f8a31f2,0000000..d4c93bb
mode 100644,000000..100644
--- a/debian/docs
+++ b/debian/docs
@@@ -1,1 -1,0 +1,1 @@@
- doc/cvxopt.pdf
++doc/build/latex/CVXOPT.pdf
diff --cc debian/orig-tar.sh
index e72628b,0000000..7b81537
mode 100644,000000..100644
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@@ -1,23 -1,0 +1,22 @@@
 +#!/bin/sh
 +
 +# called by uscan with '--upstream-version' <version> <file>
 +
 +VERSION=$2
 +SOURCE=$(dpkg-parsechangelog | sed -ne 's,Source: \(.*\),\1,p')
 +TAR=../${SOURCE}_${VERSION}.orig.tar.gz
 +
 +tar xf $3 --exclude '*.gif' --exclude '*.pdf' --exclude '*.html' 
 +make -C cvxopt-$2/doc clean
- for i in cvxopt-$2/doc/figures/*.eps ; do epstopdf $i && rm -f $i; done
 +
 +tar czf $TAR cvxopt-$2
 +rm -rf cvxopt-$2
 +
 +# move to directory 'tarballs'
 +if [ -r .svn/deb-layout ]; then
 +  . .svn/deb-layout
 +  mv $TAR $origDir
 +  echo "moved $TAR to $origDir"
 +fi
 +
 +exit 0
diff --cc debian/patches/series
index dfafa92,0000000..11c132c
mode 100644,000000..100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,4 -1,0 +1,1 @@@
 +setup.diff
- doc.diff 
- doc-makefile.diff 
- python24_buildfix.diff
diff --cc debian/patches/setup.diff
index b92a338,0000000..4d68652
mode 100644,000000..100644
--- a/debian/patches/setup.diff
+++ b/debian/patches/setup.diff
@@@ -1,52 -1,0 +1,52 @@@
- Index: cvxopt-1.0/src/setup.py
++Index: cvxopt-1.1.2/src/setup.py
 +===================================================================
- --- cvxopt-1.0.orig/src/setup.py	2008-04-24 07:15:30.000000000 +0200
- +++ cvxopt-1.0/src/setup.py	2008-06-11 20:39:36.000000000 +0200
++--- cvxopt-1.1.2.orig/src/setup.py	2009-11-28 06:37:29.000000000 +0100
+++++ cvxopt-1.1.2/src/setup.py	2009-12-20 07:45:27.000000000 +0100
 +@@ -2,11 +2,11 @@
-  from os import listdir
++ from glob import glob
 + 
 + # directory containing libblas and liblapack
 +-ATLAS_LIB_DIR = '/usr/lib'
 ++ATLAS_LIB_DIR = '/usr/lib/atlas'
 + 
 + # 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).
 + GSL_LIB_DIR = '/usr/lib'       
 +@@ -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).
 + FFTW_LIB_DIR = '/usr/lib'       
 +@@ -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).
 + GLPK_LIB_DIR = '/usr/lib'       
 +@@ -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).
 + DSDP_LIB_DIR = '/usr/lib'
 +  
 + # 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 884004e,0000000..a30cae4
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.
 +Section: Science/Mathematics
 +
 +Format: PDF
- Index: /usr/share/doc/python-cvxopt/cvxopt.pdf
- Files: /usr/share/doc/python-cvxopt/cvxopt.pdf
++Index: /usr/share/doc/python-cvxopt/CVXOPT.pdf
++Files: /usr/share/doc/python-cvxopt/CVXOPT.pdf
diff --cc debian/rules
index f305b11,0000000..79a167a
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,32 -1,0 +1,30 @@@
 +#! /usr/bin/make -f 
 +
 +DEB_PYTHON_SYSTEM     := pycentral
 +DEB_SRCDIR            := src
- DEB_COMPRESS_EXCLUDE  := cvxopt.pdf
++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
 +
 +DEB_QUILT_CMD = QUILT_PATCHES=$(DEB_PATCHDIRS) quilt --quiltrc /dev/null
 +
 +build/python-cvxopt:: debian/stamp-docs
 +debian/stamp-docs:
 +	make -C doc latex
++	make -C doc/build/latex all-pdf
 +	touch $@
 +
 +#install/python-cvxopt::
 +#	dh_install -ppython-cvxopt doc/cvxopt/*.html doc/cvxopt/*.gif doc/cvxopt/*.css usr/share/doc/python-cvxopt/html
 +
- patch: apply-patches
- 
 +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
 +	@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