debian/genwebgallery-debian

diff control @ 0:4bd8e5e91de9

inital commit of debian dir of genwebgallery earlier versioning is in genwebgallery
author meillo@marmaro.de
date Thu, 05 Jun 2008 21:08:04 +0200
parents
children 67aae71a35a7
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/control	Thu Jun 05 21:08:04 2008 +0200
     1.3 @@ -0,0 +1,18 @@
     1.4 +Source: genwebgallery
     1.5 +Section: web
     1.6 +Priority: extra
     1.7 +Maintainer: markus schnalke <meillo@marmaro.de>
     1.8 +Homepage: http://prog.marmaro.de/genwebgallery
     1.9 +Build-Depends: debhelper (>= 7)
    1.10 +Standards-Version: 3.7.3
    1.11 +
    1.12 +Package: genwebgallery
    1.13 +Architecture: all
    1.14 +Depends: imagemagick, awk
    1.15 +Description: generates minimalistic web galleries
    1.16 + Very simple tool to generate static HTML pages to view pictures on the web.
    1.17 + The generated pages are not very beautiful, but simple. They contain just
    1.18 + what is really needed - no fancy stuff. Also the generation process is only
    1.19 + one program call. You can specify some configuration options like the
    1.20 + dimension of the created thumbnails, the name of the index page and some more.
    1.21 + All image processing is done via ImageMagick.