Source: php-json
Section: php
Priority: optional
Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
Uploaders: Ondřej Surý <ondrej@debian.org>
Build-Depends: debhelper (>= 9),
	       php5-dev (>= 5.5.0~rc1+dfsg-1),
	       php5-cli (>= 5.5.0~rc1+dfsg-1),
	       dh-php5,
	       pkg-config,
	       pkg-php-tools,
	       libjson-c-dev (>= 0.11-3~)
Standards-Version: 3.9.4
Vcs-Git: git://anonscm.debian.org/pkg-php/php-json.git
Vcs-Browser: http://anonscm.debian.org/?p=pkg-php/php-json.git
Homepage: http://pecl.php.net/package/jsonc

Package: php5-json
Architecture: any
Depends: ${shlibs:Depends},
	 ${php:Depends},
	 ${misc:Depends},
	 ucf,
	 libjson-c2 (>= 0.11-3~)
Breaks: php5-common (<< 5.5.0~rc1+dfsg-1~),
	php5-dev (<< 5.5.0~rc1+dfsg-1~),
Replaces: php5-dev (<< 5.5.0~rc1+dfsg-1~)
Description: JSON module for php5
 This package provides a module for JSON functions in PHP scripts.
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.
