rev 6357 - in branches/kde4/packages: . eigen eigen/debian

Sune Vuorela pusling-guest at alioth.debian.org
Sun May 27 16:59:10 UTC 2007


Author: pusling-guest
Date: 2007-05-27 16:59:10 +0000 (Sun, 27 May 2007)
New Revision: 6357

Added:
   branches/kde4/packages/eigen/
   branches/kde4/packages/eigen/debian/
   branches/kde4/packages/eigen/debian/changelog
   branches/kde4/packages/eigen/debian/compat
   branches/kde4/packages/eigen/debian/control
   branches/kde4/packages/eigen/debian/copyright
   branches/kde4/packages/eigen/debian/docs
   branches/kde4/packages/eigen/debian/rules
Log:
initial eigen packaging



Property changes on: branches/kde4/packages/eigen/debian
___________________________________________________________________
Name: svn:externals
   + cdbs svn://svn.debian.org/pkg-kde/branches/kde4/cdbs/



Added: branches/kde4/packages/eigen/debian/changelog
===================================================================
--- branches/kde4/packages/eigen/debian/changelog	                        (rev 0)
+++ branches/kde4/packages/eigen/debian/changelog	2007-05-27 16:59:10 UTC (rev 6357)
@@ -0,0 +1,6 @@
+eigen (1.0.5-1) unstable; urgency=low
+
+  * Initial release (Closes: #426277)
+
+ -- Sune Vuorela <debian at pusling.com>  Sun, 27 May 2007 18:06:37 +0200
+

Added: branches/kde4/packages/eigen/debian/compat
===================================================================
--- branches/kde4/packages/eigen/debian/compat	                        (rev 0)
+++ branches/kde4/packages/eigen/debian/compat	2007-05-27 16:59:10 UTC (rev 6357)
@@ -0,0 +1 @@
+5

Added: branches/kde4/packages/eigen/debian/control
===================================================================
--- branches/kde4/packages/eigen/debian/control	                        (rev 0)
+++ branches/kde4/packages/eigen/debian/control	2007-05-27 16:59:10 UTC (rev 6357)
@@ -0,0 +1,18 @@
+Source: eigen
+Section: libs
+Priority: extra
+Maintainer: Sune Vuorela <debian at pusling.com>
+Build-Depends: debhelper (>= 5), cdbs, quilt, cmake
+Standards-Version: 3.7.2
+
+Package: libeigen-dev
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: lightweight C++ template library for linear algebra
+ Eigen is a lightweight C++ template library for vector and matrix math, 
+ a.k.a. linear algebra.
+ .
+ Unlike most other linear algebra libraries, Eigen focuses on the simple 
+ mathematical needs of applications: games and other OpenGL apps, spreadsheets 
+ and other office apps, etc. Eigen is dedicated to providing optimal speed 
+ with GCC.

Added: branches/kde4/packages/eigen/debian/copyright
===================================================================
--- branches/kde4/packages/eigen/debian/copyright	                        (rev 0)
+++ branches/kde4/packages/eigen/debian/copyright	2007-05-27 16:59:10 UTC (rev 6357)
@@ -0,0 +1,62 @@
+This package was debianized by Sune Vuorela <debian at pusling.com> on
+Sun, 27 May 2007 18:06:37 +0200.
+
+It was downloaded from <http://eigen.tuxfamily.org/>
+
+Upstream Authors: 
+
+    Eigen was born at the end of July 2006.
+
+Lead Developer: Benoit Jacob (C) 2006-2007 <jacob at math.jussieu.fr>
+
+Contributors:
+Casper Boemann <cbr at boemann.dk>
+    project co-founder, initial code contributions
+David Faure <faure at kde.org>
+    Portability fixes
+Franz Keferboeck <franz.keferboeck at gmail.com>
+    contributions in matrixbase.h
+Carsten Niehaus <cniehaus at gmx.de>
+    helped with QTestLib, Doxygen, CMake
+Inge Wallin <inge at lysator.liu.se>
+    project co-founder, initial code contributions
+
+Special thanks to:
+Cyrille Berger, Brad Hards, Sylvain Joyeux, Thiago Macieira, Laurent Montel,
+Torsten Rahn, Pino Toscano, Eckhart Woerner
+
+
+License:
+
+NOTE: The GPL follows below, but keep in mind that Eigen is licensed under
+the GPL _plus_ an exception allowing any software to use it. The text of
+this exception, which is replicated into each of the source files of Eigen,
+is:
+
+// As a special exception, if other files instantiate templates or use macros
+// or inline functions from this file, or you compile this file and link it
+// with other works to produce a work based on this file, this file does not
+// by itself cause the resulting work to be covered by the GNU General Public
+// License. This exception does not invalidate any other reasons why a work
+// based on this file might be covered by the GNU General Public License.
+
+
+    This package 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 package 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.
+ 
+    You should have received a copy of the GNU General Public License
+    along with this package; if not, write to the Free Software
+    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'.
+
+The Debian packaging is (C) 2007, Sune Vuorela <debian at pusling.com> and
+is licensed under the GPL, see above.

Added: branches/kde4/packages/eigen/debian/docs
===================================================================
--- branches/kde4/packages/eigen/debian/docs	                        (rev 0)
+++ branches/kde4/packages/eigen/debian/docs	2007-05-27 16:59:10 UTC (rev 6357)
@@ -0,0 +1,2 @@
+README
+TODO

Added: branches/kde4/packages/eigen/debian/rules
===================================================================
--- branches/kde4/packages/eigen/debian/rules	                        (rev 0)
+++ branches/kde4/packages/eigen/debian/rules	2007-05-27 16:59:10 UTC (rev 6357)
@@ -0,0 +1,3 @@
+#! /usr/bin/make -f
+
+include debian/cdbs/kde.mk


Property changes on: branches/kde4/packages/eigen/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-kde-commits mailing list