File: control

package info (click to toggle)
php-imagick 3.1.0~rc1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 780 kB
  • sloc: ansic: 12,913; php: 82; xml: 80; sh: 24; makefile: 24
file content (23 lines) | stat: -rw-r--r-- 962 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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.9.2
Vcs-Browser: http://git.debian.org/?p=pkg-php/php-imagick.git
Vcs-Git: git://git.debian.org/pkg-php/php-imagick.git
Homepage: http://pecl.php.net/package/imagick

Package: php5-imagick
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${php5:Depends}, ucf
Recommends: ghostscript, ttf-dejavu-core
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.