debian/0000775000000000000000000000000012301065006007161 5ustar debian/php5-pinba.docs0000664000000000000000000000004312272707514012011 0ustar pinba-*/README pinba-*/pinba.proto debian/php5-pinba.install0000664000000000000000000000005412272707514012531 0ustar debian/pinba.ini etc/php5/mods-available debian/copyright0000664000000000000000000000272512272707514011140 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Antony Dovgal Upstream-Contact: tony@daylessday.org Source: http://pinba.org Files: * Copyright: Copyright (c) 1997-2008 The PHP Group Comment: This PHP extension was previously licensed under PHP 2.02 license. Upstream has accepted to relicense it to LGPL-2.1+ in https://github.com/tony2001/pinba_extension/issues/8 and in https://github.com/tony2001/pinba_extension/commit/8b522327be21b89ac12dbedfdfcf7679ecfab146. License: LGPL-2.1+ Files: debian/* Copyright: 2013, Vincent Bernat License: LGPL-2.1+ License: LGPL-2.1+ This library 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 library 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 Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. . 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/pinba.ini0000664000000000000000000000010012272707514010760 0ustar extension=pinba.so pinba.enabled=1 pinba.server=127.0.0.1:30002 debian/php5-pinba.postinst0000664000000000000000000000012212272707514012742 0ustar #!/bin/sh set -e [ "$1" = "configure" ] && php5enmod pinba #DEBHELPER# exit 0 debian/rules0000775000000000000000000000062312272707514010260 0ustar #!/usr/bin/make -f # Hardening DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk %: dh $@ --buildsystem=phppear --with phppear override_dh_auto_configure: dh_auto_configure -O--buildsystem=phppear # Remove references of CREDITS sed -i '/CREDITS/d' */package.xml override_dh_auto_clean: dh_auto_clean -O--buildsystem=phppear rm -f pinba-*/pinba-pb.cc rm -f pinba-*/pinba-pb.h debian/source/0000775000000000000000000000000012272710500010464 5ustar debian/source/format0000664000000000000000000000001412272707514011705 0ustar 3.0 (quilt) debian/watch0000664000000000000000000000026112272707514010227 0ustar version=3 opts=downloadurlmangle=s+/blob/+/raw/+ \ https://github.com/tony2001/pinba_engine/tree/gh-pages/files \ .*/files/pinba_extension-([\d\.]+)\.tgz \ debian uupdate debian/changelog0000664000000000000000000000200212301065006011025 0ustar php-pinba (1.0.0-2build3) 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:34 +0000 php-pinba (1.0.0-2build2) trusty; urgency=medium * No-change rebuild against libprotobuf8 -- Steve Langasek Fri, 31 Jan 2014 11:58:03 +0000 php-pinba (1.0.0-2build1) saucy; urgency=low * Rebuild for PHP 5.5. -- Colin Watson Thu, 18 Jul 2013 00:40:33 +0100 php-pinba (1.0.0-2) unstable; urgency=low * Maintain the package inside the PHP PEAR team * Move packaging to pkg-php-tools * debian/prerm: disable pinba, not geoip (Closes: #715437) * Update copyright to format 1.0 * Use canonical URI in Vcs-* fields -- Prach Pongpanich Tue, 09 Jul 2013 16:53:57 +0700 php-pinba (1.0.0-1) unstable; urgency=low * Initial packaging. Closes: #705400. -- Vincent Bernat Sat, 25 May 2013 15:22:52 +0200 debian/control0000664000000000000000000000241512272707514010604 0ustar Source: php-pinba Section: php Priority: optional Maintainer: Debian PHP PEAR Maintainers Uploaders: Vincent Bernat , Prach Pongpanich Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.16.1~), php5-dev (>= 5.4.1), pkg-php-tools (>= 1.6~), libprotobuf-dev, protobuf-compiler Standards-Version: 3.9.4 Homepage: http://pinba.org Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-pinba.git Vcs-Git: git://anonscm.debian.org/pkg-php/php-pinba.git Package: php5-pinba Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${phppear:Debian-Depends} Description: Pinba module for PHP 5 Pinba is a statistics server for PHP using MySQL as a read-only interface. . It accumulates and processes data sent over UDP by multiple PHP processes and displays statistics in a nice human-readable form of simple "reports", also providing a read-only interface to the raw data to enable generation of more sophisticated reports. . With the Pinba extension, users can also measure particular parts of the code using timers with arbitrary tags. . This package contains a PHP5 module with the ability to send statistics to a Pinba server. debian/compat0000664000000000000000000000000212272707514010375 0ustar 7 debian/php5-pinba.prerm0000664000000000000000000000012012272707514012202 0ustar #!/bin/sh set -e [ "$1" = "remove" ] && php5dismod pinba #DEBHELPER# exit 0