doc-central (1.9.0) unstable; urgency=medium [ Diane Trout] * Reformat code to conform to pep8 standards * Remove unused imports and code * Port to Python 3 * Use python3-debian to parse doc-base files * Update doc-central.conf Apache config to 2.4 access controls (Closes: #669767) * Update README.Debian with suggestions how to enable doc-central with Apache 2.4 * Add canonical repository URLs [ Ondřej Nový ] * d/changelog: Remove trailing whitespaces [ Diane Trout ] * Use Python 3's http.cookie parser instead of doing it by hand * Sort returned documents by title ignoring common words * Move the search box to the top of the sidebar * Default to opening documents in a new tab. (Closes: #70657) * Adopt doc-central. (Closes: #566364) * Lintian recommends depending on sensible-utils * Update copyright to use machine parsable format * Use set -e in maintainer script as recommended lintian * Update Standards-Version to 4.4.1. (Fixed copyright file) * Switch to using more popular dh build system * Extend package extended description * Fix typo in changelog * Merge Ondřej Nový's changelog entry * Default doccentral command to localhost instead of hostname * Update to debhelper-compat (= 12) * Update to use dh-apache2 (Closes: #132756) -- Diane Trout Tue, 15 Oct 2019 15:47:43 -0700 doc-central (1.8.3) unstable; urgency=low * QA upload. * Maintainer field set to QA Group. * Switch to 3.0 (native) format. * Bump Standards-Version to 3.9.5. * Debhelper compatibility level set to 9. * Do not use shell brace expansion in debian/doc-central.install. * Install Apache2 configuration file under /etc/apache2/conf-available/. * Rename Apache2 configuration file to match binary package name. -- Emanuele Rocca Sun, 19 Jan 2014 16:31:49 +0100 doc-central (1.8.2+nmu3) unstable; urgency=low * Non-maintainer upload to settle an RC-bug. * Resolve the issue 'dir-or-file-in-var-www'. (Closes: #553496) + debian/dirs: Replace '/var/www/dc' by '/usr/share/doc-central/www'. + debian/doc-central.apache2: New file with alias definition. - The file is installed into '/etc/apache2/conf.d/'. + debian/NEWS: New file. + debian/README.Debian: New file. + html/*.html: Install in '/usr/share/doc-central/www'. * [lintian] debian/control: + Use Build-Depends, not Build-Depends-Indep. + Insert ${misc:Depends} for binary package. * [lintian] debian/prerm: Add the marker '#DEBHELPER#'. -- Mats Erik Andersson Wed, 27 Jan 2010 13:05:59 +0100 doc-central (1.8.2+nmu2) unstable; urgency=medium * Non-maintainer upload to fix bugs related to processing of the Programming/C++ doc-base section (closes: #502556): - browse.cgi: handle section names that contain regex metacharacters; - docutils.py: properly encode URLs generated by makesectionlink(). -- Robert Luberda Tue, 11 Nov 2008 10:43:04 +0100 doc-central (1.8.2+nmu1) unstable; urgency=low * Non-maintainer upload. * Update for a new doc-base (closes: #454187): - switch to /var/lib/doc-base/documents; - set charset of generated pages to UTF-8; - don't lowerize section names; - depend on appropriate versions of doc-base. * Encode HTML special chars (closes: #360354) and handle the space+dot lines in doc-base files (closes: #360326). * Depend on apache2 | httpd-cgi (closes: #472387). -- Robert Luberda Sun, 27 Apr 2008 14:47:02 +0200 doc-central (1.8.2) unstable; urgency=low * The "How can people still use that?" Release * Drop support for /usr/doc and /usr/info, so we can remove some broken regular expressions that prevented some docs from being viewed, and as it's high time we did that, anyway * doccentral.1: - updated maintainer e-mail address - fixed typo in environment variable name * README: - updated maintainer e-mail address * debian/control: - updated maintainer e-mail address - bumped standards-version to 3.6.2.1 - dropped versioned dependency on python * debian/copyright: - updated * debian/doc-central.{install,manpages}: - created; moved things from debian/rules * debian/rules: - cleaned up -- Guilherme de S. Pastore Mon, 12 Dec 2005 23:04:20 -0200 doc-central (1.8.1) unstable; urgency=low * The "Naming Releases is Fun" Release * Removed call to printerror function, which was removed together with cgiutils.py, and which cannot be implemented with the current doc-central design (Closes: #296947) -- Guilherme de S. Pastore Fri, 25 Feb 2005 23:04:58 -0300 doc-central (1.8) unstable; urgency=high * Two names release: - The "How Could I Be So Dumb?" Release - The "Really Old Bugs Can Be Fixed" Release * Set priority to optional (when was it set to extra?) * Fixed processing of dirs in order not to show only one document per section (higher urgency) * Parsing doc-base files which don't provide a full path for the index of documentation in info format no longer breaks makedoclink (Closes: #62219) * Removed cgiutils.py, which hasn't been used for some time now and has been forgotten around (Closes: #294742) -- Guilherme de S. Pastore Fri, 11 Feb 2005 14:57:25 -0200 doc-central (1.7) unstable; urgency=low * Made parsing of doc-base directory not fail if there's a subdirectory under it. There should NEVER be one, but some Debian-based distributions do it, and doc-central should not break because of it (Closes: #290846) * Fixed changelog (apache is definetely not a web browser, heh) -- Guilherme de S. Pastore Fri, 21 Jan 2005 23:07:59 -0200 doc-central (1.6) unstable; urgency=low * Search now checks document name too (not only document title) * The doccentral wrapper now accepts a document name as a parameter, using viewdoc.cgi to put the left menu and search.cgi together to display the available findings (Closes: #284687, #285013) * Made the browsing of other files of the "see also" section (not only README and README.Debian) easier. This includes, but is not limited to changelogs, NEWS files and their gzipped versions * Fixed a regular expression in docutils.py in order not to hide documentation in info format with dots in the name. I can't really see a reason for this (Closes: #182555) * Make package name lowercase before looking for extra links, since there are packages (such as imagemagick) which register AlTerNateCaSe doc-base entries * debian/control: - Replaced Build-Depends with Build-Depends-Indep - Added apache as alternative for virtual dependancy on httpd - Added w3m as alternative for virtual recommendation on www-browser * debian/rules: - Now installs doccentral.1 (how could I forget that?) - Removed 'for' loops: install handles wildcards just perfectly * TODO: - Absurdly outdated: removed -- Guilherme de S. Pastore Mon, 3 Jan 2005 15:34:08 -0200 doc-central (1.5) unstable; urgency=low * New maintainer (Closes: #282198) * Updated Standards-Version to 3.6.1.1 * Created a menu entry for doccentral (Closes: #110550) * Added convenient way to access README and README.Debian if they are present and if the package has a doc-base entry (Closes: #147567) * doccentral: - Removed all the browser detection stuff: sensible-browser handles this in a far better way (Closes: #162523) - Added support for the DC_HOST environment variable, used to override Doc-Central's location (Closes: #269224) * doccentral.1: - General revision - Fixed grammar and spelling mistakes - Added reference to the DC_HOST environment variable * README: - Completely rewritten - Replaced '/usr/doc' with '/usr/share/doc' (Closes: #137374) * html/main.html: - Rewrote some chunks, corrected some mistakes and typos - Made a little more friendly :-) * maintainer scripts: - Dropped postinst, since it was only used to do the /usr/doc -> /usr/share/doc symlink "trick", and that was only needed until the release of Woody - Left prerm there for the cleanups * debian/rules: - Moved to CDBS + Added necessary build-dependencies to debian/control - Moved build dir to debian/doc-central - No need to remove *.pyc on clean, since we no longer byte-compile the scripts * Smaller cosmetic changes -- Guilherme de S. Pastore Fri, 26 Nov 2004 18:10:38 -0200 doc-central (1.4) unstable; urgency=low * Don't byte-compile the scripts anymore * Move CGI scripts into a doc-central subdirectory. Closes: Bug#104147 * Support BROWSER environment setting. Closes: Bug#107255 * Don't print debug output. Closes: Bug#108815 * Adapt for python 2. Closes: Bug#118520 * Clean up html, should all be proper html4 now -- Wichert Akkerman Tue, 13 Nov 2001 16:36:42 +0100 doc-central (1.3) unstable; urgency=low * doc-info.py/parse_info: handle missing headers -- Wichert Akkerman Mon, 8 May 2000 14:16:30 +0200 doc-central (1.2) unstable; urgency=low * Remove cgi/*.pyc in clean target * Actually sort document properly -- Wichert Akkerman Fri, 28 Apr 2000 23:06:41 +0200 doc-central (1.1) unstable; urgency=low * Searching and html updates from Ruud de Rooij * Seperated searching code into dc-search.cgi and enhanced it -- Wichert Akkerman Sat, 22 Apr 2000 23:13:51 +0200 doc-central (1.0) unstable; urgency=low * Initial public release -- Wichert Akkerman Sun, 9 Apr 2000 17:53:03 -0400