[cvxopt] 09/64: Imported Debian patch 0.9.1-1

Andreas Tille tille at debian.org
Wed Jul 20 11:23:48 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 6dab166c6eb0fa14f73ee796b5b4682ec897dbbe
Merge: e86970c 18b4afe
Author: Soeren Sonnenburg <debian at nn7.de>
Date:   Sun Nov 25 17:32:57 2007 +0000

    Imported Debian patch 0.9.1-1

 INSTALL                                            |   52 +-
 LICENSE                                            |   38 +-
 debian/changelog                                   |    6 +
 debian/control                                     |    2 +-
 debian/patches/doc-makefile.diff                   |   20 +-
 debian/patches/doc.diff                            |   33 +-
 debian/patches/series                              |    4 +-
 debian/patches/setup.diff                          |   22 +-
 doc/.latex2html-init                               |  198 --
 doc/Makefile                                       |   17 +-
 doc/base.tex                                       |   76 +-
 doc/base_sparse.tex                                |   71 +-
 doc/blas.tex                                       |  126 +-
 doc/c-api.tex                                      |    2 +-
 doc/coneprog.tex                                   |  105 +-
 doc/cvxopt.tex                                     |   76 +-
 doc/cvxopt/WARNINGS                                |    1 -
 doc/cvxopt/cvxopt.css                              |   38 -
 doc/cvxopt/images.aux                              |    1 -
 doc/cvxopt/images.log                              | 1281 ---------
 doc/cvxopt/images.pl                               | 1932 -------------
 doc/cvxopt/images.tex                              | 2523 -----------------
 doc/cvxopt/internals.pl                            |  218 --
 doc/cvxopt/labels.pl                               |  437 ---
 doc/fftw.tex                                       |    3 +-
 doc/intro.tex                                      |    8 +-
 doc/lapack.tex                                     |  293 +-
 doc/modeling.tex                                   |   33 +-
 doc/solvers.tex                                    |  719 +++--
 doc/spsolvers.tex                                  |   72 +-
 examples/book/README                               |    2 +-
 examples/book/chap4/portfolio                      |    8 +-
 examples/book/chap4/rls                            |    2 +-
 examples/book/chap6/basispursuit                   |   83 +-
 examples/book/chap6/consumerpref                   |   14 +-
 examples/book/chap6/old/README                     |    2 -
 examples/book/chap6/old/smoothrec                  |   91 -
 examples/book/chap6/old/smoothrec_new              |  102 -
 examples/book/chap6/old/tv                         |  293 --
 examples/book/chap6/old/tv_new                     |  291 --
 examples/book/chap6/penalties                      |    7 +-
 examples/book/chap6/regsel                         |    4 +-
 examples/book/chap6/smoothrec                      |    2 +-
 examples/book/chap6/tv                             |   60 +-
 examples/book/chap7/expdesign                      |   20 +-
 examples/book/chap7/logreg                         |    4 +-
 examples/book/chap7/maxent                         |    8 +-
 examples/book/chap7/probbounds                     |    6 +-
 examples/book/chap8/centers                        |   12 +-
 examples/book/chap8/ellipsoids                     |    8 +-
 examples/book/chap8/floorplan                      |   27 +-
 examples/book/chap8/linsep                         |   10 +-
 examples/book/chap8/placement                      |    6 +-
 examples/doc/chap10/l1svc                          |   19 +
 examples/doc/chap10/lp                             |   36 +
 examples/doc/{ => chap10}/normappr                 |    2 +-
 examples/doc/chap10/roblp                          |   21 +
 examples/doc/{ => chap4}/acent                     |    0
 examples/doc/{ => chap7}/covsel                    |    0
 examples/doc/{ => chap7}/covsel.bin                |    0
 examples/doc/{ => chap8}/l1                        |    4 +-
 examples/doc/chap8/lp                              |   11 +
 examples/doc/{ => chap8}/mcsdp                     |    0
 examples/doc/{ => chap8}/qcl1                      |    0
 examples/doc/chap8/sdp                             |   19 +
 examples/doc/chap8/socp                            |   14 +
 examples/doc/chap9/acent                           |   45 +
 examples/doc/chap9/acent2                          |   27 +
 examples/doc/chap9/floorplan                       |  186 ++
 examples/doc/chap9/gp                              |   22 +
 examples/doc/chap9/l1regls                         |  155 ++
 examples/{book/chap4 => doc/chap9}/portfolio       |   11 +-
 examples/doc/chap9/robls                           |   58 +
 src/C/SuiteSparse/CHOLMOD/Check/cholmod_write.c    |   18 +-
 .../CHOLMOD/Cholesky/cholmod_resymbol.c            |    9 +-
 .../CHOLMOD/Cholesky/cholmod_rowcolcounts.c        |    4 +-
 .../SuiteSparse/CHOLMOD/Cholesky/cholmod_rowfac.c  |    4 +-
 .../SuiteSparse/CHOLMOD/Cholesky/cholmod_spsolve.c |   56 +-
 .../CHOLMOD/Cholesky/t_cholmod_rowfac.c            |    4 +-
 src/C/SuiteSparse/CHOLMOD/Core/cholmod_aat.c       |    4 +-
 src/C/SuiteSparse/CHOLMOD/Core/cholmod_add.c       |    8 +-
 src/C/SuiteSparse/CHOLMOD/Core/cholmod_common.c    |    2 +-
 src/C/SuiteSparse/CHOLMOD/Core/cholmod_factor.c    |    2 +-
 src/C/SuiteSparse/CHOLMOD/Core/cholmod_memory.c    |    2 -
 src/C/SuiteSparse/CHOLMOD/Doc/ChangeLog            |   25 +
 src/C/SuiteSparse/CHOLMOD/Doc/UserGuide.tex        |    2 +-
 src/C/SuiteSparse/CHOLMOD/Include/cholmod_blas.h   |    2 +-
 src/C/SuiteSparse/CHOLMOD/Include/cholmod_core.h   |   15 +-
 .../SuiteSparse/CHOLMOD/Include/cholmod_internal.h |   17 +-
 src/C/SuiteSparse/CHOLMOD/README.txt               |   15 +-
 .../CHOLMOD/Supernodal/cholmod_super_numeric.c     |    3 +-
 .../CHOLMOD/Supernodal/cholmod_super_symbolic.c    |   10 +-
 src/C/SuiteSparse/COLAMD/Demo/colamd_example.out   |    4 +-
 src/C/SuiteSparse/COLAMD/Demo/colamd_l_example.out |    4 +-
 src/C/SuiteSparse/COLAMD/Include/colamd.h          |    4 +-
 src/C/SuiteSparse/COLAMD/MATLAB/Contents.m         |   19 -
 src/C/SuiteSparse/COLAMD/MATLAB/Makefile           |   35 -
 src/C/SuiteSparse/COLAMD/MATLAB/colamd2.m          |   87 -
 src/C/SuiteSparse/COLAMD/MATLAB/colamd_demo.m      |  179 --
 src/C/SuiteSparse/COLAMD/MATLAB/colamd_install.m   |   18 -
 src/C/SuiteSparse/COLAMD/MATLAB/colamd_make.m      |   29 -
 src/C/SuiteSparse/COLAMD/MATLAB/colamd_test.m      |  511 ----
 src/C/SuiteSparse/COLAMD/MATLAB/colamdmex.c        |  220 --
 src/C/SuiteSparse/COLAMD/MATLAB/colamdtestmex.c    |  577 ----
 src/C/SuiteSparse/COLAMD/MATLAB/luflops.m          |   34 -
 src/C/SuiteSparse/COLAMD/MATLAB/symamd2.m          |   86 -
 src/C/SuiteSparse/COLAMD/MATLAB/symamdmex.c        |  201 --
 src/C/SuiteSparse/COLAMD/MATLAB/symamdtestmex.c    |  543 ----
 src/C/SuiteSparse/Contents.m                       |   10 +-
 src/C/SuiteSparse/Makefile                         |   15 +-
 src/C/SuiteSparse/README.txt                       |   84 +-
 src/C/SuiteSparse/README_cvxopt                    |   12 +-
 src/C/SuiteSparse/SuiteSparse_demo.m               |  113 -
 src/C/SuiteSparse/UFconfig/README.txt              |   10 +-
 src/C/SuiteSparse/UFconfig/UFconfig.h              |   32 +-
 src/C/SuiteSparse/UFconfig/UFconfig.mk             |   16 +-
 src/C/SuiteSparse/UMFPACK/Doc/ChangeLog            |   11 +
 src/C/SuiteSparse/UMFPACK/Doc/License              |   12 +-
 src/C/SuiteSparse/UMFPACK/Doc/QuickStart.tex       |   10 +-
 src/C/SuiteSparse/UMFPACK/Doc/UserGuide.stex       |   49 +-
 src/C/SuiteSparse/UMFPACK/Doc/gpl.txt              |  340 +++
 src/C/SuiteSparse/UMFPACK/Doc/lesser.txt           |  504 ----
 src/C/SuiteSparse/UMFPACK/Include/umfpack.h        |   16 +-
 src/C/SuiteSparse/UMFPACK/Makefile                 |    5 +
 src/C/SuiteSparse/UMFPACK/README.txt               |   14 +-
 src/C/SuiteSparse/UMFPACK/Source/cholmod_blas.h    |    4 +-
 src/C/SuiteSparse/UMFPACK/Source/umf_2by2.c        |    1 +
 src/C/SuiteSparse/UMFPACK/Source/umf_analyze.c     |    1 +
 src/C/SuiteSparse/UMFPACK/Source/umf_apply_order.c |    1 +
 src/C/SuiteSparse/UMFPACK/Source/umf_assemble.c    |    1 +
 .../SuiteSparse/UMFPACK/Source/umf_blas3_update.c  |    1 +
 .../SuiteSparse/UMFPACK/Source/umf_build_tuples.c  |    1 +
 .../UMFPACK/Source/umf_create_element.c            |    1 +
 .../SuiteSparse/UMFPACK/Source/umf_extend_front.c  |    1 +
 src/C/SuiteSparse/UMFPACK/Source/umf_free.c        |    1 +
 src/C/SuiteSparse/UMFPACK/Source/umf_fsize.c       |    1 +
 .../UMFPACK/Source/umf_garbage_collection.c        |    1 +
 src/C/SuiteSparse/UMFPACK/Source/umf_get_memory.c  |    1 +
 src/C/SuiteSparse/UMFPACK/Source/umf_grow_front.c  |    1 +
 src/C/SuiteSparse/UMFPACK/Source/umf_init_front.c  |    1 +
 .../UMFPACK/Source/umf_is_permutation.c            |    1 +
 src/C/SuiteSparse/UMFPACK/Source/umf_kernel.c      |    1 +
 src/C/SuiteSparse/UMFPACK/Source/umf_kernel_init.c |    1 +
 .../SuiteSparse/UMFPACK/Source/umf_kernel_wrapup.c |    1 +
 .../SuiteSparse/UMFPACK/Source/umf_local_search.c  |    1 +
 src/C/SuiteSparse/UMFPACK/Source/umf_lsolve.c      |    1 +
 src/C/SuiteSparse/UMFPACK/Source/umf_ltsolve.c     |    1 +
 src/C/SuiteSparse/UMFPACK/Source/umf_malloc.c      |    1 +
 .../UMFPACK/Source/umf_mem_alloc_element.c         |    1 +
 .../UMFPACK/Source/umf_mem_alloc_head_block.c      |    1 +
 .../UMFPACK/Source/umf_mem_alloc_tail_block.c      |    1 +
 .../UMFPACK/Source/umf_mem_free_tail_block.c       |    1 +
 .../UMFPACK/Source/umf_mem_init_memoryspace.c      |    1 +
 src/C/SuiteSparse/UMFPACK/Source/umf_realloc.c     |    1 +
 src/C/SuiteSparse/UMFPACK/Source/umf_report_perm.c |    1 +
 .../SuiteSparse/UMFPACK/Source/umf_report_vector.c |    1 +
 src/C/SuiteSparse/UMFPACK/Source/umf_scale.c       |    1 +
 .../SuiteSparse/UMFPACK/Source/umf_scale_column.c  |    1 +
 src/C/SuiteSparse/UMFPACK/Source/umf_set_stats.c   |    1 +
 src/C/SuiteSparse/UMFPACK/Source/umf_singletons.c  |    1 +
 src/C/SuiteSparse/UMFPACK/Source/umf_solve.c       |    1 +
 src/C/SuiteSparse/UMFPACK/Source/umf_start_front.c |    1 +
 src/C/SuiteSparse/UMFPACK/Source/umf_store_lu.c    |    1 +
 .../UMFPACK/Source/umf_symbolic_usage.c            |    1 +
 src/C/SuiteSparse/UMFPACK/Source/umf_transpose.c   |    1 +
 src/C/SuiteSparse/UMFPACK/Source/umf_triplet.c     |    1 +
 .../SuiteSparse/UMFPACK/Source/umf_tuple_lengths.c |    1 +
 src/C/SuiteSparse/UMFPACK/Source/umf_usolve.c      |    1 +
 src/C/SuiteSparse/UMFPACK/Source/umf_utsolve.c     |    1 +
 .../SuiteSparse/UMFPACK/Source/umf_valid_numeric.c |    1 +
 .../UMFPACK/Source/umf_valid_symbolic.c            |    1 +
 .../UMFPACK/Source/umfpack_load_numeric.c          |    2 +-
 .../UMFPACK/Source/umfpack_load_symbolic.c         |    2 +-
 .../UMFPACK/Source/umfpack_save_numeric.c          |    2 +-
 .../UMFPACK/Source/umfpack_save_symbolic.c         |    2 +-
 src/C/SuiteSparse/UMFPACK/Source/umfpack_timer.c   |    2 +
 src/C/amd.c                                        |    2 +-
 src/C/base.c                                       |  137 +-
 src/C/blas.c                                       |    6 +-
 src/C/cholmod.c                                    |    2 +-
 src/C/cvxopt.h                                     |    4 +-
 src/C/dense.c                                      |    6 +-
 src/C/dsdp.c                                       |    2 +-
 src/C/fftw.c                                       |    2 +-
 src/C/glpk.c                                       |    2 +-
 src/C/lapack.c                                     |    2 +-
 src/C/misc.h                                       |    2 +-
 src/C/mosek.c                                      |  792 ------
 src/C/random.c                                     |  132 +-
 src/C/rngs/README.cvxopt                           |    3 -
 src/C/rngs/rngs.c                                  |  179 --
 src/C/rngs/rngs.h                                  |   19 -
 src/C/rngs/rvgs.c                                  |  218 --
 src/C/rngs/rvgs.h                                  |   28 -
 src/C/sparse.c                                     |  183 +-
 src/C/umfpack.c                                    |    2 +-
 src/python/__init__.py                             |    4 +-
 src/python/coneprog.py                             |  124 +-
 src/python/cvxprog.py                              | 2865 ++++++++++++++++----
 src/python/info.py                                 |   47 +-
 src/python/misc.py                                 |  914 ++++---
 src/python/modeling.py                             |    2 +-
 src/python/mosek.py                                |  706 +++++
 src/python/solvers.py                              |   24 +-
 src/setup.py                                       |   56 +-
 205 files changed, 6523 insertions(+), 14106 deletions(-)

