2006
deskbar-applet (2.14.2-4.2) unstable; urgency=medium
* Non-maintainer upload.
* Switch to python-central instead of python-support, which should hopefully
work better with deskbar-applet (ie.: at least make the application start)
since it handles sys.path.insert() more gracefully; thanks to Loic Minier
for telling me about this. (Closes: #397600)
* Change XS-Python-Version: to >= 2.4, as the automake patches already assume
that.
-- Steinar H. Gunderson <sesse@debian.org> Thu, 9 Nov 2006 00:50:48 +0100
deskbar-applet (2.14.2-4.1) unstable; urgency=medium
* Non-maintainer upload.
* New python policy transition, using python-support; based on patch
from Luis Rodrigo Gallardo Cruz. (Closes: #394178, #380771)
* Build-depend versioned on cdbs and debhelper.
* Build-depend on python-all-dev instead of python2.4-dev.
* Build-depend on python-support (>= 0.5.3).
* Add XB-Python-Version and XS-Python-Version fields.
* Recommend python-beagle instead of python2.4-beagle.
* Add dh_pysupport call to the binary-install target in debian/rules.
* Add Provides: ${python:Provides}.
-- Steinar H. Gunderson <sesse@debian.org> Tue, 7 Nov 2006 02:33:35 +0100
deskbar-applet (2.14.2-4) unstable; urgency=low
* debian/control: Restored build dependencies.
+ Closes: #378376 "FTBFS: No package 'pygtk-2.0' found"
-- Sebastian Rittau <srittau@debian.org> Sat, 15 Jul 2006 21:07:14 +0200
deskbar-applet (2.14.2-3) unstable; urgency=low
* debian/control: Removed build dependency on python-gnome2-extras-dev and
dependency on python-gnome2-extras. All required modules are now in
package python-gnome2-desktop.
* debian/control: Build dependency clean up: Removed some probably dead
build dependencies, upgraded minimum required versions of others.
* debian/control: Updated dependencies and recommends on several Python
packages to post-transition versions. This ensures that these packages
contain the Python 2.4 version of the module.
+ Closes: #377041 "Traceback on start, import error on gobject" (Thanks,
Stéphane Rosi and John Halton for reporting this bug.)
* debian/control: Changed recommends from python-beagle to python2.4-beagle
for now, since beagle was not yet converted to the new Python policy.
+ Closes: #377823 "Recommends unavailable python-beagle (>= 0.2.6-1)"
-- Sebastian Rittau <srittau@debian.org> Sat, 15 Jul 2006 16:16:05 +0200
deskbar-applet (2.14.2-2) unstable; urgency=low
* debian/control: (Build-) depend on python-gnome-desktop.
* debian/rules: Manually pass --datadir to ./configure. Otherwise
deskbar/defs.py would contain the line
DATA_DIR = "${prefix}/share"
which doesn't make much sense in Python.
+ Closes: #378080 "${prefix} in icon path"
-- Sebastian Rittau <srittau@debian.org> Thu, 13 Jul 2006 16:39:46 +0200
deskbar-applet (2.14.2-1) unstable; urgency=low
* New upstream version.
+ debian/patches/100-fix-mozilla-conf.diff: Removed, applied upstream.
+ debian/patches/200-use-python-2.4.diff: Updated.
* debian/control: Recommend gnome-utils >= 2.14.0.
+ Closes: #367695 "programs.GnomeDictMatch: cannot look up multi-word
definitions"
* debian/control: Changed dependencies on pythonX.Y-* to python-*.
* debian/control: Added dependency on python2.4.
* debian/control: Improved the package description. (Long description
taken from the Ubuntu package.)
-- Sebastian Rittau <srittau@debian.org> Wed, 28 Jun 2006 21:24:03 +0200
deskbar-applet (2.14.1.1-4) unstable; urgency=low
* Fix FTBFS.
+ debian/control: For each python-*-dev package, depend on the
corresponding python2.4-* package explicitly. Otherwise only the Python
2.3 versions of these packages will get pulled in and configure can't
find the modules.
+ debian/control: Upgraded build dependencies on python-gnome2-dev to
>= 2.12.
+ Closes: #366670 "FTBFS: misses gnomeapplet"
* debian/control: Upgraded standards version from 3.6.2 to 3.7.2. (No
changes required.)
* debian/watch: Added a watch file.
-- Sebastian Rittau <srittau@debian.org> Wed, 10 May 2006 17:50:01 +0200
deskbar-applet (2.14.1.1-3) unstable; urgency=low
* Switch packaging to CDBS.
+ debian/rules: Rewritten.
+ debian/control: Build-depend on cdbs.
* Rebuilt against latest evolution-data-server.
+ Closes: #362611 "Will need rebuild against new evolution-data-server"
* Build against Python 2.4.
+ debian/control: Changed (build-)dependencies accordingly.
+ debian/patches/200-use-python-2.4.diff: New patch to force
deskbar-applet to use Python2.4.
+ Closes: #360320 "empty popup menu"
+ Closes: #361250 "pathprograms.py needs python2.4"
* Fix Web History/Web Search when Mozilla configuration misses the "Default"
section.
+ debian/patches/100-fix-mozilla-conf.diff: New patch by P. Oscar Boykin.
+ Closes: #363913 "Cannot Activate Web History / Web Searches"
* Recommend gnome-utils for the Dictionary and Files and Folder Search to
work correctly.
+ debian/control: Add Recommends: gnome-utils
+ Partly addresses #364839 "should recommend gnome-utils for
Dictionary/Files and Folder Search functions"
* debian/dirs: Removed, unnecessary.
-- Sebastian Rittau <srittau@debian.org> Wed, 10 May 2006 09:24:47 +0200
deskbar-applet (2.14.1.1-2) unstable; urgency=low
* Recommend python-beagle and python2.3-soappy.
+ Closes: #363449 "should suggest python-soappy for the google handler"
(Thanks, Christophe Nowicki)
-- Sebastian Rittau <srittau@debian.org> Thu, 20 Apr 2006 19:16:59 +0200
deskbar-applet (2.14.1.1-1) unstable; urgency=low
* New upstream version.
+ Closes: #362512 "Attempt to change behavior of 'Web Searches' fails"
-- Sebastian Rittau <srittau@debian.org> Mon, 17 Apr 2006 15:07:10 +0200
deskbar-applet (2.14.1-1) unstable; urgency=low
* New upstream version.
* Use debhelper compatibility level 5.
+ debian/control: upgraded build-dependency on debhelper to >= 5.0.0
+ debian/compat: Set compatibility level from 4 to 5.
* Moved gconf schemas from /etc to /usr/share.
+ debian/rules: call dh_gconf
+ Closes: #340517 "package still ships gconf schemas in /etc" (thanks,
Josselin Mouette!)
* debian/control: build-dependency upgrades:
+ python-gnome2-extras >= 2.12 to prevent problems with the applet mode
+ intltool >= 0.33 as per the configure script
+ pkg-config >= 0.9.0 as per the configure script
* debian/control: upgraded standards-version to 3.6.2 (no changes needed)
* debian/copyright: updated address of the FSF
-- Sebastian Rittau <srittau@debian.org> Wed, 12 Apr 2006 20:08:12 +0200
deskbar-applet (2.14.0.1-2) unstable; urgency=low
* Added missing build-dependency.
+ debian/control: Added libgnome-desktop-dev to build dependencies.
+ Closes: #360045 "FTBFS: No package 'gnome-desktop-2.0' found"
-- Sebastian Rittau <srittau@debian.org> Fri, 31 Mar 2006 15:45:15 +0200
deskbar-applet (2.14.0.1-1) unstable; urgency=low
* New maintainer with permission from Tollef. Thanks, Tollef, for your work!
+ debian/control: Set myself as maintainer.
* Removed the .bzr files from debian directory.
-- Sebastian Rittau <srittau@debian.org> Wed, 29 Mar 2006 18:16:28 +0200
deskbar-applet (2.14.0.1-0.3) unstable; urgency=low
* debian/copyright: Updated the download location and author names. Added
full GPL boilerplate.
-- Sebastian Rittau <srittau@debian.org> Tue, 28 Mar 2006 19:37:52 +0200
deskbar-applet (2.14.0.1-0.2) unstable; urgency=low
* Bugs fixed by the new upstream version:
+ Closes: #342646 "New upstream version available"
+ Closes: #335648 "traceback on startup"
+ Closes: #334832 "can't focus on applet"
* Bug fixed by recompile:
+ Closes: #349884 "Incorrect dependencies"
* Fix dependency problems:
+ debian/control: Depend on python-gnome2-extras and python-glade2;
build-depend on python-glade2
+ Closes: #339399 "deskbar-applet should depend on python2.3-gnome-extras"
+ Closes: #337490 "deskbar-applet should depend on python-glade2"
-- Sebastian Rittau <srittau@debian.org> Sun, 26 Mar 2006 14:48:06 +0200
deskbar-applet (2.14.0.1-0.1) unstable; urgency=low
* New upstream release.
-- Sebastian Rittau <srittau@debian.org> Fri, 24 Mar 2006 17:29:54 +0100
2005
deskbar-applet (0.8.0-1) unstable; urgency=low
* New upstream release.
-- Tollef Fog Heen <tfheen@debian.org> Mon, 24 Oct 2005 10:11:27 +0200
deskbar-applet (0.6-1) unstable; urgency=low
* New upstream release, works with python2.3 (closes: #332850) * Add missing depends on python-gtk/gnome modules. (closes: #333741)
-- Tollef Fog Heen <tfheen@debian.org> Mon, 17 Oct 2005 09:41:43 +0200
deskbar-applet (0.5.0-2) unstable; urgency=low
* Clean up package a bit, fixing FHS compliance, correct depends and
such.
-- Tollef Fog Heen <tfheen@debian.org> Thu, 6 Oct 2005 11:08:25 +0200
deskbar-applet (0.5.0-1) unstable; urgency=low
* Initial release.
-- Tollef Fog Heen <tfheen@debian.org> Tue, 4 Oct 2005 12:23:19 +0200