]> git.donarmstrong.com Git - deb_pkgs/libapache-gallery-perl.git/blob - debian/control
fixup for 1.0.2 release; use dh 8, mark conffiles
[deb_pkgs/libapache-gallery-perl.git] / debian / control
1 Source: libapache-gallery-perl
2 Maintainer: Don Armstrong <don@debian.org>
3 Priority: optional
4 Section: perl
5 Build-Depends-Indep: perl, libmodule-build-perl, sharutils,
6  libapache2-mod-perl2 (>=2.0) | libapache-request-perl,
7  libimage-size-perl, libimage-info-perl, libtemplate-perl,
8  libimage-imlib2-perl, libtext-template-perl
9 Build-Depends: debhelper (>= 8)
10 Standards-Version: 3.9.2
11
12 Package: libapache-gallery-perl
13 Architecture: all
14 Depends: ${perl:Depends}, ${misc:Depends}, libapache2-mod-perl2 (>=
15  2.0) | libapache-request-perl, libimage-size-perl,
16  libimage-info-perl, libtemplate-perl, libimage-imlib2-perl,
17  libtext-template-perl
18 Description: Apache module to create image galleries on-the-fly
19  This package contains a Perl module for Apache to create galleries.
20  .
21  The images just need to be copied into a directory where Apache will pick
22  them up and create a gallery page for you, with thumbnails and links to the
23  full size images.
24  .
25  Thumbnail size and maximum image size can be defined, among others.