debian/0000775000000000000000000000000012306427613007174 5ustar debian/watch0000664000000000000000000000012612267257405010232 0ustar version=3 http://pecl.php.net/package/rrd \ /get/rrd-([\d\.]*).tgz debian uupdate debian/php5-rrd.postrm0000664000000000000000000000051612267257405012113 0ustar #!/bin/sh -e set -e case "$1" in remove) if [ "$1" = "remove" ]; then # Disable php5-rrd via php5dismod php5dismod rrd fi ;; upgrade) ;; purge) ;; failed-upgrade|abort-install|abort-upgrade|disappear) ;; *) echo "postrm called with unknown argument '$1'" >&2 exit 1 ;; esac #DEBHELPER# debian/pecl0000664000000000000000000000001712267257405010046 0ustar modules/rrd.so debian/php5-rrd.dirs0000664000000000000000000000004512267257405011525 0ustar etc/php5/mods-available usr/lib/php5 debian/source/0000775000000000000000000000000012267257405010502 5ustar debian/source/format0000664000000000000000000000001412267257405011710 0ustar 3.0 (quilt) debian/control0000664000000000000000000000123512267260476010610 0ustar Source: php-rrd Section: php Priority: optional Maintainer: Dario Minnucci Build-Depends: debhelper (>= 9), po-debconf, xsltproc , librrd-dev, php5-dev, pkg-php-tools (>= 1.6~), dh-php5 Standards-Version: 3.9.5 Homepage: http://pecl.php.net/package/rrd Vcs-Git: git://anonscm.debian.org/collab-maint/php-rrd.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/php-rrd.git Package: php5-rrd Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${phppear:Debian-Depends}, ${php:Depends}, librrd4 Recommends: ${phppear:Debian-Recommends} Breaks: ${phppear:Debian-Breaks} Description: ${phppear:summary} ${phppear:description} debian/compat0000664000000000000000000000000212267257405010400 0ustar 9 debian/Changelog0000664000000000000000000000356712267257405011027 0ustar Version 1.1.0 - 2012-06-04 (stable) ---------------------------------------- Notes: - bug with multiple data sources in rrd_lastupdate - BC break #61316 Version 0.9.0 - 2011-01-03 (beta) ---------------------------------------- Notes: first official pecl release Version 0.10.0 - 2011-03-03 (stable) ---------------------------------------- Notes: - fixed all reported bugs - fixed major bug in rrd_fetch #21402 - BC break : rdd_fetch returned array format changed, these items doesn't exist anymore - "ds_cnt", "ds_namv" Version 1.0.0 - 2011-04-12 (stable) ---------------------------------------- Notes: - fixed all reported bugs, mostly in test - rrd_version() added - better tests Version 1.0.1 - 2011-04-16 (stable) ---------------------------------------- Notes: - fixed broken pecl installation #22644 Version 1.0.2 - 2011-04-19 (stable) ---------------------------------------- Notes: - fixed broken installation on FreeBSD #22651 Version 1.0.3 - 2011-04-29 (stable) ---------------------------------------- Notes: - fixed installation for libs outside LDFLAGS #22666 Version 1.0.4 - 2011-08-12 (stable) ---------------------------------------- Notes: - can be used with 5.4/trunk #22836 Version 1.0.5RC1 - 2011-09-27 (beta) ---------------------------------------- Notes: - config.m4 - lib searching rewritten, better support across architectures #22683 - RRDUpdater - multiple DS doesnt' work #23579 - better support for compiling under 5.2.x #22719 - small manual fixes Version 1.0.5RC2 - 2011-10-17 (beta) ---------------------------------------- Notes: - zts build fixed #59992 Version 1.0.5 - 2011-11-16 (stable) ---------------------------------------- Notes: - license changed to the BSD license Version 1.1.0 - 2012-06-04 (stable) ---------------------------------------- Notes: - bug with multiple data sources in rrd_lastupdate - BC break #61316 debian/php5-rrd.examples0000664000000000000000000000002212267257405012375 0ustar debian/examples/* debian/copyright0000664000000000000000000000444112267260737011142 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: RRD Upstream-Contact: Miroslav Kubelik Source: http://pecl.php.net/package/rrd Files: * Copyright: 2010-2011, Miroslav Kubelik License: BSD Copyright (c) 2010 - 2011, Miroslav KubelĂ­k 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 . 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-2014, Dario Minnucci License: GPL-2+ 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 2 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. . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/php5-rrd.postinst0000664000000000000000000000225312267257405012452 0ustar #!/bin/sh # postinst script for php-rrd # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `configure' # * `abort-upgrade' # * `abort-remove' `in-favour' # # * `abort-remove' # * `abort-deconfigure' `in-favour' # `removing' # # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package case "$1" in configure) if [ "$1" = "configure" ]; then # Enable php5-rrd via php5enmod php5enmod rrd/20 fi # Remove old /etc/php5/conf.d/rrd.ini if still present if [ -f /etc/php5/conf.d/rrd.ini ] ; then rm -rf /etc/php5/conf.d/rrd.ini fi ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/README.source0000664000000000000000000000054212267257405011362 0ustar php-rrd for Debian ------------------ This package uses quilt to manage all modifications to the upstream source. Changes are stored in the source package as diffs in debian/patches and applied during the build. Please see: /usr/share/doc/quilt/README.source for more information on how to apply the patches, modify patches, or remove a patch. debian/rrd.ini0000664000000000000000000000002112267257405010463 0ustar extension=rrd.so debian/changelog0000664000000000000000000000436612306427612011056 0ustar php-rrd (1.1.3-1build2) trusty; urgency=medium * No-change rebuild to generate correct description in dbgsym packages -- Iain Lane Fri, 07 Mar 2014 20:43:54 +0000 php-rrd (1.1.3-1build1) trusty; urgency=medium * No change rebuild for phpapi-20121212+lfs (LFS ABI break on 32-bit arches). -- Robie Basak Wed, 19 Feb 2014 08:23:59 +0000 php-rrd (1.1.3-1) unstable; urgency=medium * New upstream release (1.1.3) * debian/control: - Use substvars ${phppear:summary} and ${phppear:description} * debian/copyright: - Copyright years updated -- Dario Minnucci Mon, 20 Jan 2014 18:58:05 +0100 php-rrd (1.1.0-2) unstable; urgency=low * Package migrated to use pkg-php-tools. (Closes: #728903) * debian/control: - Bump Standards-Version to 3.9.5 (no changes) * debian/copyright: - Improvements for better DEP5 compatibility - Copyright years updated -- Dario Minnucci Tue, 31 Dec 2013 20:20:27 +0100 php-rrd (1.1.0-1) unstable; urgency=low * New upstream release (1.1.0) -- Dario Minnucci Wed, 13 Jun 2012 08:09:14 +0200 php-rrd (1.0.5-3) unstable; urgency=medium * Urgency set to medium because the package is uninstallable if the the system has no webserver (or other than apache) installed. * Do not try to restart apache after installation as we don't know which webserver is installed (if any). (Closes: #671183) * debian/docs renamed to debian/php5-rrd.docs -- Dario Minnucci Wed, 02 May 2012 19:39:17 +0200 php-rrd (1.0.5-2) unstable; urgency=low * debian/control: - Updated Vcs-Git and Vcs-Browser URLs - Package section updated to 'php' - Bump Standards-Version to 3.9.3 (no changes) - Update debhelper comaptibility to >= 9 * debian/rules: - Use of new php5enmod and php5dismod commands to manage rrd extension (Closes: #667780) * debian/copyright: - Fixes for DEP5 compatibility - Copyright years updated -- Dario Minnucci Fri, 13 Apr 2012 01:41:49 +0200 php-rrd (1.0.5-1) unstable; urgency=low * Initial Release (Closes: #435375) -- Dario Minnucci Fri, 18 Nov 2011 01:16:35 +0100 debian/php5-rrd.docs0000664000000000000000000000001612267257405011512 0ustar rrd-*/CREDITS debian/README.Debian0000664000000000000000000000031012267257405011235 0ustar php-rrd for Debian -------------------------- This extension has been created with dh-make-pecl which is part of dh-make-php. -- Dario Minnucci , Wed, 19 Oct 2011 09:02:22 +0200 debian/rules0000775000000000000000000000104612267257405010263 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 export NO_INTERACTION=1 %: dh $@ --buildsystem=phppear --with phppear --with php5 override_dh_auto_install: dh_auto_install -O--buildsystem=phppear install --mode=644 -D debian/rrd.ini debian/php5-rrd/etc/php5/mods-available/rrd.ini # Remove unwanted directories rm -rfv debian/php5-rrd/usr/share/php override_dh_auto_test: ifeq (,$(filter forcecheck,$(DEB_BUILD_OPTIONS))) @echo 'Testsuite disabled, run with DEB_BUILD_OPTIONS=forcecheck to enable' else dh_auto_test -O--buildsystem=phppear endif debian/changelog.xsl0000664000000000000000000001052012267257405011657 0ustar 0 Version - ( ) ---------------------------------------- Notes: debian/examples/0000775000000000000000000000000012267257405011020 5ustar debian/examples/php5-rrdtool-create.php0000664000000000000000000000044712267257405015336 0ustar debian/examples/php5-rrdtool-update.php0000664000000000000000000000021612267257405015347 0ustar debian/examples/php5-rrdtool-graph.php0000664000000000000000000000061712267257405015173 0ustar