debian/0000755000000000000000000000000012247173464007200 5ustar debian/examples0000644000000000000000000000001312247165767010742 0ustar examples/* debian/README.source0000644000000000000000000000150712247172217011355 0ustar php-jama for Debian ------------------- The upstream source code was repacked. A remaining PHP 2 licenced file has been removed. A quick summary of how one can update the Debian packaging, assuming that one already has the appropriate build-dependencies, `devscripts`, `pristine-tar`, and `git-buildpackage` installed. $VERSION is assumed to be the new upstream version: gbp clone git+ssh://git.debian.org/git/pkg-php/php-jama.git cd php-jama git checkout dfsg_clean uscan --verbose --rename git checkout master gbp import-orig ../php-jama_$VERSION.orig.tar.gz git tag -s upstream/${VERSION}+dfsg -m"Upstream version $VERSION+dfsg" dfsg_clean git checkout master git merge upstream/${VERSION}+dfsg [ Make here some adaptations, like updating debian/patches, if needed ] gbp buildpackage debian/gbp.conf0000644000000000000000000000016112247166525010615 0ustar [gbp-buildpackage] pristine-tar-commit = True compression = xz [gbp-import-orig] debian-branch = dfsg_clean debian/source/0000755000000000000000000000000012247171125010470 5ustar debian/source/format0000644000000000000000000000001412247165767011715 0ustar 3.0 (quilt) debian/install0000644000000000000000000000006212247172661010565 0ustar *.php usr/share/php/JAMA utils usr/share/php/JAMA debian/watch0000644000000000000000000000034312247166402010223 0ustar version=3 options=downloadurlmangle=s#$#/JAMA/downloads/JAMA.tar.gz#,\ uversionmangle=s/^0*/0~/,\ dversionmangle=s/\+dfsg//,\ filenamemangle=s/build0?([\d\.]+)/php-jama_0~$1.orig.tar.gz/ \ http://www.phpmath.com/build([\d\.]+) debian/rules0000755000000000000000000000020712247173041010246 0ustar #!/usr/bin/make -f %: dh $@ override_dh_fixperms: find debian/php-jama/usr/share/ -executable -type f | xargs chmod -x dh_fixperms debian/docs0000644000000000000000000000000712247165767010057 0ustar docs/* debian/compat0000644000000000000000000000000212247165767010405 0ustar 9 debian/patches/0000755000000000000000000000000012247171125010617 5ustar debian/patches/series0000644000000000000000000000004512247165767012052 0ustar 0001-Update-upstream-changelog.patch debian/patches/0001-Update-upstream-changelog.patch0000644000000000000000000000125312247165767017243 0ustar From: Paul Meagher Date: Mon, 2 Dec 2013 15:52:57 -0400 Subject: Update upstream changelog I have changed the licensing to BSD as per your request. Origin: upstream, http://www.phpmath.com/build02/JAMA/CHANGELOG.TXT --- CHANGELOG.TXT | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index 1c18a5d..381dbc6 100755 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -1,3 +1,8 @@ +Dec 2, 2013 by PM + ++ Changed the licensing from PHP v3.0 to BSD to codebased could + incorporated into Debian distro (requested by David Prevot). + Mar 1, 2005 11:15 AST by PM + For consistency, renamed Math.php to Maths.java, utils to util, debian/changelog0000644000000000000000000000023212247166257011051 0ustar php-jama (0~2+dfsg-1) unstable; urgency=low * Initial release Closes: #731172 -- David Prévot Mon, 02 Dec 2013 15:49:08 -0400 debian/control0000644000000000000000000000243212247172661010602 0ustar Source: php-jama Section: php Priority: optional Maintainer: Debian PHP PEAR Maintainers Uploaders: ownCloud for Debian maintainers , David Prévot , Build-Depends: debhelper (>= 9) Standards-Version: 3.9.5 Homepage: http://www.phpmath.com/build02/JAMA/docs/ Vcs-Git: git://anonscm.debian.org/pkg-php/php-jama.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-jama.git Package: php-jama Architecture: all Depends: php5-common, ${misc:Depends} Description: basic linear algebra library -- API port to PHP JAMA is a proposed standard matrix class. It Provides fundamental operations of numerical linear algebra. The package provides five matrix decompositions. These decompositions are accessed by the Matrix class to compute solutions of simultaneous linear equations, determinants, inverses and other matrix functions. . The five decompositions are: * Cholesky Decomposition of symmetric, positive definite matrices * LU Decomposition (Gaussian elimination) of rectangular matrices * QR Decomposition of rectangular matrices * Eigenvalue Decomposition of symmetric and non-symmetric square matrices * Singular Value Decomposition of rectangular matrices debian/copyright0000644000000000000000000000363612247173436011142 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: JAMA Upstream-Contact: Paul Meagher Source: http://www.phpmath.com/build02/JAMA/downloads/JAMA.tar.gz Files: * Copyright: 2005, Paul Meagher 2005, Michael Bommarito 2005, Lukasz Karapuda 2005, Bartek Matosiuk License: BSD-3-clause Comment: “Changed the licensing from PHP v3.0 to BSD” from . License: BSD-3-clause 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. . * The name of the author may not 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.