~noskcaj/ubuntu/saucy/dhelp/apache2.4

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Charlie Smotherman
  • Date: 2012-11-05 23:48:50 UTC
  • mfrom: (22.1.1 dhelp)
  • Revision ID: cjsmo@cableone.net-20121105234850-4a447ob81bs9a5je
Tags: 0.6.21+nmu1ubuntu1
* Merge from Debian unstable. Remaining changes:
  - lib/dhelp.rb:
    + Exit and return zero code if bdb isn't available; this usually
      indicates that dhelp is not configured yet.
* Non-Maintainer Upload
* Dropped the declaration of dependence on ruby-commandline, which was
  already done on the code
* New maintainer: Georgios M. Zarkadas <gz@member.fsf.org> (Closes: #650441). 
* Support other web servers in addition to apache2 (Closes: #669041).
* Support apache2 packaging transition for version 2.4 (Closes: #669758).
* Support new ruby packaging policy transition for Wheezy.
* Use OptionParser instead Commandline::Application (Closes: #678055).
  Thanks Gunnar Wolf.
* Support new layout of man2html cgi scripts for Wheezy.
* Keep supporting previous policies/layouts, either during build time or
  during runtime, to aid backporting.
* Man and info pages links are activated only if associated packages are
  installed on the system.
* Subsections now show in the sections list only if section is selected.
* New color, styles and icons themes.
* Package installation now does not fail if cache data cannot be generated
  during install.
* Fix some minor lintian warnings.
* Bump Standards-Version to 3.9.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: doc
3
3
Priority: optional
4
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
 
XSBC-Original-Maintainer: Esteban Manchado Velázquez <zoso@debian.org>
6
 
Uploaders: Stefan Hornburg (Racke) <racke@linuxia.de>, Georgios M. Zarkadas <gz@member.fsf.org>
7
 
Standards-Version: 3.9.1
8
 
Build-Depends: debhelper (>= 5), cdbs (>= 0.4.23-1.1), libgettext-ruby-util
 
5
XSBC-Original-Maintainer: Georgios M. Zarkadas <gz@member.fsf.org>
 
6
Uploaders: Esteban Manchado Velázquez <zoso@debian.org>, 
 
7
 Stefan Hornburg (Racke) <racke@linuxia.de>, 
 
8
Standards-Version: 3.9.3
 
9
Build-Depends: debhelper (>= 5), cdbs (>= 0.4.23-1.1),
 
10
 libgettext-ruby1.8 | libgettext-ruby-util
9
11
 
10
12
Package: dhelp
11
 
Depends: perl-modules, libtemplate-perl, libhtml-parser-perl, liburi-perl, ruby1.8, libdb-ruby1.8, libcommandline-ruby1.8, libgettext-ruby1.8, doc-base, swish++, liblocale-gettext-perl, libdata-page-perl, pstotext, poppler-utils, ucf (>= 0.8), ${misc:Depends}
12
 
Recommends: iceweasel | firefox | www-browser
13
 
Suggests: httpd, info2www, man2html, lynx | links | w3m | html2text, catdvi
 
13
Depends: perl-modules, libtemplate-perl, libhtml-parser-perl,
 
14
 liburi-perl, liblocale-gettext-perl, libdata-page-perl, ruby1.8,
 
15
 ruby-bdb | libdb-ruby1.8, ruby-debian, libgettext-ruby1.8, doc-base,
 
16
 swish++, pstotext, poppler-utils, ucf (>= 0.8), ${misc:Depends}
 
17
Recommends: www-browser | html2text
 
18
Suggests: httpd-cgi, info2www, man2html, catdvi
14
19
Architecture: all
15
20
Description: online help system
16
 
 Read all documentation with a WWW browser. dhelp builds a
17
 
 index of all installed HTML documentation. You don't need
18
 
 a WWW server to read the documentation. dhelp offers a
19
 
 very fast search in the HTML documents.
 
21
 Read all documentation with a WWW browser. dhelp builds an index of
 
22
 all installed HTML documentation. You don't need a WWW server to read
 
23
 the documentation. dhelp offers a very fast search in the HTML documents.
20
24
 .
21
 
 You can access the online help system with the dhelp
22
 
 program or with your browser. The URL to point your
23
 
 browser at is http://localhost/doc/HTML/index.html
24
 
 if you have a WWW server installed or 
25
 
 file://localhost/usr/share/doc/HTML/index.html if not.
 
25
 You can access the online help system with the dhelp program or with 
 
26
 your browser. The URL to point your browser at is (if you have a WWW
 
27
 server installed) http://localhost/doc/HTML/index.html , else (if you
 
28
 do not) file://localhost/usr/share/doc/HTML/index.html.