diff --cc debian/changelog
index 999e05c,0000000..441245f
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,104 -1,0 +1,110 @@@
++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 566830c,0000000..68fd9e1
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, fftw3-dev, atlas3-base-dev [!arm], lapack3-dev [arm],
++ libglpk-dev, fftw3-dev, atlas3-base-dev [!arm], lapack3-dev,
 + refblas3-dev, quilt, texlive-latex-recommended, texlive-fonts-recommended,
 + libdsdp-dev, gs-gpl
 +XS-Python-Version: all
 +XS-Vcs-Svn: https://bollin.googlecode.com/svn/cvxopt/trunk/
 +XS-Vcs-Browser: http://bollin.googlecode.com/svn/cvxopt/trunk/
 +Standards-Version: 3.7.2
 +
 +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/patches/doc-makefile.diff
index a27721a,0000000..1ed6de8
mode 100644,000000..100644
--- a/debian/patches/doc-makefile.diff
+++ b/debian/patches/doc-makefile.diff
@@@ -1,11 -1,0 +1,15 @@@
- diff -ur ../../doc.orig/Makefile ../../doc/Makefile
- --- ../../doc.orig/Makefile	2007-09-12 19:44:33.000000000 +0200
- +++ ../../doc/Makefile	2007-09-12 19:44:39.000000000 +0200
- @@ -5,6 +5,7 @@
++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 @@
 + 
