pootle (1.1.0-1) unstable; urgency=low * New upstream release - Remove patches applied upstream: + pootle_quickstats_written_once.patch + transtate-toolkit_1.1.0 * debian/control: python-lxml added to Depends, because Pootle requires the support for XLIFF from the translate-toolkit. * debian/control: Update the translate-toolkit dependency to 1.1.1 * debian/pootle.prefs: Updated according to Upstream + update the link to the official pootle server. -- Nicolas FRANCOIS (Nekral) Wed, 26 Mar 2008 20:56:06 +0100 pootle (1.0.2-3) unstable; urgency=low * debian/patches/series, debian/patches/transtate-toolkit_1.1.0: Added support for the transtale-toolkit v1.1.0 (backported from upstream Pootle 1.1.0rc1) * debian/control: + Added dependency on translate-toolkit 1.1.0 + Standards-Version bump to 3.7.3. No changes required. + Move the homepage from the description to an Homepage field. * debian/copyright: + The licence is GPL version 2 or later. Change the link from GPL to GPL-2. + Add a proper copyright notice. * debian/pootle.init: Set the umask to 002 so that group pootle can change the files created by the pootle server. Closes: #442068 * debian/rules: remove test_statistics.py from the installed files. -- Nicolas FRANCOIS (Nekral) Sat, 23 Feb 2008 16:54:25 +0100 pootle (1.0.2-2) unstable; urgency=low * Updated pootle.prefs config file according to the upstream config file. Upstream should not contacted for administration tasks on a dedicated server. Local administrators should specify their own contact data. * New patch pootle_quickstats_written_once, contributed by upstream. It should improve speed and should be available in the next version. -- Nicolas FRANCOIS (Nekral) Thu, 30 Aug 2007 13:01:26 +0200 pootle (1.0.2-1) unstable; urgency=low * New upstream release -- Nicolas FRANCOIS (Nekral) Sun, 26 Aug 2007 20:48:39 +0200 pootle (1.0.1-2) unstable; urgency=low * debian/patches/pootle_ll_CC_languages.patch: Fix a typo. fn was renamed fname. This fixes a failure which made the server unusable. * debian/patches/pootle_continue_after_po_failure.patch: Restore this patch since it makes failures loading a PO more friendly. -- Nicolas FRANCOIS (Nekral) Sun, 01 Jul 2007 19:29:51 +0100 pootle (1.0.1-1) unstable; urgency=low * New upstream release -- Nicolas FRANCOIS (Nekral) Tue, 19 Jun 2007 15:47:58 +0200 pootle (1.0-1) unstable; urgency=low * New upstream release * pootle_mail_header.patch, pootle_logos_prefs.patch, pootle_gnuprojects_no_detect.patch, pootle_typos.patch: Patches applied upstream. Removed. * pootle_continue_after_po_failure.patch: commented. It should not be needed anymore with translate toolkit 1.0. * Update the dependency on translate-toolkit. -- Nicolas FRANCOIS (Nekral) Sat, 09 Jun 2007 21:48:21 +0200 pootle (0.11-1) unstable; urgency=low * New upstream release * debian/pootle.prefs: Updated pootle.prefs according to upstream's. More comments and added 'localfiletype' configuration. * debian/watch: use qa.debian.org redirector for sourceforge. -- Nicolas FRANCOIS (Nekral) Sat, 14 Apr 2007 13:31:39 +0200 pootle (0.10.1-2) experimental; urgency=low * Use quilt to make patching easier * Add the following patches: + debian_system_installation.patch: Debian personalization. It was already applied. + pootle_mail_header.patch: Fix the encoding of registration mail. Closes: #395496 + pootle_continue_after_po_failure.patch: Do not fail if a PO files cannot be loaded. This should isolate the failure to a project/language, but won't kill the server. + pootle_get_pofiles_with_find.patch: Speed up. + pootle_gnuprojects_no_detect.patch: Speed up. Administrators who wants to take advantage of this need to specify 'myproject'.treestyle = "gnu or "nongnu" in pootle.prefs. + pootle_logos_prefs.patch: Allow a personalization of the logos in pootle.prefs. + pootle_no_autoload.patch: Speed up the display of project's index pages; also lower the memory footprint. + pootle_ll_CC_languages.patch: Do not count pt_BR with the pt strings if pt_BR exists in pootle.prefs (also works with other languages). + pootle_no_autoload_language.patch: This patch intends to do the same as pootle_no_autoload.patch, for the other index pages. The patch needs more tests and is not applied. * Really remove users.prefs from /usr/ -- Nicolas FRANCOIS (Nekral) Sun, 14 Jan 2007 02:16:43 +0100 pootle (0.10.1-1) unstable; urgency=low * New upstream release. * debian/pootle.postinst: Use mode 0755 for the /var/run directory. * debian/pootle.init: Create the /var/run/pootle directory in the init script. This is necessary for tmpfs /var/run. * debian/rules, debian/pootle.postinst, debian/pootle.prerm: Do not start or stop the init script with dh_installinit. Do it manually to make sure it is started after the Python module installation and stopped before the Python module removal. * debian/pootle.conf: Add an example for configuring Apache 1.3 to proxy the requests to a Pootle server. * debian/pootle.prefs: Synchronized with the upstream configuration file. * debian/pootle.init: LSBize the init script: add an INIT INFO section and a status command. * debian/rules: As per the new new Python policy: remove the call to dh_python. * debian/control: As per the new new Python policy: depend on python-central (>= 0.5.6) and debhelper (>= 5.0.38). Set XS-Python-Version to "current, >= 2.3". -- Nicolas FRANCOIS (Nekral) Sat, 14 Oct 2006 13:58:57 +0200 pootle (0.10-1) unstable; urgency=low * New upstream release. * debian/pootle.prefs: Synchronize with upstream's pootle.prefs: New 'supportaddress' option, new options for terminology, languages' names are displayed in their languages. * debian/rule: ChangeLog was removed, use Pootle/ChangeLog instead. New tool: updatetm. * debian/control: Stricter dependencies: translate-toolkit (>= 0.10), python-jtoolkit (>= 0.7.8) [according to the upstream release notes]; python-central (>= 0.5) [according to the python policy]. * Pootle/tools/updatetm: Do not depend on the Python profiler. * debian/updatetm.1, debian/pootle.manpages: Add the updatetm manpage, based on updatetm --manpage. * debian/copyright: downloaded from http://translate.sourceforge.net (no more snapshots/latest). * debian/watch: upstream now distributes bz2 tarballs. -- Nicolas FRANCOIS (Nekral) Mon, 4 Sep 2006 00:14:12 +0200 pootle (0.9.1-1) unstable; urgency=low * New upstream release. * Add --oknodo to s-t-d in the init.d script. The --start (resp. --stop) command will be silent if pootle is already started (resp. stopped). Closes: #379036 * Update pootle.prefs and users.prefs according to the upstream configuration. -- Nicolas FRANCOIS (Nekral) Sun, 23 Jul 2006 11:34:18 +0200 pootle (0.9-1) unstable; urgency=low * Initial release. (Closes: #353051) * move the default location of pootle.prefs and users.prefs into /etc/pootle/ * move the html and template directories from /usr/lib/pythonX.X/site-package to /usr/share/pootle * move the po directory to /var/lib/pootle * add an init script to run Pootle at startup * add a man page for PootleServer -- Nicolas FRANCOIS (Nekral) Sat, 1 Jul 2006 22:38:57 +0200