debian/0000755000000000000000000000000012204401750007161 5ustar debian/gbp.conf0000644000000000000000000000016512204401750010602 0ustar [DEFAULT] upstream-branch = upstream-sid debian-branch = debian-sid [git-buildpackage] export-dir = ../build-area/ debian/source/0000755000000000000000000000000012204401750010461 5ustar debian/source/format0000644000000000000000000000001412204401750011667 0ustar 3.0 (quilt) debian/control0000644000000000000000000000126312204401750010566 0ustar Source: php-net-sieve Section: php Priority: optional Maintainer: Debian PHP PEAR Maintainers Uploaders: Prach Pongpanich Build-Depends: debhelper (>= 9), pkg-php-tools Build-Depends-Indep: php-pear Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-php/php-net-sieve.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-net-sieve.git Homepage: http://pear.php.net/package/Net_Sieve Package: php-net-sieve Architecture: all Depends: ${misc:Depends}, ${phppear:Debian-Depends} Recommends: ${phppear:Debian-Recommends} Breaks: ${phppear:Debian-Breaks} Description: ${phppear:summary} ${phppear:description} debian/rules0000755000000000000000000000026312204401750010242 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=phppear --with phppear override_dh_auto_configure: dh_auto_configure -O--buildsystem=phppear sed -i '/role="test"/d' */package.xml debian/compat0000644000000000000000000000000212204401750010357 0ustar 9 debian/watch0000644000000000000000000000015112204401750010207 0ustar version=3 http://pear.php.net/package/Net_Sieve/download .*/Net_Sieve-(\d.*)\.(?:tgz|tar\.(?:gz|bz2|xz)) debian/copyright0000644000000000000000000000625512204401750011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Jan Schneider Source: http://pear.php.net/package/Net_Sieve/ Files: * Copyright: 2002-2003, Richard Heyes 2006-2008, Anish Mistry License: BSD-3-clause Files: debian/* Copyright: 2005-2008, Jose Carlos Medeiros 2009-2011, Federico Gimenez Nieto 2013, Prach Pongpanich 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. 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 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. Files: Net_Sieve-*/tests/SieveTest.php Copyright: 2006, Anish Mistry License: BSD-2-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. . 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. debian/changelog0000644000000000000000000001201212204401750011027 0ustar php-net-sieve (1.3.2-4) unstable; urgency=low * Use phppear-substvars in control file * Don't ship tests (Closes: #720151) -- Prach Pongpanich Mon, 19 Aug 2013 18:38:23 +0700 php-net-sieve (1.3.2-3) unstable; urgency=low * Upload to unstable * Use canonical URI for VCS-* fields -- Prach Pongpanich Tue, 14 May 2013 16:06:37 +0700 php-net-sieve (1.3.2-2) experimental; urgency=low * Add myself as uploader (Closes: #682302) * Switch to pkg-php-tools and dh-sequencer - Add pkg-php-tools to Build-Depends and drop {dh-make-php,cdbs,phpunit} - Add php-pear to Build-Depends-Indep - Rewrite debian/rules * Update debian/watch * Add debian/gbp.conf * Update copyright file to version 1.0 format * Bump debhelper compat to level 9 * Bump Standards-Version: 3.9.4 -- Prach Pongpanich Fri, 22 Mar 2013 10:19:34 +0700 php-net-sieve (1.3.2-1) unstable; urgency=low * New upstream release (closes: #645529) * debian/control: - Bumped Standards-Version 3.9.2 (no changes needed) - Added Vcs fields * debian/copyright: updated copyright notice year * debian/rules: disabled test execution on build time due to phpunit breakage (bug #607372) -- Federico Gimenez Nieto Sat, 22 Oct 2011 12:42:04 +0200 php-net-sieve (1.2.1-1) unstable; urgency=low * New upstream release * debian/control: - Bumped Standards-Version 3.8.4 (no changes needed) - Added build dependency on phpunit to run tests - Added pkg-php-pear@lists.alioth.debian.org in the Maintainer field and moved fgimenez@coit.es to the Uploaders field * debian/rules: added code to run the test suite (thanks to Raphael Geissert ) * Removed patch for pear import (fixed upstream) * debian/watch: fixed homepage url -- Federico Gimenez Nieto Sun, 23 May 2010 13:05:11 +0200 php-net-sieve (1.1.7-1) unstable; urgency=low * New maintainer (Closes: #529688) * New upstream release (Closes: #544393) * debian/control: - Fixed section (web->php) - Updated Standards Version: 3.8.3 - Removed uploader at his request - Added ${misc:Depends} to Depends field - More detailed description - Removed php5-cli from Suggests field * debian/copyright: - Added new author and copyright owner - Added copyright notice for packagers * debian/rules: prevent installation of empty directory * Added patch (following 3.0 (quilt) source format) to modify Net_Sieve-1.1.7/Sieve.php in order to group all the import-related statements at the beginning of the file. Previously PEAR.php was included in one particular method, but its functionality was used in other places. It also modifies package.xml to fix the md5sum value of Net_Sieve-1.1.7/Sieve.php * Added debian/source/format with value "3.0 (quilt)" -- Federico Gimenez Nieto Sun, 22 Nov 2009 13:01:11 +0100 php-net-sieve (1.1.6-1) unstable; urgency=low * New upstream release * debian/control: - Bump Standards-Version: 3.7.3. - Added Homepage header. - Added dh-make-php (>= 0.2.3), cdbs Build-Depends. - Removed php-pear Build-Depends. * debian/rules reorganized to use cdbs. -- Jose Carlos Medeiros Wed, 26 Mar 2008 23:25:32 -0300 php-net-sieve (1.1.5-1) unstable; urgency=low * New upstream release. * Changed dependence from php-cli to php5-cli. * updated debian/watch file. * Removed automatically debian/package/tmp directory. -- Jose Carlos Medeiros Thu, 17 May 2007 22:36:48 -0300 php-net-sieve (1.1.3-1) unstable; urgency=low * New upstream release * Bump Standards-Version to 3.7.2 (no changes needed) * Removed .registry/.channel* from binary. * Moved debhelper from Build-Depends-Indep: to Build-Depends: * Change watch to version 3. -- Jose Carlos Medeiros Fri, 9 Jun 2006 18:44:54 -0300 php-net-sieve (1.1.2-2) unstable; urgency=low * Remove .channels, .depdblock and .depdb directories that is already installed by php-pear. (closes: #356753) * Build-Depends on debhelper >=5, removed compat file and put DH_COMPAT in rules file. -- Jose Carlos Medeiros Tue, 14 Mar 2006 15:37:02 -0300 php-net-sieve (1.1.2-1) unstable; urgency=low * New upstream release * Updated to Standards-Version: 3.6.2. * Changed dependences from php4-* to php-*. * Updated download link in copyright file. * Added php-net-socket as dependence. -- Jose Carlos Medeiros Fri, 3 Mar 2006 16:41:52 -0300 php-net-sieve (1.1.1-2) unstable; urgency=low * Added debian/watch file. * Deleted README.Debian because do not have any information. * Changed debian/rules to better install. -- Jose Carlos Medeiros Thu, 11 Aug 2005 14:26:09 -0300 php-net-sieve (1.1.1-1) unstable; urgency=low * Initial Release. (closes: #307417) -- Jose Carlos Medeiros Mon, 2 May 2005 17:51:25 -0300