-  latex: Makefile $(SOURCES) 
-  	latex cvxopt.tex
- +	latex cvxopt.tex
++ all: html 
 + 
+++latex: Makefile $(SOURCES) 
+++	latex cvxopt.tex
+++	latex cvxopt.tex
+++
 + html: Makefile $(SOURCES) 
-  	latex cvxopt.tex
++ 	htlatex cvxopt.tex "html,3,info" 
++ 	tex4ht -f/cvxopt  -i/usr/share/texmf/tex4ht/ht-fonts/ \
diff --cc debian/patches/doc.diff
index 8281a84,0000000..5ef5198
mode 100644,000000..100644
--- a/debian/patches/doc.diff
+++ b/debian/patches/doc.diff
@@@ -1,24 -1,0 +1,35 @@@
- diff -ur ../../doc.orig/cvxopt.tex ../../doc/cvxopt.tex
- --- ../../doc.orig/cvxopt.tex	2007-08-09 21:56:02.000000000 +0200
- +++ ../../doc/cvxopt.tex	2007-08-10 15:09:27.000000000 +0200
- @@ -1,5 +1,5 @@
++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{html,graphicx}
++-%\usepackage{url,graphicx}
 ++\usepackage{url,graphicx}
++ %\usepackage{html,graphicx}
++-\usepackage{graphicx}
+++%\usepackage{graphicx}
 + 
