debian/0000755000000000000000000000000011722422403007163 5ustar debian/control0000644000000000000000000000323311722422403010567 0ustar Source: php-services-json Section: web Priority: optional Maintainer: PKG-PHP-PEAR team Uploaders: Thomas Goirand Build-Depends: debhelper (>= 8), pkg-php-tools Build-Depends-Indep: php-pear Vcs-Browser: http://git.debian.org/?p=pkg-php/php-services-json.git Vcs-Git: http://git.debian.org/git/pkg-php/php-services-json.git Homepage: http://pear.php.net/package/Services_JSON/ Standards-Version: 3.9.3 Package: php-services-json Architecture: all Depends: ${misc:Depends}, php-pear Recommends: ${phppear:Recommends} Breaks: ${phppear:Breaks} Description: ${phppear:summary} JSON (JavaScript Object Notation, http://json.org) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. This feature can also be found in Python. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Tcl, and many others. These properties make JSON an ideal data-interchange language. . This package provides a simple encoder and decoder for JSON notation. It is intended for use with client-side Javascript applications that make use of HTTPRequest to perform server communication functions - data can be encoded into JSON notation for use in a client-side javascript, or decoded from incoming Javascript requests. JSON format is native to Javascript, and can be directly eval()'ed with no further parsing overhead. debian/changelog0000644000000000000000000000171711722422403011043 0ustar php-services-json (1.0.3-1) unstable; urgency=low * New upstream release. * Switching to source format 3.0 (quilt). * Added a debian/gbp.conf. * Switching debian/copyright to machine-readable format 1.0, and relicensed the packaging as BSD (to match the upstream author license). * Switching to dh 8 sequencer and pkg-php-tools. * Now using PKG-PHP-PEAR team as maintainer. * Fixed Vcs fields (Closes: #638527). * Standard-Versions: 3.9.3 (no change but the above). -- Thomas Goirand Fri, 24 Feb 2012 16:45:27 +0800 php-services-json (1.0.2-2) unstable; urgency=low * Updated broken debian/watch file. * Standards-Version is now 3.9.0. -- Thomas Goirand Wed, 21 Jul 2010 15:38:36 +0800 php-services-json (1.0.2-1) unstable; urgency=low * Initial release (Closes: #561873) * Updated debian/copyright as per advice from ftp-masters. -- Thomas Goirand Thu, 08 Jul 2010 23:03:18 +0800 debian/watch0000644000000000000000000000017111722422403010213 0ustar version=3 http://pear.php.net/package/Services_JSON/download http://download.pear.php.net/package/Services_JSON-(.*).tgz debian/compat0000644000000000000000000000000211722422403010361 0ustar 8 debian/gbp.conf0000644000000000000000000000016411722422403010603 0ustar [DEFAULT] upstream-branch = upstream-sid debian-branch = debian-sid [git-buildpackage] export-dir = ../build-area/ debian/source/0000755000000000000000000000000011722422403010463 5ustar debian/source/format0000644000000000000000000000001411722422403011671 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000334411722422403011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Services_JSON Upstream-Contact: Alan Knowles , Michal Migurski Source: http://pear.php.net/package/Services_JSON/download Files: debian/* Copyright: (c) 2009-2012, Thomas Goirand License: BSD Files: * Copyright: (c) 2009, Alan Knowles (c) 2009, Michal Migurski License: BSD License: BSD 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 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/rules0000755000000000000000000000010311722422403010235 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=phppear --with phppear