[eigen3] 03/04: Use wrap-and-sort.
Anton Gladky
gladk at alioth.debian.org
Sat Nov 9 21:37:21 UTC 2013
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository eigen3.
commit c7dd8d66c16e1b9319addedf93e20c6f179a8dbb
Author: Anton Gladky <gladky.anton at gmail.com>
Date: Sat Nov 9 21:47:33 2013 +0100
Use wrap-and-sort.
---
debian/control | 39 ++++++++++++++++++++++++++++-----------
debian/copyright | 9 ++++-----
2 files changed, 32 insertions(+), 16 deletions(-)
diff --git a/debian/control b/debian/control
index 2b1872f..f347bd9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,19 @@ Source: eigen3
Section: libdevel
Priority: extra
Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
-Uploaders: Anton Gladky <gladk at debian.org>
-Build-Depends: debhelper (>= 9), cmake (>= 2.6.2), pkg-config, gfortran
-Build-Depends-Indep: doxygen-latex, ghostscript, ttf-freefont, graphviz, libjs-jquery
+Uploaders:
+ Anton Gladky <gladk at debian.org>
+Build-Depends:
+ cmake (>= 2.6.2),
+ debhelper (>= 9),
+ gfortran,
+ pkg-config
+Build-Depends-Indep:
+ doxygen-latex,
+ ghostscript,
+ graphviz,
+ libjs-jquery,
+ ttf-freefont
Standards-Version: 3.9.4
Homepage: http://eigen.tuxfamily.org
Vcs-Git: git://anonscm.debian.org/debian-science/packages/eigen3.git
@@ -12,22 +22,29 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/eigen3.
Package: libeigen3-dev
Architecture: all
-Depends: ${misc:Depends}, pkg-config
-Suggests: libeigen3-doc
+Depends:
+ pkg-config,
+ ${misc:Depends}
+Suggests:
+ libeigen3-doc
Description: lightweight C++ template library for linear algebra
- Eigen 3 is a lightweight C++ template library for vector and matrix math,
+ Eigen 3 is a lightweight C++ template library for vector and matrix math,
a.k.a. linear algebra.
.
- Unlike most other linear algebra libraries, Eigen 3 focuses on the simple
- mathematical needs of applications: games and other OpenGL apps, spreadsheets
- and other office apps, etc. Eigen 3 is dedicated to providing optimal speed
+ Unlike most other linear algebra libraries, Eigen 3 focuses on the simple
+ mathematical needs of applications: games and other OpenGL apps, spreadsheets
+ and other office apps, etc. Eigen 3 is dedicated to providing optimal speed
with GCC. A lot of improvements since 2-nd version of Eigen.
Package: libeigen3-doc
Section: doc
Architecture: all
-Depends: ${misc:Depends}, ttf-freefont, libjs-jquery
-Suggests: libeigen3-dev
+Depends:
+ libjs-jquery,
+ ttf-freefont,
+ ${misc:Depends}
+Suggests:
+ libeigen3-dev
Description: eigen3 API documentation
Eigen 3 is a lightweight C++ template library for vector and matrix math,
a.k.a. linear algebra.
diff --git a/debian/copyright b/debian/copyright
index bba8f1b..a77ce40 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -59,7 +59,7 @@ License: MPL-2
means any form of the work other than Source Code Form.
.
1.7. "Larger Work"
- means a work that combines Covered Software with other material, in
+ means a work that combines Covered Software with other material, in
a separate file or files, that is not Covered Software.
.
1.8. "License"
@@ -412,7 +412,7 @@ License: GPL-2+
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
.
On Debian systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL-2'.
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.
License: LGPL-3.0+
This program is free software: you can redistribute it and/or modify
@@ -426,11 +426,11 @@ License: LGPL-3.0+
GNU General Public License for more details.
.
On Debian systems, the complete text of the GNU Lesser General
- Public License can be found in `/usr/share/common-licenses/LGPL-3'.
+ Public License can be found in `/usr/share/common-licenses/LGPL-3'.
License: LGPL-2.1+
On Debian systems, the complete text of the GNU Lesser General
- Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
+ Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
License: BSD
@@ -456,4 +456,3 @@ License: BSD
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/eigen3.git
More information about the debian-science-commits
mailing list