debian/0000755000000000000000000000000011775336561007204 5ustar debian/source/0000755000000000000000000000000011775336461010503 5ustar debian/source/format0000644000000000000000000000001411775336461011711 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011775336461010632 5ustar debian/patches/GraphiteGraphite.php0000644000000000000000000000176611775336461014604 0ustar Description: fix typo Wrong attribute name in constructor Author: Olivier Berger --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- php-graphite-1.5.orig/Graphite.php +++ php-graphite-1.5/Graphite.php @@ -47,7 +47,7 @@ class Graphite $this->loaded = array(); $this->debug = false; - $this->arc2Config = null; + $this->arc2config = null; $this->labelRelations = array( "skos:prefLabel", "rdfs:label", "foaf:name", "dct:title", "dc:title", "sioc:name" ); debian/patches/series0000644000000000000000000000002511775336461012044 0ustar GraphiteGraphite.php debian/control0000644000000000000000000000127011775336461010606 0ustar Source: libgraphite-php Section: php Priority: optional Maintainer: Olivier Berger Uploaders: Olivier Berger Build-Depends: debhelper (>= 8) Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/obergix/libgraphite-php.git;a=summary Vcs-Git: http://anonscm.debian.org/git/users/obergix/libgraphite-php.git Homepage: http://graphite.ecs.soton.ac.uk/ Package: libgraphite-php Architecture: all Depends: ${misc:Depends}, php5 (>= 5.0.0), libarc-php Description: PHP Linked Data Library Graphite is a PHP RDF library, built on top of ARC2, which has been developed to make working with RDF easier and more fun. debian/README.Debian0000644000000000000000000000115711775336461011250 0ustar Graphite 1.5 is distributed by the upstream author in several versions (both as a standalone file, a tarball including ARC2, or from the GitHub repo). We tried and stick to the downloadable version at http://graphite.ecs.soton.ac.uk/download.php/Graphite.php (See README.Source for details on which version was selected for the packaging). Note that the suggested patch to ARC2_Reader.php (http://graphite.ecs.soton.ac.uk/#installation "Patch to ARC2 (optional)") is not included (unless it has been applied to the libarc-php package separately). -- Olivier Berger , Thu, 5 Jul 2012 12:24:57 +0200 debian/install0000644000000000000000000000003511775336461010572 0ustar Graphite.php /usr/share/php/ debian/docs0000644000000000000000000000003211775336461010051 0ustar README graphite-docs.html debian/copyright0000644000000000000000000000446611775336461011150 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Graphite Source: http://graphite.ecs.soton.ac.uk/ Files: debian/* Copyright: Olivier Berger License: BSD-2-clauses Files: * Copyright: 2010-2012 University of Southampton and Christopher Gutteridge. License: LGPL-2.1 License: BSD-2-clauses Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. 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. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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. License: LGPL-2.1 This package 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 2.1 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 Lesser 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 Lesser General Public License can be found in "/usr/share/common-licenses/LGPL-2.1". debian/README.Source0000644000000000000000000000134511775336461011325 0ustar The upstream source that was the base of this packaging reflects contents of upstream's https://github.com/cgutteridge/Graphite repository, at revision cfc4901b3ab97f35facc468eba67501e7e6d5665 from 2012/03/11, but patched to reflect contents of upstream's current release (http://graphite.ecs.soton.ac.uk/download.php/Graphite.php) at the time of packaging. See debian/rules's get-orig-source, which downloads a tarball taken from the maintainer's branch : https://github.com/olberger/Graphite/tree/eb1ac41a9a397c97f19fecf6bc2312064b76347c The maintainer's package sources are also available in http://anonscm.debian.org/gitweb/?p=users/obergix/libgraphite-php.git -- Olivier Berger , Thu, 5 Jul 2012 12:24:45 +0200 debian/changelog0000644000000000000000000000024011775336561011052 0ustar libgraphite-php (1.5-1) unstable; urgency=low * Initial release. (Closes: #641014) -- Olivier Berger Thu, 05 Jul 2012 18:14:25 +0200 debian/rules0000755000000000000000000000025111775336461010261 0ustar #!/usr/bin/make -f %: dh $@ get-orig-source: wget https://github.com/olberger/Graphite/tarball/current-release mv current-release ../libgraphite-php_1.5.orig.tar.gz debian/compat0000644000000000000000000000000211775336461010401 0ustar 8 debian/examples0000644000000000000000000000001211775336461010735 0ustar examples/*