[SCM] Small boost::python wrapper of parts of the Eigen library. branch, master, updated. debian/0.3_dfsg_bzr25-1-4-g1b3c7d4

Anton Gladky gladky.anton at gmail.com
Sun Apr 7 11:57:00 UTC 2013


The following commit has been merged in the master branch:
commit aebe6bafef18b83ee0676456f47a76fc453a1c45
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Sun Apr 7 11:06:33 2013 +0200

    Use wrap-and-sort.

diff --git a/debian/control b/debian/control
index 61dd496..968f667 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,16 @@
 Source: minieigen
 Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
-Uploaders: Václav Šmilauer <eu at doxos.eu>, Anton Gladky <gladk at debian.org>
-Build-Depends: debhelper (>= 9), python-dev (>=2.6.6-3~), libboost-python-dev, libeigen3-dev, 
- python-sphinx, libdouble-conversion-dev
+Uploaders:
+ Václav Šmilauer <eu at doxos.eu>,
+ Anton Gladky <gladk at debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ libboost-python-dev,
+ libdouble-conversion-dev,
+ libeigen3-dev,
+ python-dev (>=2.6.6-3~),
+ python-sphinx
 Standards-Version: 3.9.4
 X-Python-Version: >= 2.7
 Section: libs
@@ -14,9 +21,16 @@ Vcs-Browser: http://git.debian.org/?p=debian-science/packages/minieigen.git
 Package: python-minieigen
 Section: python
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
- node-underscore, libjs-jquery, python (>= 2.7), python (<<2.8)
-Recommends: libeigen3-dev
+Depends:
+ libjs-jquery,
+ node-underscore,
+ python (<<2.8),
+ python (>= 2.7),
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends}
+Recommends:
+ libeigen3-dev
 Description: Small boost::python wrapper of parts of the Eigen library.
  Small wrapper for core parts of Eigen, c++ library for linear algebra.
  It is mainly useful for inspecting c++ code which already uses eigen and
diff --git a/debian/copyright b/debian/copyright
index b3b0991..2fd7192 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ 
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: minieigen
 Source: http://www.launchpad.net/minieigen
 

-- 
Small boost::python wrapper of parts of the Eigen library.



More information about the debian-science-commits mailing list