annotate control @ 1:67aae71a35a7
removed awk from dependencies
author |
user@debian-sid |
date |
Thu, 05 Jun 2008 21:19:50 +0200 |
parents |
4bd8e5e91de9 |
children |
dec5657bb440 |
rev |
line source |
meillo@0
|
1 Source: genwebgallery
|
meillo@0
|
2 Section: web
|
meillo@0
|
3 Priority: extra
|
meillo@0
|
4 Maintainer: markus schnalke <meillo@marmaro.de>
|
meillo@0
|
5 Homepage: http://prog.marmaro.de/genwebgallery
|
meillo@0
|
6 Build-Depends: debhelper (>= 7)
|
meillo@0
|
7 Standards-Version: 3.7.3
|
meillo@0
|
8
|
meillo@0
|
9 Package: genwebgallery
|
meillo@0
|
10 Architecture: all
|
user@1
|
11 Depends: imagemagick
|
meillo@0
|
12 Description: generates minimalistic web galleries
|
meillo@0
|
13 Very simple tool to generate static HTML pages to view pictures on the web.
|
meillo@0
|
14 The generated pages are not very beautiful, but simple. They contain just
|
meillo@0
|
15 what is really needed - no fancy stuff. Also the generation process is only
|
meillo@0
|
16 one program call. You can specify some configuration options like the
|
meillo@0
|
17 dimension of the created thumbnails, the name of the index page and some more.
|
meillo@0
|
18 All image processing is done via ImageMagick.
|