File: control

package info (click to toggle)
php-imagick 3.0.0~rc1-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 756 kB
  • ctags: 671
  • sloc: ansic: 12,816; xml: 84; php: 82; makefile: 27; sh: 24
file content (20 lines) | stat: -rw-r--r-- 805 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: php-imagick
Section: php
Priority: optional
Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
Uploaders: Guillaume Delacour <gui@iroqwa.org>
Build-Depends: debhelper (>= 7), php5-dev, libmagickwand-dev, cdbs
Standards-Version: 3.8.4
Homepage: http://pecl.php.net/package/imagick

Package: php5-imagick
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${php5:Depends}, ucf
Description: ImageMagick module for php5
 This package provides a wrapper for ImageMagick library
 directly from PHP scripts.
 .
 PHP5 is an HTML-embedded scripting language. Much of its syntax is borrowed
 from C, Java and Perl with a couple of unique PHP-specific features thrown
 in. The goal of the language is to allow web developers to write
 dynamically generated pages quickly.