comparison debian/control @ 83:2b56674bde84

Updated for Debian releas
author Steve Kemp <steve@steve.org.uk>
date Tue, 11 Dec 2007 17:53:36 +0000
parents dab776364751
children 8ec0cd70a916
comparison
equal deleted inserted replaced
82:249ca4872b6c 83:2b56674bde84
1 Source: chronicle 1 Source: chronicle
2 Section: web 2 Section: web
3 Priority: extra 3 Priority: extra
4 Maintainer: Felipe Sateler <fsateler@gmail.com> 4 Maintainer: Steve Kemp <skx@debian.org>
5 Build-Depends: debhelper (>= 5) 5 Build-Depends: debhelper (>= 5)
6 Standards-Version: 3.7.2 6 Standards-Version: 3.7.2
7 Homepage: http://www.steve.org.uk/Software/chronicle/ 7 Homepage: http://www.steve.org.uk/Software/chronicle/
8 8
9 Package: chronicle 9 Package: chronicle
10 Architecture: all 10 Architecture: all
11 Depends: ${perl:Depends}, libtimedate-perl, libhtml-template-perl 11 Depends: ${perl:Depends}, libtimedate-perl, libhtml-template-perl
12 Suggests: memcached 12 Suggests: memcached
13 Description: a blog compiler 13 Description: HTML & RSS blog compiler
14 Chronicle is a tool which will convert a directory of simple 14 This is a tool which will convert a directory of simple
15 text files into a static HTML weblog, (or blog if you prefer). 15 text files into a static HTML weblog, (or blog if you prefer).
16 . 16 .
17 The system is intentionally simple, but it does support: 17 The system is intentionally simple, but it supports:
18 . 18 .
19 * Template based output. 19 * Template based output.
20 . 20 .
21 * RSS feeds. 21 * RSS feeds.
22 . 22 .