annotate debian/control @ 30:863fe83416bd
removed debian/docs cause the only file (TODO) does not need to go into debian
author |
meillo@marmaro.de |
date |
Mon, 12 May 2008 21:48:47 +0200 |
parents |
c89467bae737 |
children |
a5f4f5aa50ac |
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@29
|
5 Homepage: http://prog.marmaro.de/genwebgallery
|
meillo@0
|
6 Build-Depends: debhelper (>= 5)
|
meillo@29
|
7 Standards-Version: 3.7.3
|
meillo@0
|
8
|
meillo@0
|
9 Package: genwebgallery
|
meillo@0
|
10 Architecture: all
|
meillo@17
|
11 Depends: imagemagick
|
meillo@26
|
12 Description: generates minimalistic web gallerys
|
meillo@29
|
13 Very simple tool to generate static HTML pages to view pictures on the web.
|
meillo@29
|
14 The generated pages are not very beautiful, but simple. They contain just
|
meillo@29
|
15 what is really needed - no fancy stuff. Also the generation process is only
|
meillo@29
|
16 one program call. You can specify some configuration options like the
|
meillo@29
|
17 dimension of the created thumbnails, the name of the index page and some more.
|
meillo@15
|
18 All image processing is done via ImageMagick.
|