debian/0000755000000000000000000000000011747075720007200 5ustar debian/libvmmlib-dev.install0000644000000000000000000000016011664131712013306 0ustar include/vmmlib/*.hpp /usr/include/vmmlib/ include/vmmlib/lapack/detail/*.h /usr/include/vmmlib/lipack/detail/ debian/source/0000755000000000000000000000000011710572735010476 5ustar debian/source/format0000644000000000000000000000001411710572735011704 0ustar 3.0 (quilt) debian/control0000644000000000000000000000144611747075637010617 0ustar Source: vmmlib Section: libdevel Priority: optional Maintainer: Bas Wijnen Build-Depends: debhelper (>= 8), libblas-dev, liblapack-dev, libf2c2-dev Standards-Version: 3.9.3 Package: libvmmlib-dev Architecture: all Depends: ${misc:Depends} Suggests: libblas-dev, liblapack-dev Description: templatized C++ vector and matrix math library Vmmlib's basic functionality includes a vector and a matrix class, with additional functionality for the often-used 3d and 4d vectors and 3x3 and 4x4 matrices. . More advanced functionality include solvers, frustum computations and frustum culling classes, and spatial data structures. . It is implemented using C++ templates, making it versatile, and being a header library, it is very easy to integrate into other libraries and programs. debian/compat0000644000000000000000000000000211664127710010371 0ustar 8 debian/changelog0000644000000000000000000000056511747075703011061 0ustar vmmlib (1.0-2) unstable; urgency=low * Add dependency to build test suite. (Closes: #663949) * Updated standards version to 3.9.3. (No changes needed.) -- Bas Wijnen Sun, 29 Apr 2012 01:22:11 +0200 vmmlib (1.0-1) unstable; urgency=low * Initial release. (Closes: #650072) -- Bas Wijnen Fri, 27 Jan 2012 23:22:55 +0100 debian/rules0000755000000000000000000000003611664130062010244 0ustar #!/usr/bin/make -f %: dh $@ debian/patches/0000755000000000000000000000000011710571462010621 5ustar debian/patches/series0000644000000000000000000000001511710571421012025 0ustar fix-makefile debian/patches/fix-makefile0000644000000000000000000000071111710571462013104 0ustar Index: vmmlib-1.0/Makefile =================================================================== --- vmmlib-1.0.orig/Makefile 2011-12-20 15:32:14.000000000 +0100 +++ vmmlib-1.0/Makefile 2012-01-27 19:55:38.996149444 +0100 @@ -52,8 +52,8 @@ LDFLAGS += # adjust libs depending on your LAPACK and BLAS distribution -LIBS += -lclapack -lf2c -lcblas -llapack -# LIBS += -llapack -lblas +#LIBS += -lclapack -lf2c -lcblas -llapack +LIBS += -llapack -lblas debian/copyright0000644000000000000000000000512111710571007011117 0ustar Format: http://anonscm.debian.org/gitweb/?p=dbnpolicy/policy.git;a=blob;f=copyright-format/copyright-format.xml;hb=b4d036bab75ac794c3500563768d60ad994ae4f1 Upstream-Name: vmmlib Source: http://vmmlib.sourceforge.net/ Files: * Copyright: 2006, Visualization and Multimedia Lab, University of Zurich License: revised BSD All rights reserved. . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the Visualization and Multimedia Lab, University of Zurich nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 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. Files: debian/* Copyright: 2011-2012, Bas Wijnen License: GPL-3+ This program 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 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. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the latest version of the GNU GPL can be found in /usr/share/common-licenses/GPL