diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-30 10:55:36 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-30 10:55:36 -0400 |
commit | 5013e6b0bd379c93e7d8f545991762791b36ff1e (patch) | |
tree | 61cf1f4fd8479071463355e4edba36ef4536c317 /debian/control | |
parent | f4262696ad9250ca14ba89849270dfeb3518c38d (diff) | |
download | ikiwiki-5013e6b0bd379c93e7d8f545991762791b36ff1e.tar ikiwiki-5013e6b0bd379c93e7d8f545991762791b36ff1e.tar.gz |
update for libravatar support
* comments: Add avatar picture of comment author, using Libravatar::URL
when available. The avatar is looked up based on (Thanks, Francois Marier)
* Recommend libgravatar-url-perl, which contains Libravatar::URL.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index b98f0e0c7..4fd554d7d 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,8 @@ Recommends: gcc | c-compiler, libxml-simple-perl, libnet-openid-consumer-perl, liblwpx-paranoidagent-perl, libtimedate-perl, libcgi-formbuilder-perl (>= 3.05), libcgi-session-perl (>= 4.14-1), - libmail-sendmail-perl, libauthen-passphrase-perl, libterm-readline-gnu-perl + libmail-sendmail-perl, libauthen-passphrase-perl, libterm-readline-gnu-perl, + libgravatar-url-perl Suggests: viewvc | gitweb | viewcvs, libsearch-xapian-perl, xapian-omega (>= 1.0.5), librpc-xml-perl, libtext-wikiformat-perl, python, python-docutils, polygen, tidy, libhtml-tree-perl, |