debian/0000755000000000000000000000000012244413764007175 5ustar debian/README.source0000644000000000000000000000247312244413520011350 0ustar Debian packaging for pear-channels ---------------------------------- This packages uses channel.xml files from various sources. It follows git-buildpackage advices as on: The tarball created from Git is recorded using pristine-tar. A quick summary of how one can update the Debian packaging of pear-channels to a new upstream version, assuming that one already has the appropriate build-dependencies, `devscripts`, `pristine-tar`, `git-buildpackage` and `wget` installed. $DATE is assumed to be the current date (in YYYYMMDD format): gbp clone git+ssh://git.debian.org/git/pkg-php/pear-channels.git cd pear-channels [ Add new relevant URLs in debian/urls, and their name into debian/control. Commit those changes of the debian directory into the master branch. ] DATE=`date +%Y%m%d` debian/rules get-orig-source git checkout upstream git add channels git commit -m"Update channels for 0~$DATE" git tag -s -m"Upstream version 0~$DATE" upstream/0_$DATE git checkout master git merge upstream/0_$DATE [ Make here eventually some packaging adaptations, e.g. update overrides in debian/pkg-php-tools/pear-channels. ] gbp dch -R --commit gbp buildpackage debian/gbp.conf0000644000000000000000000000007112244413520010600 0ustar [DEFAULT] pristine-tar = True pristine-tar-commit = True debian/pkg-php-tools/0000755000000000000000000000000012244413520011667 5ustar debian/pkg-php-tools/pear-channels0000644000000000000000000000150112244413520014327 0ustar guzzlephp.org/pear Guzzle php-guzzle pear.amazonwebservices.com sdk php-aws-sdk pear.andrewsville.cz TokenReflection php-tokenreflection pear.apigen.org ApiGen php-apigen pear.doctrine-project.org Doctrine doctrine pear.doctrine-project.org DoctrineCommon php-doctrine-common pear.doctrine-project.org DoctrineDBAL php-doctrine-dbal pear.doctrine-project.org DoctrineORM php-doctrine-orm pear.dropbox-php.com Dropbox php-dropbox pear.kukulich.cz FSHL php-fshl pear.nette.org Nette php-nette pear.phpunit.de PHPUnit phpunit pear.phpunit.de PHPUnit_MockObject phpunit-mock-object pear.phpunit.de PHPUnit_Selenium phpunit-selenium pear.phpunit.de PHPUnit_Story phpunit-story pear.symfony-project.com YAML php-symfony-yaml pear.symfony.com Yaml php-symfony2-yaml pear.texy.info Texy php-texy debian/source/0000755000000000000000000000000012244413520010463 5ustar debian/source/format0000644000000000000000000000001412244413520011671 0ustar 3.0 (quilt) debian/install0000755000000000000000000000034012244413520010554 0ustar #!/bin/sh diff debian/tmp/listwith debian/tmp/listwithout \ | grep '^<' | cut -d' ' -f1 --complement \ | sed "s,^\(.*\)/.*$,with& usr/share/php\1," echo debian/pkg-php-tools/pear-channels usr/share/pkg-php-tools/overrides debian/rules0000755000000000000000000000106612244413520010246 0ustar #!/usr/bin/make -f %: dh $@ override_dh_install: /usr/bin/pear -d php_dir=$(CURDIR)/debian/tmp/without list-channels find $(CURDIR)/channels -type f -name channel.xml | xargs -I{} \ /usr/bin/pear -c $(CURDIR)/debian/tmp/.pearrc \ -d php_dir=$(CURDIR)/debian/tmp/with channel-add {} for i in with without; do \ find $(CURDIR)/debian/tmp/$$i -type f \ | sed "s,^$(CURDIR)/debian/tmp/$$i,," \ | sort >$(CURDIR)/debian/tmp/list$$i ; \ done dh_install get-orig-source: rm -rf $(CURDIR)/channels wget -i $(CURDIR)/debian/urls -x -P $(CURDIR)/channels debian/compat0000644000000000000000000000000212244413520010361 0ustar 9 debian/changelog0000644000000000000000000000127512244413764011054 0ustar pear-channels (0~20131124-1) unstable; urgency=low * Remove useless Replaces and Conflicts * Add Andrewsville, ApiGen, Kukulich, Nette, and Texy PEAR channels * Update channels for 0~20131124 -- David Prévot Sun, 24 Nov 2013 11:13:23 -0400 pear-channels (0~20131023-1) unstable; urgency=low * Override for recent Doctrine packages * Add Dropbox PEAR channel * Update channels for 0~20131023 * Bump standards version to 3.9.5 -- David Prévot Mon, 28 Oct 2013 14:13:38 -0400 pear-channels (0~20131020-1) unstable; urgency=low * Initial Release (Closes: #726918) -- David Prévot Sun, 20 Oct 2013 14:32:38 -0400 debian/urls0000644000000000000000000000127512244413520010100 0ustar http://guzzlephp.org/pear/channel.xml http://pear.amazonwebservices.com/channel.xml http://pear.andrewsville.cz/channel.xml http://pear.apache.org/log4php/channel.xml http://pear.apache.org/oodt/channel.xml http://pear.apache.org/zetacomponents/channel.xml http://pear.apigen.org/channel.xml http://pear.doctrine-project.org/channel.xml http://pear.dropbox-php.com/channel.xml http://pear.horde.org/channel.xml http://pear.kukulich.cz/channel.xml http://pear.nette.org/channel.xml http://pear.michelf.com/channel.xml http://pear.phing.info/channel.xml http://pear.phpunit.de/channel.xml http://pear.symfony-project.com/channel.xml http://pear.symfony.com/channel.xml http://pear.texy.info/channel.xml debian/control0000644000000000000000000000270312244413520010570 0ustar Source: pear-channels Section: php Priority: extra Maintainer: Debian PHP PEAR Maintainers Uploaders: David Prévot Build-Depends: debhelper (>= 9), php-pear Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-php/pear-channels.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/pear-channels.git Package: pear-channels Architecture: all Depends: ${misc:Depends} Provides: pear-aws-channel, pear-doctrine-channel, pear-guzzle-channel, pear-horde-channel, pear-phpunit-channel, pear-symfony-project-channel, pear-symfony2-channel Conflicts: pear-aws-channel, pear-horde-channel, pear-phpunit-channel, pear-symfony-project-channel Replaces: pear-aws-channel, pear-horde-channel, pear-phpunit-channel, pear-symfony-project-channel Description: PEAR channels for various projects This package provides the PEAR channel registry entries for various projects: * Andrewsville * Apache log4php, oodt and zetacomponents * ApiGen * AWS * Doctrine * Dropbox * Guzzle * Horde * Kukulich * Michel Fortin * Nette * Phing * PHPUnit * Symfony (versions 1 and 2) * Texy . PEAR is a framework and distribution system for reusable PHP components. A PEAR channel is a website that provides package for download and a few extra meta-information for files. debian/copyright0000644000000000000000000000341412244413520011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: http://anonscm.debian.org/gitweb/?p=pkg-php/pear-channels.git Files: * Copyright: none License: public-domain These files are very short (less than 1K) and contain only metadata. Files: debian/* Copyright: 2013, David Prévot License: BSD-3-Clause 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: . 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. . 3. Neither the name of the author nor the names of contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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.