revelation (0.4.11-3ubuntu1) hardy; urgency=low * Merge from debian unstable (LP: #191154), remaining changes: + debian/patches/30_python.dpatch: + Use unversioned python interpreter. + debian/patches/50_panel_category.dpatch: + Change GNOME panel category from "Utility" to the correct "Utilities". + debian/rules: + Set the python version to 2.5. + debian/control: + Modify Maintainer value to match DebianMaintainerField spec. * debian/rules + Replace dh_iconcache with dh_icons. * debian/control: + Build-depend on debhelper => 5.0.51 (for dh_icons). + Drop python-xml from Depends (LP: #199014). * debian/patches/60_typo_de_translation.dpatch: + Fix typos in german translation (LP: #155768). * debian/patches/40_xhtml.dpatch: + Add this patch to 00list so it gets applied (fixes LP: #113728). -- Michael Bienia Fri, 07 Mar 2008 17:37:50 +0100 revelation (0.4.11-3) unstable; urgency=low * Updated to Policy version 3.7.3 * changed Maintainer email address -- Stefan Voelkel Sun, 20 Jan 2008 18:05:28 +0100 revelation (0.4.11-2ubuntu2) gutsy; urgency=low * Force python 2.5 to make the package actually work. -- Tollef Fog Heen Tue, 22 May 2007 08:31:11 +0200 revelation (0.4.11-2ubuntu1) gutsy; urgency=low * Merge from debian unstable, remaining changes: - Actually apply patch for python2.5 by adding it to debian/patches/00list. -- Luke Yelavich Tue, 15 May 2007 20:05:19 +1000 revelation (0.4.11-2) unstable; urgency=low * Fix XHTML exporter, patch by Javier Kohen (Closes: #416015) -- Stefan Voelkel Wed, 11 Apr 2007 15:28:08 +0200 revelation (0.4.11-1) unstable; urgency=low * New upstream release * Moved Source patches do dpatch -- Stefan Voelkel Fri, 19 Jan 2007 16:36:35 +0100 revelation (0.4.11-0ubuntu3) feisty; urgency=low * Actually apply patch for python2.5 by adding it to debian/patches/00list (LP: #91729). -- Jeremie Corbier Mon, 19 Mar 2007 20:44:22 -0700 revelation (0.4.11-0ubuntu2) feisty; urgency=low * Force Python 2.5 so the package actually works. (Without, it complains about errors when importing /usr/lib/python2.5/site-packages/revelation/crack.so . -- Tollef Fog Heen Sat, 10 Feb 2007 10:01:57 +0100 revelation (0.4.11-0ubuntu1) feisty; urgency=low * New upstream release: 0.4.11: Bugfixes: - fix applet configuration checks Translation: - updated czech translation [Zbyněk Mrkvička] 0.4.10: Bugfixes: - don't import missing mman module in applet 0.4.9: Bugfixes: - fixed translation of field names and tooltips - don't include built config.py during make dist - added POTFILES.skip to skip translation for certain files - set utf-8 encoding for POTFILES Translations: - added czech translation [Zbyněk Mrkvička] - updated german translation [Daniel Schindler] 0.4.8: New features: - translation support - ported to gtk+ 2.8 and gnome 2.10 - added LUKS file import/export [John Lenz] - added SplashID CSV file import [Devan Goodwin] - cleaned up preferences dialog - only show Revelation files by default in open and save dialogs Bugfixes: - improved error detection during file saving - handle errors while loading icons [Wade Berrier] - scale icons with improper sizes - use new icon for ftp accounts (old one removed from gnome-icon-theme) - fixed crash when doubleclicking tree with no entry selected - password generator now always avoids ambiguous characters - password checker and generator follow "show passwords" preference - don't use passwords in default goto commands - HIG fixes - added missing config.guess and config.sub autoconf files Translations: - added chinese translation [Dancefire] - added french translation [Gilles Accad] - added german translation [Christian Sagmueller] - added swedish translation [Daniel Nylander] Code changes: - improved build scripts - generate ChangeLog from subversion log during make dist - removed gnomemisc module - don't use deprecated gnome-python modules - moved convert_entry_generic() to the Entry.convert_generic() method * debian/patches/00list: - Don't apply 01_gnomemisc_override.dpatch, it fails with the new version. * debian/control: - Add intltool as a Build-Dep. -- Christian Bjälevik Sun, 21 Jan 2007 15:06:08 +0100 revelation (0.4.7-4ubuntu3) feisty; urgency=low * Rebuild for python2.5 as the default python version. -- Matthias Klose Mon, 15 Jan 2007 17:53:57 +0000 revelation (0.4.7-4ubuntu2) feisty; urgency=low * Rebuild for python2.5 as the default python version. -- Matthias Klose Fri, 12 Jan 2007 13:25:24 +0000 revelation (0.4.7-4ubuntu1) feisty; urgency=low * Merge from debian unstable. Remaining changes: + data/bonobo/GNOME_RevelationApplet.server.in: - change category from "Utility" to the correct "Utilities" + debian/control: - depend on python-gnome2-desktop (>= 2.15.0) to be able to import gnomeapplet.Applet + debian/rules: - added dh_iconcache call -- Michael Bienia Tue, 19 Dec 2006 16:49:19 +0100 revelation (0.4.7-4) unstable; urgency=low * Acknowledged NMU * Add dh_shlibdeps do debian/control (Closes: #389587) -- Stefan Voelkel Tue, 26 Sep 2006 18:04:05 +0200 revelation (0.4.7-3.1) unstable; urgency=medium * Non-maintainer upload to get the Python dependencies straight (closes: Bug#384193) -- Martin Schulze Tue, 22 Aug 2006 21:13:56 +0200 revelation (0.4.7-3) unstable; urgency=low * Integrated NMU by Oleksandr Moskalenko (Closes: #377362, #376149, #376322) * Integrated NMU by Piotr Ozarowski * Updated to latest python policy (Closes: #380935) - Convert to python-central - Bumped debhelper compatibility level to 5 - Dependencies updated - Added new debian/pycompat file * menu's section changed to "Apps/Databases" * fix debian/revelation.menu, was broken in 0.4.7-2 (Closes: #380206) -- Stefan Voelkel Fri, 21 Jul 2006 16:10:38 +0200 revelation (0.4.7-2.1) unstable; urgency=low * NMU with the maintainer's permission to fix the RC bugs. * debian/control: + Added a build depends on python-gnome2-desktop-dev (Closes: #377362) - Thanks to Javier Kohen for his help. + Added a build depends on dpatch to activate the patching system. * debian/rules: Added patching rules based on dpatch. * debian/patches/01_gnomemisc_override.dpatch: Added a patch that fixes gnome applet import (Closes: #376149, #376322) - thanks to Romain Chantereau for the patch. -- Oleksandr Moskalenko Fri, 14 Jul 2006 11:44:01 -0600 revelation (0.4.7-2ubuntu2) edgy; urgency=low * src/wrap/gnomemisc/gnomemisc.override: - use gnomeapplet.Applet instead of gnome.applet.Applet * debian/control: - Depend on python-gnome2-desktop (>= 2.15.0) for the above change -- Sebastian Dröge Mon, 10 Jul 2006 17:22:24 +0200 revelation (0.4.7-2ubuntu1) edgy; urgency=low * Sync with Debian: + debian/control: - added python-gnome2-desktop{-dev,} as {Build-,}Depends + debian/rules: - added dh_iconcache call + data/bonobo/GNOME_RevelationApplet.server.in: - change category from "Utility" to the correct "Utilities" -- Sebastian Dröge Mon, 26 Jun 2006 12:33:47 +0200 revelation (0.4.7-2) unstable; urgency=low * No longer fail to unlock (Closes: #362941) * Remove unneeded gconftool call (Closes: #369859) * Alter debian/revelation.menu to reflect new menu structure * depend on python-gnome2 instead of python2.3-gnome2 * New Standards-Version: 3.7.2 -- Stefan Voelkel Tue, 6 Jun 2006 18:39:46 +0200 revelation (0.4.7-1) unstable; urgency=low * New upstream release 0.4.7 (Closes: #366971, #367578) * No longer hangs on missing NFS mounts (Closes: #350741) * Changed detection of gnome.vfs (Closes: #340787) * Do not copy XML entities to clipboard (Closes: #347269) * Changed name of button in edit dialog (Closes: #354870) * Fixed file unlocking after laptop sleep (Closes: #350276) -- Stefan Voelkel Mon, 30 Jan 2006 18:10:32 +0100 revelation (0.4.5-2) unstable; urgency=low * Fix gnome.applet dependency -- Stefan Voelkel Tue, 13 Sep 2005 12:29:27 +0200 revelation (0.4.5-1) unstable; urgency=low * New upstream release (Closes: #325019, #327247, #336969) * New policy 3.6.2 -- Stefan Voelkel Sun, 28 Aug 2005 13:02:29 +0200 revelation (0.4.3-2) unstable; urgency=low * Acknowledged NMU -- Stefan Voelkel Mon, 16 May 2005 18:27:10 +0200 revelation (0.4.3-1.1) unstable; urgency=high * Non-maintainer upload. * Urgency high due to RC bug fix. * etc/gconf/schemas -> usr/share/gconf/schemas (Closes: #306901) * gconftool || true (don't fail if gconftool fails, also closes #306901) * -$(MAKE) distclean in clean target of debian/rules (Closes: #307764) -- Luk Claes Thu, 5 May 2005 12:54:20 +0200 revelation (0.4.3-1) unstable; urgency=low * New upstream release (Closes: #304420) * Fixed close one error (Closes: #302644) * Changed dependencies (Closes: #300117) * Don't crash on missing icons (Closes: #297612) * Autolocking (Closes: #269864) * Work around crash on amd64 (Closes: #300101) -- Stefan Voelkel Thu, 14 Apr 2005 21:25:13 +0200 revelation (0.4.0-1) unstable; urgency=low * New upstream release (Closes: #275162, #275161, #255419, #294259) -- Stefan Voelkel Wed, 9 Feb 2005 20:15:07 +0100 revelation (0.3.4-1) unstable; urgency=low * New upstream release (Closes: #269866) -- Stefan Voelkel Sat, 9 Oct 2004 10:48:34 +0200 revelation (0.3.2-1) unstable; urgency=low * New upstream release * Changed build-depends (Closes: #259133, #263973) -- Stefan Voelkel Tue, 10 Aug 2004 19:29:33 +0200 revelation (0.3.0-1) unstable; urgency=low * New upstream release (Closes: #237480, #237773, #239417) -- Stefan Voelkel Tue, 6 Apr 2004 17:16:49 +0200 revelation (0.2.1-1) unstable; urgency=low * removed Umlaut from d/copyright * New upstream release * Fixed frpm importing, Closes: #238703 -- Stefan Voelkel Fri, 19 Mar 2004 10:26:34 +0100 revelation (0.2.0-1) unstable; urgency=low * removed /usr/sbin from d/dirs * removed Umlaut from control file * clean up all files created during build * New upstream release -- Stefan Voelkel Fri, 27 Feb 2004 11:20:35 +0100 revelation (0.1.2-2) unstable; urgency=low * Fixed build dependencies. * Chanded changelog to plain ascii * Removed debian/*.ex files * Removed debian/revelation.doc-bas.EX, fixes error on installation. -- Stefan Voelkel Sun, 8 Feb 2004 18:52:28 +0100 revelation (0.1.2-1) unstable; urgency=low * Initial Release. -- Stefan Voelkel Thu, 5 Feb 2004 18:10:20 +0100