[cvxopt] 45/64: cme fix dpkg-control

Andreas Tille tille at debian.org
Wed Jul 20 11:23:54 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 8a13024b2040cc3cb8a2045e29157dbd59ce65f5
Author: Andreas Tille <tille at debian.org>
Date:   Wed Jul 20 09:31:39 2016 +0200

    cme fix dpkg-control
---
 debian/changelog |  2 ++
 debian/control   | 33 +++++++++++++++++++++++----------
 2 files changed, 25 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3b42c18..2126acd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,9 @@
 cvxopt (1.1.8+dfsg-1) UNRELEASED; urgency=medium
 
+  * New upstream version
   * Team maintenance in Debian Science team
   * DEP5
+  * cme fix dpkg-control
 
  -- Andreas Tille <tille at debian.org>  Wed, 20 Jul 2016 08:33:05 +0200
 
diff --git a/debian/control b/debian/control
index 050e081..591049e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,36 @@
 Source: cvxopt
-Section: python
-Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Soeren Sonnenburg <sonne at debian.org>,
            Andreas Tille <tille at debian.org>
-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, libgsl-dev, libdsdp-dev (>= 5.8-4),
- texlive-latex-base, texlive-latex-recommended, texlive-latex-extra,
- texlive-fonts-recommended, texlive-generic-extra, python-all-dev (>= 2.6.6-3~),
-X-Python-Version: >= 2.5
-Standards-Version: 3.9.2
+Section: python
+Priority: optional
+Build-Depends: cdbs,
+               debhelper (>= 5),
+               libatlas-base-dev [!powerpc !alpha !arm !armel],
+               libblas-dev,
+               liblapack-dev,
+               python-sphinx,
+               libglpk-dev,
+               libfftw3-dev,
+               libgsl-dev,
+               libdsdp-dev,
+               texlive-latex-base,
+               texlive-latex-recommended,
+               texlive-latex-extra,
+               texlive-fonts-recommended,
+               texlive-generic-extra,
+               python-all-dev
+Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/cvxopt.git
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/cvxopt.git
 Homepage: http://abel.ee.ucla.edu/cvxopt
+X-Python-Version: >= 2.5
 
 Package: python-cvxopt
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends}
 Provides: ${python:Provides}
 Description: Python package for convex optimization
  CVXOPT is a Python package for convex optimization. It includes

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