-  \def\BIT{\begin{itemize}}
-  \def\EIT{\end{itemize}}
- @@ -51,9 +51,10 @@
-  \newenvironment{seealso}{\par{\bf See also:}\begin{list}{}{}\item[]}{\end{list}}
-  %\renewcommand{\seealso}[1]{#1} 
++ \parindent 0pt
++ 
++@@ -56,9 +56,9 @@
++ %\newenvironment{seealso}{\par{\bf See also:}\begin{itemize}\item}{\end{itemize}}
 + \newcommand{\seetext}[1]{#1} 
++ \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{\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} 
++ 
++ \begin{document}
++-\Configure{crosslinks*}{next}{prev}{up}{}
++ 
++ \maketitle
++ 
diff --cc debian/patches/series
index b6949e7,0000000..4ff101b
mode 100644,000000..100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,3 -1,0 +1,3 @@@
 +setup.diff
- doc.diff
- doc-makefile.diff
++doc.diff 
++doc-makefile.diff 
diff --cc debian/patches/setup.diff
index 9d683d0,0000000..0a95a66
mode 100644,000000..100644
--- a/debian/patches/setup.diff
+++ b/debian/patches/setup.diff
@@@ -1,41 -1,0 +1,47 @@@
- diff -ur src.orig/setup.py src/setup.py
- --- src.orig/setup.py	2007-02-06 03:36:57.000000000 +0100
- +++ src/setup.py	2007-08-05 12:14:24.000000000 +0200
- @@ -2,10 +2,10 @@
++Index: cvxopt-0.9.1/src/setup.py
++===================================================================
++--- src/setup.py	2007-11-24 01:26:22.000000000 +0100
+++++ src/setup.py	2007-11-26 21:16:58.000000000 +0100
++@@ -2,7 +2,7 @@
 + 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.
++ BUILD_GSL = 0
++@@ -14,7 +14,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'       
- @@ -14,7 +14,7 @@
++@@ -23,7 +23,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'       
 +@@ -32,13 +32,13 @@
-  MOSEK_INC_DIR = '/usr/local/mosek/4/tools/platform/linux32x86/h'
++ GLPK_INC_DIR = '/usr/include'  
 + 
 + # Set to 1 if you are installing the DSDP module.
 +-BUILD_DSDP = 0
 ++BUILD_DSDP = 1
 + 
-  # directory containing libdsdp.a (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)
 +-DSDP_INC_DIR = '/usr/include'
 ++DSDP_INC_DIR = '/usr/include/dsdp'
 + 
-  extmods = []
 + 
++ extmods = []

-- 
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