debian/0000755000000000000000000000000011761175506007177 5ustar debian/source/0000755000000000000000000000000011761175506010477 5ustar debian/source/format0000644000000000000000000000001411761174362011704 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000565711761174362011146 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: netlib-java Source: http://code.google.com/p/netlib-java/ License: BSD 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 listed in this license in the documentation and/or other materials provided with the distribution. . - Neither the name of the copyright holders 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: * Copyright: 2007 Samuel Halliday, ThinkTank Maths Limited 2003-2007 Keith Seymour. 1992-2007 The University of Tennessee. All rights reserved. License: BSD Files: src/org/netlib/generate/JNIGenerator.java src/org/netlib/generate/JNIGenerator.java Copyright: 2006, 2007 Samuel Halliday, ThinkTank Maths Limited License: BSD Files: jni/arpack.h Copyright: 1997 Richard Lehoucq, Rice University 1997 Danny Sorensen, Rice University 1997 Chao Yang, Rice University License: Files: debian/* Copyright: 2012 Olivier Sallou License: GPL-2+ 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 program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/compat0000644000000000000000000000000211761174362010374 0ustar 8 debian/watch0000644000000000000000000000024411761174362010227 0ustar # Compulsory line, this is a version 3 file version=3 http://code.google.com/p/netlib-java/downloads/list //netlib-java.googlecode.com/files/netlib-java-(.*)\.zip debian/docs0000644000000000000000000000000011761174362010037 0ustar debian/patches/0000755000000000000000000000000011761175506010626 5ustar debian/patches/series0000644000000000000000000000002711761174362012041 0ustar update_classpath.patch debian/patches/update_classpath.patch0000644000000000000000000000212011761174362015165 0ustar Subject: update classpath and jar names Description: update jar classpath to use package jar files and remove version from generated jar Author: Olivier Sallou Last-Updated: 26-03-2012 --- a/build.xml +++ b/build.xml @@ -35,14 +35,12 @@ --> - + - - - - - + + + debian/get-orig-source0000755000000000000000000000123011761174362012133 0ustar #!/bin/bash set -e PKG=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'` VERSION=`uscan --verbose --force-download | grep "Newest version on remote site is .* local version is .*" | head -n 1 | sed "s/Newest version on remote site is \([a-z0-9.]\+\),.*/\1/"` mkdir -p ../tarballs cd ../tarballs UTAR="${PKG}-${VERSION}.zip" mv ../${UTAR} . unzip ${UTAR} mv ${PKG}-${VERSION} $PKG-${VERSION}.orig cd $PKG-${VERSION}.orig rm -f netlib-java-0.9.3.jar rm lib/junit/junit-3.8.2.jar rm lib/f2j/arpack-combo-0.1.jar cd .. rm $UTAR BZIP2="--best" tar -cjf ${PKG}_${VERSION}.orig.tar.bz2 ${PKG}-${VERSION}.orig rm -rf ${PKG}-${VERSION}.orig debian/control0000644000000000000000000000210311761174362010575 0ustar Source: netlib-java Section: contrib/java Priority: optional Build-Depends: debhelper (>= 8.0.0), unzip, f2j, libjlapack-java, javahelper (>=0.25), default-jdk, junit, ant Maintainer: Debian Med Packaging Team DM-Upload-Allowed: yes Uploaders: Olivier Sallou Standards-Version: 3.9.3 Homepage: http://code.google.com/p/netlib-java Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/netlib-java/trunk Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/netlib-java/trunk/ Package: libnetlib-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${java:Depends}, f2j, libjlapack-java Description: collection of mission-critical software components for linear algebra systems Netlib is a collection of mission-critical software components for linear algebra systems (i.e. working with vectors or matrices). . Netlib libraries are written in C, Fortran or optimised assembly code. This package provides a Java translation but it does not take advantage of optimised system libraries. debian/rules0000755000000000000000000000053511761174362010261 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with javahelper override_dh_auto_build: ant clean generate compile package get-orig-source: debian/get-orig-source override_jh_installjavadoc: jh_installjavadoc dist/javadoc override_dh_clean: rm -f netlib-java.jar dh_clean debian/libnetlib-java.jlibs0000644000000000000000000000002011761174362013076 0ustar netlib-java.jar debian/changelog0000644000000000000000000000023511761174362011050 0ustar netlib-java (0.9.3-1) unstable; urgency=low * Initial release (Closes: #665343) -- Olivier Sallou Mon, 26 Mar 2012 14:15:20 +0200