[cvxopt] 30/64: Imported Debian patch 1.1.3-2
Andreas Tille
tille at debian.org
Wed Jul 20 11:23:52 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 8fe543277f2f2f91c5270b6b62f92d7c9576fc6b
Author: Soeren Sonnenburg <sonne at debian.org>
Date: Fri Jul 22 17:01:34 2011 +0200
Imported Debian patch 1.1.3-2
---
debian/changelog | 7 +++++++
debian/control | 9 ++++-----
debian/pycompat | 1 -
debian/rules | 4 ----
4 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b45ae5d..9dcfff5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cvxopt (1.1.3-2) unstable; urgency=low
+
+ * Bump standards version to 3.9.2 (no changes required).
+ * Convert package to use dh_python2 (Closes: #616783).
+
+ -- Soeren Sonnenburg <sonne at debian.org> Fri, 22 Jul 2011 17:01:34 +0200
+
cvxopt (1.1.3-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/control b/debian/control
index 3ad9e17..a532b0f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,13 @@ Source: cvxopt
Section: python
Priority: optional
Maintainer: Soeren Sonnenburg <sonne at debian.org>
-Build-Depends: cdbs, debhelper (>= 5), python-central (>= 0.5), python-all-dev,
+Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 5),
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.9.1
+ texlive-fonts-recommended, python-all-dev (>= 2.6.6-3~),
+X-Python-Version: >= 2.5
+Standards-Version: 3.9.2
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/
@@ -17,7 +17,6 @@ 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
diff --git a/debian/pycompat b/debian/pycompat
deleted file mode 100644
index 0cfbf08..0000000
--- a/debian/pycompat
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/debian/rules b/debian/rules
index e6afdc9..fe925a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,11 @@
#! /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
-
-DEB_QUILT_CMD = QUILT_PATCHES=$(DEB_PATCHDIRS) quilt --quiltrc /dev/null
build/python-cvxopt:: debian/stamp-docs
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