debian/0000755000000000000000000000000011710576635007201 5ustar debian/control0000644000000000000000000000154611710576635010612 0ustar Source: php-crypt-cbc Section: php Priority: optional Maintainer: PKG-PHP-PEAR team Uploaders: Thomas Goirand Build-Depends: debhelper (>= 8), pkg-php-tools Build-Depends-Indep: php-pear Standards-Version: 3.9.2 Vcs-Browser: http://git.debian.org/?p=pkg-php/php-crypt-cbc.git Vcs-Git: http://git.debian.org/git/pkg-php/php-crypt-cbc.git Homepage: http://pear.php.net/package/Crypt_CBC Package: php-crypt-cbc Architecture: all Depends: ${misc:Depends}, php-pear Description: PEAR class to emulate Perl's Crypt::CBC module This package provides an implementation of a class to emulate Perl's Crypt::CBC module. This is particularly important when you want to deal with any SRS compatible domain name registration API like the one of Tucows and others, that are using CBC as a mean of encrypted data transport. debian/changelog0000644000000000000000000000425111710576635011055 0ustar php-crypt-cbc (1.0.1-1) unstable; urgency=low * New upstream release, with a new BSD license. * Now using the PKG PHP team as maintainer (me as uploader). * Section is now php. * Added a debian/gbp.conf. * Switched to source format 3.0 (quilt). * Switched to pkg-php-tools and dh 8 auto-sequencer. * Standards-Version: is now 3.9.2 (no changes). * Switched debian/copyright to DEP5. * Edited short description. * Using PKG-PHP-PEAR team as maintainer. * Fixed the lintian overwrite thing. * Removes the LICENSE file from packaging. -- Thomas Goirand Fri, 27 Jan 2012 20:18:30 +0800 php-crypt-cbc (1.0.0.1-1) unstable; urgency=low * Uploading a new 1.0.0.1 as the orig.tar.gz for 1.0.0 was wrong, and even making the build of the package fail (Closes: #590395). * Corrected Vcs-Browser to the correct URL. * Added a debian/source/format. * Bumped Standard-Version. -- Thomas Goirand Tue, 27 Jul 2010 02:21:52 +0800 php-crypt-cbc (1.0.0-1) unstable; urgency=low * New upstream release. * Bumped Standard-Version. * Updated long description. * Cleaned debian/rules of arch-specific targets. * Moved php-pear from Build-Depends: to Build-Depends-Indep:. * Added a lintian override for the PHP 2.x license, as Crypt_CBC is part of PHP, so it's fine to use that license. * Added a ${misc:Depends} dependency. * debian/compat level is now 7. -- Thomas Goirand Sat, 26 Dec 2009 17:44:04 +0800 php-crypt-cbc (0.4-3) unstable; urgency=low * Not using CDBS anymore (rewrote debian/rules). * Now packaging the pear .reg file so pear install continues to work. * The watch file works now. * The debian/copyright is now consistent. -- Thomas Goirand Sun, 5 Aug 2007 17:40:18 +0800 php-crypt-cbc (0.4-2) unstable; urgency=low * Removed php4 dependency as php4 will soon be removed (Closes: #424815) -- Thomas Goirand Fri, 18 May 2007 12:36:23 +0800 php-crypt-cbc (0.4-1) unstable; urgency=low * Initial release (Closes: #403447) -- Thomas Goirand Fri, 15 Dec 2006 01:34:04 +0100 debian/watch0000644000000000000000000000016111710576635010230 0ustar version=3 http://pear.php.net/package/Crypt_CBC/download http://download.pear.php.net/package/Crypt_CBC-(.*).tgz debian/compat0000644000000000000000000000000211710576635010377 0ustar 8 debian/gbp.conf0000644000000000000000000000016411710576635010621 0ustar [DEFAULT] upstream-branch = upstream-sid debian-branch = debian-sid [git-buildpackage] export-dir = ../build-area/ debian/source/0000755000000000000000000000000011710576635010501 5ustar debian/source/format0000644000000000000000000000001411710576635011707 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000352411710576635011140 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=240 Upstream-Name: Crypt_CBC Upstream-Contact: Colin Viebrock , Colin Viebrock Source: http://pear.php.net/package/Crypt_CBC/download Files: debian/* Copyright: (c) 2006-2012, Thomas Goirand License: BSD Files: * Copyright: (c) 1997-2008, Colin Viebrock License: BSD License: BSD 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. . Neither the name of the nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . 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 HOLDER 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. debian/patches/0000755000000000000000000000000011710576635010630 5ustar debian/patches/series0000644000000000000000000000004411710576635012043 0ustar Removes-LICENSE-file-from-packaging debian/patches/Removes-LICENSE-file-from-packaging0000644000000000000000000000067711710576635017065 0ustar Description: Removes LICENSE file from packaging Author: Thomas Goirand Forwarded: not-needed --- php-crypt-cbc-1.0.1.orig/package.xml +++ php-crypt-cbc-1.0.1/package.xml @@ -29,7 +29,6 @@ - debian/rules0000755000000000000000000000010311710576635010253 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=phppear --with phppear