Source: cakephp
Section: web
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Uploaders: Maxime Chatelle <xakz@rxsoft.eu>
Build-Depends: debhelper (>= 11~), pkg-php-tools (>= 1.7~)
Standards-Version: 4.1.4
Homepage: http://www.cakephp.org/
Vcs-Browser: https://salsa.debian.org/debian/cakephp
Vcs-Git: https://salsa.debian.org/debian/cakephp.git

Package: cakephp
Architecture: all
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
    ,php-cli | php5-cli
    ,php-common | php5-common (>= 5.3.0)
Recommends: cakephp-scripts (= ${source:Version})
Suggests: ${phpcomposer:Debian-suggest}
    ,php-mysql | php5-mysql
    ,php-pgsql | php5-pgsql
    ,php-sqlite3 | php5-sqlite
Conflicts: ${phpcomposer:Debian-conflict}
Replaces: ${phpcomposer:Debian-replace}
Provides: ${phpcomposer:Debian-provide}
Description: rapid application development framework for PHP
 CakePHP is a flexible model-view-controller rapid application development
 framework for PHP inspired by Ruby on Rails.
 .
 CakePHP makes developing applications swiftly and with the least amount of
 hassle:
 .
  * integrated CRUD for database interaction and simplified queries including
    scaffolding
  * request dispatcher with good looking, custom URLs
  * fast and flexible templating (PHP syntax, with helpers)
  * useful core features (access control lists, AJAX integration, etc.)
  * works from any website subdirectory

Package: cakephp-scripts
Architecture: all
Depends: ${misc:Depends}, cakephp (= ${source:Version}), ${phpcomposer:Debian-require}
    ,php-cli | php5-cli
    ,php-common | php5-common (>= 5.3.0)
Description: rapid application development framework for PHP (scripts)
 CakePHP is a flexible model-view-controller rapid application development
 framework for PHP inspired by Ruby on Rails.
 .
 This package contains the bake.php and acl.php scripts for creating (or
 "baking") CakePHP applications and modifying Access Control Lists.
