]> git.donarmstrong.com Git - deb_pkgs/libapache-gallery-perl.git/blobdiff - debian/control
[svn-inject] Applying Debian modifications (0.99-svn060811-1) to trunk
[deb_pkgs/libapache-gallery-perl.git] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..c0d5183
--- /dev/null
@@ -0,0 +1,20 @@
+Source: libapache-gallery-perl
+Maintainer: Jesus Climent <jesus.climent@hispalinux.es>
+Priority: optional
+Section: perl
+Build-Depends-Indep: perl (>= 5.6.0-17), libmodule-build-perl
+Build-Depends: debhelper (>= 3.0.5)
+Standards-Version: 3.7.2
+
+Package: libapache-gallery-perl
+Architecture: all
+Priority: optional
+Depends: ${perl:Depends}, libapache-request-perl | libapache2-mod-perl2 (>= 2.0), libimage-size-perl, libimage-info-perl, libtemplate-perl, libimage-imlib2-perl, libtext-template-perl
+Description: Apache module to create galleries on-the-fly
+ This package contains a Perl module for Apache to create galleries.
+ .
+ The images just need to be copied into a directory where Apache will pick
+ them up and create a gallery page for you, with thumbnails and links to the
+ full size images.
+ .
+ Thumbnail size and maximum image size can be defined, among others.