--- eigen2-2.0.0+svn20090604.orig/debian/copyright +++ eigen2-2.0.0+svn20090604/debian/copyright @@ -0,0 +1,55 @@ +This package was debianized by Sune Vuorela on +Sun, 27 May 2007 18:06:37 +0200. + +It was downlaoded from + +Copyright holders: + + Copyright © 2006-2008 Benoit Jacob + Copyright © 2007 Michael Olbrich + Copyright © 2008 Gael Guennebaud + Copyright © 2008 Konstantinos Margaritis + + + +License: + +Eigen is available either under GNU General Public License version 2 or later or +GNU Lesser General Public License Version 3 or later. + +GPLv2: + + 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-2'. + +LGPLv3: + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program 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. + + +Public License can be found in `/usr/share/common-licenses/LGPL-3'. + +The Debian packaging is © 2007-2009, Debian Qt/KDE Maintainers and +is licensed under the GPL, see above. --- eigen2-2.0.0+svn20090604.orig/debian/control +++ eigen2-2.0.0+svn20090604/debian/control @@ -0,0 +1,21 @@ +Source: eigen2 +Section: libdevel +Priority: extra +Maintainer: Kubuntu Developers +XSBC-Original-Maintainer: Debian Qt/KDE Maintainers +Uploaders: Sune Vuorela , Ana Beatriz Guerrero Lopez , Armin Berres +Build-Depends: debhelper (>= 6), cdbs (>= 0.4.51), cmake (>= 2.6.2) +Standards-Version: 3.8.0 +Homepage: http://eigen.tuxfamily.org + +Package: libeigen2-dev +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: lightweight C++ template library for linear algebra + Eigen 2 is a lightweight C++ template library for vector and matrix math, + a.k.a. linear algebra. + . + Unlike most other linear algebra libraries, Eigen 2 focuses on the simple + mathematical needs of applications: games and other OpenGL apps, spreadsheets + and other office apps, etc. Eigen 2 is dedicated to providing optimal speed + with GCC. --- eigen2-2.0.0+svn20090604.orig/debian/compat +++ eigen2-2.0.0+svn20090604/debian/compat @@ -0,0 +1 @@ +6 --- eigen2-2.0.0+svn20090604.orig/debian/rules +++ eigen2-2.0.0+svn20090604/debian/rules @@ -0,0 +1,12 @@ +#! /usr/bin/make -f + +DEB_CMAKE_EXTRA_FLAGS += -DEIGEN_BUILD_TESTS=ON -DEIGEN_TEST_NO_FORTRAN=ON -DEIGEN_TEST_NOQT=ON + +include /usr/share/cdbs/1/class/cmake.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +binary-post-install/libeigen2-dev:: + echo -- Running tests. Even if one of them fails the build is not canceled. + -cat /proc/meminfo + -cat /proc/cpuinfo + cd ${DEB_BUILDDIR}; ctest || true --- eigen2-2.0.0+svn20090604.orig/debian/changelog +++ eigen2-2.0.0+svn20090604/debian/changelog @@ -0,0 +1,67 @@ +eigen2 (2.0.0+svn20090604-0ubuntu1) karmic; urgency=low + + * New upstream snapshot, due to be tagged as 2.0.3 + + -- Jonathan Riddell Thu, 04 Jun 2009 17:37:10 +0100 + +eigen2 (2.0.0+svn20090515-0ubuntu1) karmic; urgency=low + + * New upstream snapshot + + -- Jonathan Riddell Fri, 15 May 2009 09:28:34 +0000 + +eigen2 (2.0.0-3) unstable; urgency=low + + * Upload to unstable (for real). + + -- Ana Beatriz Guerrero Lopez Wed, 18 Feb 2009 20:55:55 +0100 + +eigen2 (2.0.0-2) experimental; urgency=low + + * Upload to unstable. + + -- Ana Beatriz Guerrero Lopez Wed, 18 Feb 2009 18:22:20 +0100 + +eigen2 (2.0.0-1) experimental; urgency=low + + * New upstream release. + * Build and execute the test cases, but do not abort the build if a test + fails. + * Replace "Eigen" with "Eigen 2" in the long description. + * Change from Arch:all to Arch:any to run the testsuite. + * Add myself to Uploaders. + + -- Armin Berres Tue, 03 Feb 2009 13:59:54 +0100 + +eigen2 (2.0~beta6-1) experimental; urgency=low + + * New upstream release. + * Eigen2 now requires cmake 2.6.2 or higher that is currently in + experimental, added versioned build-depend. + * Add myself to Uploaders. + * Remove unusued lintian overrides. + * Update copyright: years and replace (C) with ©. + * Bump to Standards-Version: 3.8.0, no changes required. + + -- Ana Beatriz Guerrero Lopez Mon, 12 Jan 2009 23:03:09 +0100 + +eigen2 (2.0~beta2-1) unstable; urgency=low + + * New upstream release (Closes: 509128) + + -- Sune Vuorela Sun, 21 Dec 2008 17:08:04 +0100 + +eigen2 (2.0~beta1-1) unstable; urgency=low + + * New upstream releas (beta1). + * Use cdbs cmake file instead of pkg-kde cdbs dir; drop quilt + build-dependency + + -- Sune Vuorela Thu, 18 Sep 2008 22:36:04 +0200 + +eigen2 (2~~svn850507-1) unstable; urgency=low + + * First upload of eigen2. + - for now needs to be coinstallable with eigen. Will later replace it. + + -- Sune Vuorela Thu, 21 Aug 2008 21:45:32 +0200