webgui (7.7.30-1) unstable; urgency=low * New upstream release. * Updated copyright dates for Debian Packaging. * Added missing ${misc:Depends} to Depends. -- Ernesto Hernández-Novich (USB) Wed, 13 Jan 2010 18:17:37 -0430 webgui (7.7.29-1) unstable; urgency=low * New upstream release. -- Ernesto Hernández-Novich (USB) Wed, 23 Dec 2009 10:55:32 -0430 webgui (7.7.28-1) unstable; urgency=low * New upstream release. * Added versioned Dependency on libtest-simple-perl, also satisfiabe with perl itself, in order to have the required Test::More version needed for the automated code base testing utility. * Changed versioned dependencies on perl-modules for versioned dependencies on perl instead. * Properly place the supplied sample .perltidyrc as an example and add a note in README.Debian. Added a Suggests on perltidy. -- Ernesto Hernández-Novich (USB) Wed, 09 Dec 2009 07:16:17 -0430 webgui (7.7.27-1) unstable; urgency=low * New upstream release. * Updated versioned Depends on libwww-perl as required by gotchas.txt. * Added a preferred alternative Depends on libnet-cidr-lite-perl instead of libnet-subnets-perl, since the latter has been removed from CPAN and will be removed from the archive soon. Upstream switched to using either of them, favoring Net::CIDR::Lite, but will deprecate Net::Subnets from WebGUI 7.8 onwards. * Make sure postinst restarts Apache before and after the automatic upgrade. The restart is needed before so that the newer WebGUI modules are available for the upgrade. The restart is needed after just in case cacheing settings, database settings or handler modules have changed during the upgrade. -- Ernesto Hernández-Novich (USB) Wed, 25 Nov 2009 07:43:33 -0430 webgui (7.7.26-1) unstable; urgency=low * New upstream release -- Ernesto Hernández-Novich (USB) Wed, 11 Nov 2009 07:15:05 -0430 webgui (7.7.25-1) unstable; urgency=low * New upstream release. * Enable /usr/local/share/webgui/lib as default directory for locally customized WebGUI Macros, Assets or general modules. Add a note in README.Debian explaining its use. Added the relevant creation commands to postinst and a new prerm to remove the directories if they are empty. -- Ernesto Hernández-Novich (USB) Mon, 09 Nov 2009 19:38:27 -0430 webgui (7.7.24-1) unstable; urgency=low * New upstream release. Upstream fixed a serious upgrade bug that was breaking upgrades from 7.6.35 on to 7.7.17 and subsequent versions. -- Ernesto Hernández-Novich (USB) Fri, 30 Oct 2009 09:09:07 -0430 webgui (7.7.23-1) unstable; urgency=low * New upstream release. * Added missing Dependencies on libcss-minifier-xs-perl and libjavascript-minifier-xs-perl (Closes: 552062, 552063) * Make sure logrotate rotates any .log file in /var/log/webgui instead of simply rotating webgui.log. This allows having several WebGUI instances each one having a different logfile. -- Ernesto Hernández-Novich (USB) Wed, 28 Oct 2009 07:18:14 -0430 webgui (7.7.22-1) unstable; urgency=low * New upstream release. * Updated Standards-Version. * Added a versioned Depends on libxml-feedpp-perl. Versions older than 0.37 trigger an UTF-8 bug in Syndicated Contents. * Added a versioned Depends on libclone-perl. Versions older than 0.31 trigger a bug in workflow management. * control: updated the versioned dependencies according to WebGUI's latest requirements. * quilt: Refreshed patches on account of obsoleted files being removed. Rewrote all patch headers following DEP3 guidelines. * Updated sample configuration file to include newer functionality. * init script: apply patch suggested by Petter Reinholdtsen so it works properly under dependency based boot sequencing (Closes: 547564). -- Ernesto Hernández-Novich (USB) Fri, 16 Oct 2009 10:09:47 -0430 webgui (7.6.35.2-1) unstable; urgency=low * This is the last release of the 7.6 series upstream. It really is. Upstream released 7.6.35.2 to fix a couple of regressions and an i18n bugfix that appeared in 7.6.35.1 due to a wrong SVN commit upstream. Sources can be downloaded from http://www.webgui.org/bazaar/webgui-7.6.35.2 instead of the usual place. Since the full URL is tricky, is not worth the trouble adding it to watch for a single case. -- Ernesto Hernández-Novich (USB) Wed, 26 Aug 2009 12:06:01 -0430 webgui (7.6.35.1-2) unstable; urgency=low * The postinst script was attempting the automatic upgrade unconditionally, thus failing miserably on first time installs where there isn't any database nor templates to upgrade. The postinst now correctly attempts the automatica upgrade only on package upgrades. -- Ernesto Hernández-Novich (USB) Fri, 21 Aug 2009 17:21:33 -0430 webgui (7.6.35.1-1) unstable; urgency=low * wg-testCodebase works out of the box (finally!) thanks to a last minute patch sent upstream. * This is the last release of the 7.6 series upstream. There will be NO 7.6.36 ever. Upstream released 7.6.35.1 just to have the testCodebase patch along with a couple of i18n bugfixes. Sources can be downloaded from http://www.webgui.org/bazaar/webgui-7.6.35.1 instead of the usual place. Since the full URL is tricky, is not worth the trouble adding it to watch for a single case. * Added a Suggest on libtest-perl-critic needed for wg-testCodebase's deeper test suite (coverage, documentation and style testing). * Added some notes in README.Debian regarding wg-testCodebase. * Updated README.Debian regarding automatic upgrades and minimal upgradeable version. * Made /usr/share/webgui/etc be a symlink to /etc/webgui instead of having separate links for each file. This allows having more than one WebGUI configuration or renaming the single configuration. This required a preinst script to handle the transition. * Added a patch to change some hardcoded pathnames in wg-testCodebase. * Refreshed all patches to a consistent format following Debian Perl Group's practices. -- Ernesto Hernández-Novich (USB) Wed, 19 Aug 2009 16:58:34 -0430 webgui (7.6.35-1) unstable; urgency=low * New upstream release. -- Ernesto Hernández-Novich (USB) Wed, 12 Aug 2009 08:36:38 -0430 webgui (7.6.34-1) unstable; urgency=low * New upstream release. * WebGUI's Spectre daemon now has a proper PID file, therefore the sample spectre.conf includes the PID file location and the init scipt has been refreshed to cope with that. * Added a missing versioned Depends on lsb-base, needed for init-functions in the new init script. * WebGUI's Search feature is based on having "anything to text" converters available so additional conversion programs to handle PDF and PostScript files where added to the sample configuration file. This required adding additional dependencies on ghostscript to have ps2ascii. -- Ernesto Hernández-Novich (USB) Tue, 11 Aug 2009 11:10:41 -0430 webgui (7.6.33-1) unstable; urgency=low * New upstream release. -- Ernesto Hernández-Novich (USB) Thu, 30 Jul 2009 10:48:30 -0430 webgui (7.6.32-1) unstable; urgency=low * New upstream release. -- Ernesto Hernández-Novich (USB) Sat, 25 Jul 2009 13:50:10 -0430 webgui (7.6.31-1) unstable; urgency=low * New upstream release. -- Ernesto Hernández-Novich (USB) Wed, 15 Jul 2009 09:09:26 -0430 webgui (7.6.30-1) unstable; urgency=low * New upstream release. -- Ernesto Hernández-Novich (USB) Wed, 08 Jul 2009 08:00:40 -0430 webgui (7.6.29-1) unstable; urgency=low * New upstream release. -- Ernesto Hernández-Novich (USB) Wed, 01 Jul 2009 08:48:09 -0430 webgui (7.6.28-1) unstable; urgency=low * New upstream release. * Updated Standards Version. * Added a versioned dependency as suggested by lintian, since perl-modules 5.10 already includes libcompress-zlib-perl. -- Ernesto Hernández-Novich (USB) Thu, 25 Jun 2009 12:00:00 -0430 webgui (7.6.27-1) unstable; urgency=low * New upstream release. * Updated copyright notice for UKPlayer. * Modified postinst so /var/lib/webgui belongs to user www-data instead of root. This is needed for uploads, exports and cache to work properly. * Added notes in README.Debian regarding the proper way to enable server-side spellchecking for the Rich Editor. -- Ernesto Hernández-Novich (USB) Mon, 15 Jun 2009 09:41:14 -0430 webgui (7.6.25-1) unstable; urgency=low * New upstream release. * Added new dependency on libclone-perl. -- Ernesto Hernández-Novich (USB) Fri, 05 Jun 2009 09:54:34 -0430 webgui (7.6.24-1) unstable; urgency=low * New upstream release. * Updated Copyright file. * Updated to Standards Version 3.8.1. * Updated Quilt patches, including a header for each patch. * Removed unneeded dependencies on libgraphics-magick-perl, liblocale-us-perl and libxml-rsslite-perl. * Added new dependencies on libclass-c3-perl and libxml-feedpp-perl. * Added versioned dependency on libjs-yui. * Changed sample configuration file for logging through Log::Log4Perl in order to use ERROR instead of WARN. * Updated sample configuration file for WebGUI in order to accommodate the latest release's changed and added functionality. * Install examples for the collateral JavaScript libraries. -- Ernesto Hernández-Novich (USB) Wed, 27 May 2009 10:22:53 -0430 webgui (7.5.40.1-1) unstable; urgency=low * New upstream release. This is the last upstream release for the 7.5 branch, made specifically to allow Debian packaging. * Updated debian/copyright. * Changed the provided WebGUI and Apache configuration files to use /webgui as the root location instead of assuming WebGUI is the only application installed. * Added the previous configurations as examples on how to have WebGUI as the only application handled by Apache. * Updated README.Debian to reflect the changes in configuration needed to have WebGUI in a different location. * Fixed watch file to follow the webgui stable branch. -- Ernesto Hernández-Novich (USB) Sun, 01 Mar 2009 21:14:13 -0430 webgui (7.5.40-1) unstable; urgency=low * New upstream release. * Fixed watch file to follow 7.5 branch. -- Ernesto Hernández-Novich (USB) Wed, 18 Feb 2009 11:38:43 -0430 webgui (7.5.38-1) unstable; urgency=low * New upstream release. * Fixed Depends to include libjs-yui only. Both yui and libjs-yui are available on unstable, but the former has been deprecated. Having a Depends: on either caused broken symlinks on systems having yui instead of libjs-yui. The problem was reported by Francis Kayiwa via private e-mail. * Changed libtest-devel-cover-perl to libdevel-cover-perl in Suggests: since the former package does not exist. The problem was reported by Edmund Lindmayer via private e-mail. * PENDING: license on www/extras/ukplayer/AC_RunActiveContent.js needs clarification. It's a verbatim copy of Adobe's Flash Player Detection Toolkit library, but there's no explicit license in Adobe's site either. -- Ernesto Hernández-Novich (USB) Thu, 08 Jan 2009 08:26:33 -0430 webgui (7.5.37-1) unstable; urgency=low * New upstream release. * Fixed fix_webgui_root.patch to correctly set up WebGUI's library path. The problem was reported by Jonathan Marsden via private e-mail. -- Ernesto Hernández-Novich (USB) Tue, 06 Jan 2009 17:23:19 -0430 webgui (7.5.36-1) unstable; urgency=low * New upstream release. * Added missing copyright notices. -- Ernesto Hernández-Novich (USB) Mon, 15 Dec 2008 12:37:38 -0430 webgui (7.5.35-1) unstable; urgency=low * New upstream release. -- Ernesto Hernández-Novich (USB) Tue, 09 Dec 2008 16:03:49 -0430 webgui (7.5.34-1) unstable; urgency=low * New upstream release. * Added copyright notice for Deja Vu Sans font included in source package instead of the previous non-free font. * Fixed symlink to proper YUI location as of libjs-yui. -- Ernesto Hernández-Novich (USB) Fri, 21 Nov 2008 09:32:11 -0430 webgui (7.5.33-1) unstable; urgency=low * New upstream release. -- Ernesto Hernández-Novich (USB) Fri, 14 Nov 2008 08:33:31 -0430 webgui (7.5.32-1) unstable; urgency=low * New upstream release. * webgui now depends on ttf-dejavu-core in order to establish a symlink to a freely available font for CAPTCHA generation. Upstream will start distributing the proper .ttf file in some future release. -- Ernesto Hernández-Novich (USB) Fri, 07 Nov 2008 09:28:38 -0430 webgui (7.5.31-1) unstable; urgency=low * New upstream release. * Merged versioned dependency on libio-zlib-perl with perl, as suggested by lintian. -- Ernesto Hernández-Novich (USB) Fri, 31 Oct 2008 09:26:39 -0430 webgui (7.5.30-1) unstable; urgency=low * New upstream release. -- Ernesto Hernández-Novich (USB) Tue, 28 Oct 2008 08:59:09 -0430 webgui (7.5.29-1) unstable; urgency=low * New upstream release. -- Ernesto Hernández-Novich (USB) Fri, 24 Oct 2008 11:44:38 -0430 webgui (7.5.27-1) unstable; urgency=low * New upstream release. -- Ernesto Hernández-Novich (USB) Fri, 17 Oct 2008 09:36:07 -0430 webgui (7.5.26-1) unstable; urgency=low * New upstream release. -- Ernesto Hernández-Novich (USB) Fri, 10 Oct 2008 10:58:42 -0430 webgui (7.5.25-1) unstable; urgency=low * New upstream release. -- Ernesto Hernández-Novich (USB) Tue, 07 Oct 2008 17:55:05 -0430 webgui (7.5.24-1) unstable; urgency=low * New upstream release. -- Ernesto Hernández-Novich (USB) Thu, 02 Oct 2008 17:21:21 -0430 webgui (7.5.23-1) unstable; urgency=low * New upstream release. -- Ernesto Hernández-Novich (USB) Fri, 19 Sep 2008 10:22:34 -0430 webgui (7.5.22-1) unstable; urgency=low * New upstream release. -- Ernesto Hernández-Novich (USB) Mon, 15 Sep 2008 11:25:00 -0430 webgui (7.5.21-1) unstable; urgency=low * New upstream release. * Added dependencies on the older yui package and the newer libjs-yui package to support Lenny and Sid installations. * Added versioned dependency on Text::CSV_XS as required by latest upstream. -- Ernesto Hernández-Novich (USB) Mon, 25 Aug 2008 16:31:03 -0430 webgui (7.5.20-1) unstable; urgency=low * New upstream release. -- Ernesto Hernández-Novich (USB) Thu, 14 Aug 2008 16:12:53 -0430 webgui (7.5.19-1) unstable; urgency=low * New upstream release. -- Ernesto Hernández-Novich (USB) Mon, 11 Aug 2008 09:23:50 -0430 webgui (7.5.18-1) unstable; urgency=low * New upstream release. * Change libjs-yui instead of yui, and fix symlinks accordingly. * Added missing dependencies on libclass-path-perl, libexception-class-perl and liblist-moreutils-perl. -- Ernesto Hernández-Novich (USB) Wed, 06 Aug 2008 16:19:20 -0430 webgui (7.5.17-1) unstable; urgency=low * Initial release (Closes: #471697). -- Ernesto Hernández-Novich (USB) Mon, 21 Jul 2008 09:39:52 -0430