[cvxopt] 02/64: Imported Debian patch 0.8.2-1

Andreas Tille tille at debian.org
Wed Jul 20 11:23:45 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 c92f18ecb07386491f8772a48b66ad06b787b665
Author: Torsten Werner <twerner at debian.org>
Date:   Wed Jul 4 21:33:44 2007 +0200

    Imported Debian patch 0.8.2-1
---
 debian/README.Debian      |  4 +++
 debian/changelog          | 67 +++++++++++++++++++++++++++++++++++++++++++
 debian/compat             |  1 +
 debian/control            | 29 +++++++++++++++++++
 debian/copyright          | 72 +++++++++++++++++++++++++++++++++++++++++++++++
 debian/docs               |  1 +
 debian/examples           |  1 +
 debian/patches/series     |  1 +
 debian/patches/setup.diff | 26 +++++++++++++++++
 debian/pycompat           |  1 +
 debian/rules              | 21 ++++++++++++++
 11 files changed, 224 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..e8c583c
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,4 @@
+Currently the optional semidefinite programming solver DSDP
+(www-unix.mcs.anl.gov/DSDP) is deactivated.
+
+ -- Soeren Sonnenburg <debian at nn7.de>, Wed Jul  4 22:39:07 CEST 2007
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4c2b0af
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,67 @@
+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 --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..15316a2
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+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, refblas3-dev, quilt, texlive-latex-recommended, texlive-fonts-recommended
+XS-Python-Version: all
+XS-X-Vcs-Svn: 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 --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0c89a0d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,72 @@
+This package was debianized by Soeren Sonnenburg <debian at nn7.de> on
+Wed Jul  4 21:48:22 CEST 2007.
+
+It was downloaded from <http://abel.ee.ucla.edu/cvxopt>.
+
+Upstream Authors:
+
+Joachim Dahl <joachim at kom.aau.dk>
+Lieven Vandenberghe <vandenbe at ee.ucla.edu>
+
+Copyright:
+
+(C) 2004-2007 Joachim Dahl <joachim at kom.aau.dk>
+(C) 2004-2007 Lieven Vandenberghe <vandenbe at ee.ucla.edu>
+
+License:
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    On Debian systems, you can find the GPL license in:
+    /usr/share/common-licenses/GPL
+
+----
+
+The CVXOPT distribution includes source code for the following software
+libraries.
+
+	AMD Version 2.0. Copyright (c) 2004-2007 by Timothy A. Davis, Patrick R.
+	Amestoy, and Iain S.  Duff. All Rights Reserved. Distributed under the GNU
+	LGPL license. See www.cise.ufl.edu/research/sparse/amd.
+	
+	CHOLMOD Version 1.4.  Copyright (c) 2004-2007. Some portions are Copyright
+	(c) Univ. of Florida.  Others are Copyright (c) by their authors (T. A.
+	Davis and W. Hager).  Distributed under the GNU LGPL license.
+	See www.cise.ufl.edu/research/sparse/cholmod.
+	
+	COLAMD version 2.6.  Copyright (c) 1998-2006 by Timothy A. Davis.  Copyright
+	(c) 1998-2007, Timothy A. Davis, All Rights Reserved.  COLAMD is distributed
+	under the GNU LGPL license. See www.cise.ufl.edu/research/sparse/colamd.
+	
+	UMFPACK Version 5.0.2. Copyright (c) 1994-2007 by Timothy A. Davis,
+	University of Florida. All Rights Reserved. Distributed under the
+	GNU LGPL license.  See www.cise.ufl.edu/research/sparse/umfpack.
+	
+	RNGS Random Number Generation - Multiple Streams (Sep. 22, 1998) by
+	Steve Park & Dave Geyer.  See www.cs.wm.edu/~va/software/park/park.html.
+	Software is in the public domain as was found out in an email correspondence
+	with Virginia Torczon <va at cs.wm.edu> and Lawrence M. Leemis 
+	<leemis at MATH.WM.EDU> (Professor Steve Park passed away):
+
+	Dear Soeren,
+
+	Glad to have been of help.  And I'm glad to learn from Larry that the  
+	software is, indeed, in the public domain.
+
+	Virginia
+
+    On Debian systems, you can find the GPL license in:
+    /usr/share/common-licenses/LGPL
+
+----
+
+The Debian packaging is (C) 2007, Soeren Sonnenburg <debian at nn7.de> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..feb05eb
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+doc/cvxopt.ps
diff --git a/debian/examples b/debian/examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+examples/*
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..11c132c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+setup.diff
diff --git a/debian/patches/setup.diff b/debian/patches/setup.diff
new file mode 100644
index 0000000..e7e4dfb
--- /dev/null
+++ b/debian/patches/setup.diff
@@ -0,0 +1,26 @@
+Index: src/setup.py
+===================================================================
+--- src.orig/setup.py	2007-02-06 03:36:57.000000000 +0100
++++ src/setup.py	2007-07-04 20:29:03.000000000 +0200
+@@ -2,10 +2,10 @@
+ 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 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 @@
+ 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'       
diff --git a/debian/pycompat b/debian/pycompat
new file mode 100644
index 0000000..0cfbf08
--- /dev/null
+++ b/debian/pycompat
@@ -0,0 +1 @@
+2
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..7cc3988
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,21 @@
+#! /usr/bin/make -f 
+
+PYVERS            := $(shell pyversions -vr debian/control)
+DEB_PYTHON_SYSTEM := pycentral
+DEB_SRCDIR        := $(CURDIR)/src
+
+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_PATCHDIR_LINK := $(CURDIR)/patches
+
+build/python-cvxopt:: debian/stamp-docs
+debian/stamp-docs:
+	make -C $(CURDIR)/doc ps
+	touch $@
+
+clean::
+	$(RM) debian/stamp-docs
+
+

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