Promote RPC::XML to a Recommends, since it's used by auto-blog.setup. Closes: #637603
parent
35b69392c8
commit
acb0eb78c4
|
@ -30,6 +30,7 @@ CGI
|
||||||
Data::Dumper
|
Data::Dumper
|
||||||
YAML
|
YAML
|
||||||
JSON
|
JSON
|
||||||
|
RPC::XML
|
||||||
|
|
||||||
=head1 AUTHOR
|
=head1 AUTHOR
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,6 @@ perl -MCPAN -e 'install Bundle::IkiWiki::Extras'
|
||||||
|
|
||||||
Authen::Passphrase
|
Authen::Passphrase
|
||||||
Search::Xapian
|
Search::Xapian
|
||||||
RPC::XML
|
|
||||||
File::MimeInfo
|
File::MimeInfo
|
||||||
Locale::gettext
|
Locale::gettext
|
||||||
Net::OpenID::Consumer
|
Net::OpenID::Consumer
|
||||||
|
|
|
@ -27,6 +27,8 @@ ikiwiki (3.20110716) UNRELEASED; urgency=low
|
||||||
parse the date Columbus discovered America. Closes: #640350
|
parse the date Columbus discovered America. Closes: #640350
|
||||||
* Avoid warning message when generating setup file if highlight
|
* Avoid warning message when generating setup file if highlight
|
||||||
is not installed. Closes: #637606
|
is not installed. Closes: #637606
|
||||||
|
* Promote RPC::XML to a Recommends, since it's used by auto-blog.setup.
|
||||||
|
Closes: #637603
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Tue, 19 Jul 2011 11:22:52 -0400
|
-- Joey Hess <joeyh@debian.org> Tue, 19 Jul 2011 11:22:52 -0400
|
||||||
|
|
||||||
|
|
|
@ -28,9 +28,9 @@ Recommends: gcc | c-compiler,
|
||||||
liblwpx-paranoidagent-perl, libtimedate-perl,
|
liblwpx-paranoidagent-perl, libtimedate-perl,
|
||||||
libcgi-formbuilder-perl (>= 3.05), libcgi-session-perl (>= 4.14-1),
|
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
|
libgravatar-url-perl, librpc-xml-perl,
|
||||||
Suggests: viewvc | gitweb | viewcvs, libsearch-xapian-perl,
|
Suggests: viewvc | gitweb | viewcvs, libsearch-xapian-perl,
|
||||||
xapian-omega (>= 1.0.5), librpc-xml-perl, libtext-wikiformat-perl,
|
xapian-omega (>= 1.0.5), libtext-wikiformat-perl,
|
||||||
python, python-docutils, polygen, tidy, libhtml-tree-perl,
|
python, python-docutils, polygen, tidy, libhtml-tree-perl,
|
||||||
libxml-feed-perl, libmailtools-perl, perlmagick,
|
libxml-feed-perl, libmailtools-perl, perlmagick,
|
||||||
libfile-mimeinfo-perl, file,
|
libfile-mimeinfo-perl, file,
|
||||||
|
|
Loading…
Reference in New Issue