debian/resize-gd-debian

diff control @ 1:69dc44a72af3

updated
author meillo@marmaro.de
date Sun, 15 Jun 2008 16:36:56 +0200
parents 5fa0beba15d8
children d13cced55e31
line diff
     1.1 --- a/control	Sat Jun 14 19:19:02 2008 +0200
     1.2 +++ b/control	Sun Jun 15 16:36:56 2008 +0200
     1.3 @@ -8,7 +8,7 @@
     1.4  
     1.5  Package: resize-gd
     1.6  Architecture: i386
     1.7 -Depends: ${shlibs:Depends}
     1.8 +Depends: libgd2-noxpm-dev (>= 2.0.33) | libgd2-xpm-dev (>= 2.0.33)
     1.9  Description: resizes images using the gd-library
    1.10   The program has two modes:
    1.11   * aspect ratio of the images is preserved and only shrinking is done. Smaller
    1.12 @@ -19,9 +19,9 @@
    1.13   All resizing is done in-place.
    1.14   .
    1.15   Only JPEG and PNG files are supported. The filetype is detected by the
    1.16 - filename suffix which has to be either ‘.jpg’ or ‘.png’ (in lowercase
    1.17 - letters). Unsupported files get skipped.
    1.18 + filename suffix which has to be `.jpg', `.jpeg' or `.png'. Unsupported files
    1.19 + get skipped.
    1.20   .
    1.21 - This program is meant to be a small(er) alternative to the mogrify -resize
    1.22 + This program is meant to be a small(er) alternative to the `mogrify -resize'
    1.23   command of ImageMagick. Mainly because ImageMagick has lots of dependencies,
    1.24   while the GD-Library has less.