awn-extras (0.4.1~bzr1507-0ubuntu7) precise; urgency=low

  * 05-glib-single-include.patch: Starting with glib 2.32 it is
    now mandatory to include glib.h instead of individual
    headers, or the compiler will generate an error.
    Backported from Debian. Fixes FTBFS.

 -- Andrew Starr-Bochicchio <a.starr.b@gmail.com>  Mon, 02 Apr 2012 12:14:57 -0400

awn-extras (0.4.1~bzr1507-0ubuntu6) precise; urgency=low

  * rebuild for libindicator7
  * debian/control
    - removed build depends for vala-awn 

 -- Ken VanDine <ken.vandine@canonical.com>  Wed, 25 Jan 2012 09:45:18 -0500

awn-extras (0.4.1~bzr1507-0ubuntu5) precise; urgency=low

  * Rebuild to drop python2.6 dependencies.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 31 Dec 2011 02:00:50 +0000

awn-extras (0.4.1~bzr1507-0ubuntu4) oneiric; urgency=low

  * Drop dependency on python-gweather, it's NBS and optional.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 06 Sep 2011 18:01:11 +0200

awn-extras (0.4.1~bzr1507-0ubuntu3) oneiric; urgency=low

  * debian/control:
   - Remove python-central build-depends.
   - Add build-depends on python (>= 2.6.6-3~) for dh_python2 support.
   - Drop Provides: ${python:Provides}.
  * debian/rules:
   - Use --with python2 (LP: #830220).

 -- Julien Lavergne <gilir@ubuntu.com>  Thu, 01 Sep 2011 23:27:05 +0200

awn-extras (0.4.1~bzr1507-0ubuntu2) oneiric; urgency=low

  * debian/patches:
   - 04-fix-indicator-API-detection.patch: Build against lastest indicators
     version (LP: #810817)
   - 03-libnotify07.patch: Transition to libnotify 0.7, thanks to Laurent
     Bigonville.
  * debian/rules:
   - Use --with autoreconf, needed by 04-fix-indicator-API-detection.patch.
  * debian/control:
   - Build-depends on dh-autoreconf.

 -- Julien Lavergne <gilir@ubuntu.com>  Fri, 19 Aug 2011 16:41:05 +0200

awn-extras (0.4.1~bzr1507-0ubuntu1) natty; urgency=low

  * New upstream snapshot.
   - comics applet crashed with KeyError in on_feed_updated() (LP: #356334)
   - feeds applet crashed with GError in show_notification() (LP: #618830)
   - media control crashed with KeyError in get_media_info() (LP: #693829)
  * debian/control:
   - Fix duplicate short description for weather applet.

 -- Julien Lavergne <gilir@ubuntu.com>  Tue, 22 Feb 2011 01:53:31 +0100

awn-extras (0.4.1~bzr1485-0ubuntu4) natty; urgency=low

  * debian/control
    - Bump build-depends for libindicator-dev to >= 0.3.19 

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 17 Feb 2011 16:26:08 -0500

awn-extras (0.4.1~bzr1485-0ubuntu3) natty; urgency=low

  * Change build-depends from libwebkit-dev to libwebkitgtk-dev as a
    part of webkit transition.
  * Bump standards   
    - update debian/control
  
 -- Bhavani Shankar <bhavi@ubuntu.com>  Tue, 25 Jan 2011 23:33:58 +0530

awn-extras (0.4.1~bzr1485-0ubuntu2) natty; urgency=low

  * No change rebuild for libindicator1 > libindicator2 transition

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 14 Jan 2011 17:34:56 -0600

awn-extras (0.4.1~bzr1485-0ubuntu1) natty; urgency=low

  * New upstream snapshot.
   - Fix crash of battery-applet applet in call_blocking() (LP: #325925)
   - Fix crash of media-control applet in get_media_info() (LP: #537629)
   - Fix crash of feeds applet in load_opml() (LP: #630159)
   - Fix crash of file-browser-launcher applet in load_pixbuf() (LP: #648055)
   - Fix crash in dialect applet (LP: #615860)
   - Fix POP3 backend of mail applet (LP: #351720)
   - Fix crash of file-browser-launcher applet in do_bookmarks() (LP: #648501)
   - Hide glib.Error in notification.show() (LP: #691763)
  * debian/patches/
   - 901-cairo-menu-fix-d-and-d.patch: merged upstream.
   - 902-mail-fix-pop-backend.patch: merged upstream.
   - 903-mail-fix-io-error.patch: merged upstream.
   - 904-mail-fix-crash-on-toggle.patch: merged upstream.
   - 905-yama-fix-crash-nonetype.patch: merged upstream.
   - 906-mail-desktop-icon.patch: merged upstream.
  * Rename source to awn-extras, to match upstream change.
  * debian/control & *.install:
   - Split packages into individual binary for each applet.
  * debian/control:
   - Remove depends on HAL for battery applet.
   - Rename dbg into awn-applets-dbg.
   - Add depends on python-glade2 for stack applet (LP: #660966).
   - Add depends on python-vobject for calendar applet (LP: #678341).
   - Provide notification-daemon for notification-daemon applet.
     (Closes: #597678)
   - Provide indicator-renderer for indicator applet.
   - Add depends on zeitgeist for related applet.
   - Add a meta package awn-applets-all to install all applets.
  * debian/rules:
   - Adjust dh_strip with the name dbg package name.
   - Adjust dh_makeshlibs with the new names of C applets. 

 -- Julien Lavergne <gilir@ubuntu.com>  Sat, 18 Dec 2010 21:14:11 +0100

awn-extras-applets (0.4.0+bzr1372-0ubuntu3) maverick; urgency=low

  * debian/control:
   - Build-depends on libindicator-dev (>= 0.3.14) to rebuild on lastest
     libindicator. (LP: #637692).
  * debian/patches/901-cairo-menu-fix-d-and-d.patch:
   - From upstream, fix drag and drop in cairo-menu. (LP: #568700)
  * debian/patches/902-mail-fix-pop-backend.patch:
   - From upstream, fix POP3 backend in mail applet (LP: #561919)
  * debian/patches/903-mail-fix-io-error.patch:
   - From upstream, unlock keyring on startup in mail applet (LP: #581075)
  * debian/patches/904-mail-fix-crash-on-toggle.patch
   - From upstream, Fix crash on_toggle() in mail applet (LP: #557410)
  * debian/patches/905-yama-fix-crash-nonetype.patch
   - From upstream, fix NoneType crash in YAMA applet (LP: #506847)
  * debian/patches/906-mail-desktop-icon.patch
   - From upstream, fix icon in desktop file of mail applet.

 -- Julien Lavergne <gilir@ubuntu.com>  Fri, 24 Sep 2010 16:04:00 +0200

awn-extras-applets (0.4.0+bzr1372-0ubuntu2) maverick; urgency=low

  * debian/control:
   - Set Architecture: all for awn-applets-common.
   - Set Replaces on c-extras and c-core for partial upgrade.
     (LP: #627175, #627307)

 -- Julien Lavergne <gilir@ubuntu.com>  Tue, 31 Aug 2010 22:13:00 +0200

awn-extras-applets (0.4.0+bzr1372-0ubuntu1) maverick; urgency=low

  * Sync with Debian
  * New upstream snapshot (LP: #626265)
   - YAMA: use lda instead of xdg for managing desktop files (LP: #497787)
   - Volume: fix crash on high volume value. (LP: #461123)
   - Weather: fix crash on activate_map_cb (LP: #581414)
   - File-browser-launcher: fix crash on mounting LUKS partition (LP: #532848)
   - Feeds: fix crash when getting favicon (LP: #561611)
   - Slickswitcher: Fix division by 0 (LP: #562548)
  * debian/control:
   - Build-depends on libindicator-dev (>= 0.3).
   - Build-depends on libzeitgeist-dev (>= 0.2.2).
   - Recommends python-gtop | python-gnome2-desktop for bandwidth-monitor.
   - Update description for new applets.
  * debian/rules:
   - Pass --with-indicator to enable indicator applet.
   - Remove schemas for desactivated applets.
   - Disable mount applet.
  * debian/awn-applets-c-core.install:
   - Install indicator applet.
   - Install related applet.
  * debian/awn-applets-python-core:
   - Disable mount applet. 

 -- Julien Lavergne <gilir@ubuntu.com>  Sun, 29 Aug 2010 14:29:52 +0200

awn-extras-applets (0.4.0-3) unstable; urgency=low

  * debian/control:
   - Add depends on python-awn-extras (>= 0.4.0) for all python applets.
     Closes: #589317
   - Fix wrong description for awn-applets-common. Closes: #587632
   - Recommend python-pyinotify for thinkhdaps applet.
   - Use Breaks instead of Replaces and Conflicts when moving files between
     packages to conform to Standards-Version 3.9.0.
   - Bump Standards-Version to 3.9.0.
   - Fix Conflicts for python-awn-extras.
   - Improve short descriptions.
  * debian/pyversions: Build only for python >= 2.5. Thanks Jakub Wilk for the
    patch. Closes: #587964
  * debian/copyright: Remove mention of BSD license in
    /usr/share/common-licenses to conform to Standards-Version 3.9.0.

 -- Julien Lavergne <julien.lavergne@gmail.com>  Sat, 17 Jul 2010 13:11:19 +0200

awn-extras-applets (0.4.0-2) unstable; urgency=medium

  * Urgency set to medium to close RC bug.
  * debian/control:
   - Add Conflicts/Replaces between python-awn-extras and python-awnlib, all
     files from python-awnlib was moved into python-awn-extras.
     (Closes: #586744).

 -- Julien Lavergne <julien.lavergne@gmail.com>  Wed, 23 Jun 2010 00:38:46 +0200

awn-extras-applets (0.4.0-1) unstable; urgency=low

  * New upstream release.
   - Catch error in weather applet (LP: #359668)
   - Stack applet close on click (LP: #261520)
   - Close cairo-menu after a click (LP: #511256)
   - Fix crash of awn-system-monitor (LP: #545164)
   - Fix crash when removing a volume >1 or adding volume >1 or using prefs
     while > 1 volumes is present (LP: #556175)
   - Fix crash of media-control when Rhythmbox quit (LP: #558463)
   - Fix crash of file-browser-launcher when there is no .gtk-bookmarks
     (LP: #551119)
  * Update applets location:
   - Plugger, Filebrowser, Trasher, DesktopManager, Lastfm, Meebo, Digg, Pynot,
     RTM applets removed.
   - Sysmon, Bandwidth-monitor, Dialect, Hardware sensors, YAMA, Slickswitcher
     applets added
   - Separator applet move to Awn package.
   - Trash applet replaced by Garbage applet.
   - Arss applet replaced by Feeds applet.
   - Showdesktop applet move from python-core to c-core.
   - Digital Clock applet move from python-extras to c-extras.
   - Mimenu applet desactived.
  * debian/series: disable 01-ftbfs-python-2.6.patch.
  * debian/patches/02-shinyswitcher-default-layout.patch refreshed. 
  * debian/watch: Update to the new package naming.
  * debian/control:
   - Description updated with new applets.
   - Update Depends, Recommends and Suggests for all applets and add comments.
   - Add recommends on python-rsvg and python-wnck on python-core rather
     than python-extras applets. Thanks Mark Lee for the patch (LP: #423598).
   - Bump debhelper build-depends to (>= 7.0.50~) for overrides.
   - Bump build-depends libawn-dev (>= 0.4.0) and valac (>= 0.7.7).
   - Remove libawn-extras and python-awnlib, all merged in python-awn-extras.
   - Replace awn-manager by awn-settings.
   - Drop build-depends on libgnome-desktop-dev, python*-dev, awn-manager,
     libglade2-dev and libgnomeui-dev.
   - Add build-depends on libdesktop-agnostic-bin and vala-awn.
   - Demote gconf-editor to Suggests, it's only needed for very advanced
     settings.
   - Add a debug package for C applets.
   - Add a common package for translations, and make it depends on all applets
     packages.
   - Add proper Conflicts/Replaces for updates of applets location
     (LP: #524559).
  * debian/rules
   - Rewrite to use overrides and dh_install --fail-missing.
   - Disable dropper (not finished), mimenu (unstable) vala-test, python-test,
     wobblyzini (only for development purpose) applets.
   - Remove useless call to dh_makeshlibs.
   - Add dh_strip call for awn-applets-c-dbg binary.
   - Make scripts executable.
  * debian/awn-applets-c-core.links: dropped, not needed.
  * debian/libawn-extras*: Removed, libawn-extras was removed upstream.
  * debian/python-awnlib*: Merged with python-awn-extras.
  * debian/python-awn-extras.install: Install only py files.
  * debian/copyright:
   - Update copyright and licenses.

 -- Julien Lavergne <julien.lavergne@gmail.com>  Wed, 16 Jun 2010 21:39:36 +0200

awn-extras-applets (0.3.2.2-4) unstable; urgency=medium

  * debian/patches/01-ftbfs-python-2.6.patch: Remove LOCALMODLIBS in configure
    and m4 to avoid unnecessary linking with -lssl. (Closes: #571153)

 -- Julien Lavergne <julien.lavergne@gmail.com>  Wed, 03 Mar 2010 23:05:24 +0100

awn-extras-applets (0.3.2.2-3) unstable; urgency=medium

  *  debian/control:
   - Add python-rsvg | python-gnome2-desktop depends for core applets, needed
     by cairo-clock (Closes: #550280)
   - Build-depends on python-dev (>= 2.5) and remove build-depends on
     python-elementtree, it's now included in python (Closes: #569388)
   - Fix typo in description (Closes: #557833, #557834)
   - Bump Standards-Version to 3.8.4, no change needed.
  * Switch to dpkg-source 3.0 (quilt) format
   - Drop usage of quilt in debian/rules.
   - Drop build-depends on quilt.

 -- Julien Lavergne <julien.lavergne@gmail.com>  Thu, 11 Feb 2010 23:32:58 +0100

awn-extras-applets (0.3.2.2-2) unstable; urgency=low

  * debian/control:
   - Depends on python-awnlib (>= 0.3.2.2) and python-awn-extras (>= 0.3.2.2),
     first version build with python-support, to avoid breakage on partial
     upgrade.
     Closes: #534665, #534666
   - Bump Standards-Version to 3.8.2 (no change needed).
   - Fix comma in depends field.  

 -- Julien Lavergne <julien.lavergne@gmail.com>  Sat, 27 Jun 2009 14:06:25 +0200

awn-extras-applets (0.3.2.2-1) unstable; urgency=low

  * New Upstream Version (LP: #344874, #350383).
  * debian/rules:
   - Rewrite to use python-support and debhelper v7.
   - Add quilt support.
  * debian/compat:
   - Bump to 7.
  * debian/control:
   - Bump debhelper build-depends to (>= 7).
   - Drop build-depends on cdbs.
   - Add missing ${misc:Depends} for python-awnlib.
   - Bump Standards-Version to 3.8.1.
   - Following the split of python-gnome2-desktop, replace the recommends 
     by python-rsvg | python-gnome2-desktop.
   - Remove useless "section" field.
   - Add VCS fields.
   - Bump depends for python-awn to >= 0.3.2.1, to force the depends on the 
     1st version build with python-support.
   - Add build-depends on quilt.
   - Remove X{B,S}-Python-Version.
  * debian/patches: Convert to use quilt.
  * debian/python-awnlib.preinst:
   - add maintainer scripts to clean after pycentral. 
  * Add debian/pyversions and remove debian/pycompat

 -- Julien Lavergne <julien.lavergne@gmail.com>  Wed, 17 Jun 2009 00:21:53 +0200

awn-extras-applets (0.3.2.1-1) unstable; urgency=low

  * New upstream release.
   - Applets added : notification-area, animal farm.
   - Applets removed : cairo-menu classic, switcher, tsclient.
  * debian/control:
   - Update with new applets.
   - Add Recommends on hal instead of acpi because new battery-applet use it 
     now (Closes: #510018).
   - Bump valac Build-Depends to (>= 0.5.4)
   - Add python-dateutil and libgweather-common as Recommends for cairo-clock.
   - Add gnome-applets as Recommends for cpufreq applet.
   - Add fortune as Recommends for animal-farm.
   - Bump python-awnlib version to 0.3.2.
   - Remove Recommends for tsclient, the applet was removed.
   - Remove libtrackerclient as Build-Depends, the affinity applet was removed.
   - Replace python2.5 by python (>= 2.5).
   - Drop libawn-extras0 depends, handle by debian/rules.
  * debian/patches
   - 01-hardcode-icon-location.patch: Remove, fixed upstream.
   - 02-shinyswitcher-default-layout : Set the layout to 4x1 workspaces by 
     default, and applet's size to 80% of the bar.
   - 10-implicit-pointer-conversion.patch: Removed, the affinity applet was 
     removed.
   - 99-gnomeui-CFLAGS.patch: Remove, fixed upstream.
  * debian/rules
   - Add libawn-extras0 as a shlibs.
   - Add exclude=* to dh_makeshlibs to remove useless shlibs file.
  * debian/copyright
   - Update with new applets.
   - Replace (C) by ©
  * debian/*.install:
   - Update with new and removed applets.

 -- Julien Lavergne <julien.lavergne@gmail.com>  Mon, 16 Mar 2009 16:02:31 +0100

awn-extras-applets (0.3~bzr912-1ubuntu3) jaunty; urgency=low

  * Python 2.6 transition (lp: #338550).

 -- Michael Bienia <geser@ubuntu.com>  Fri, 06 Mar 2009 14:48:41 +0100

awn-extras-applets (0.3~bzr912-1ubuntu2) jaunty; urgency=low

  * Also add a missing build-dependency on libgnomeui-dev, overlooked in
    the previous upload.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Wed, 14 Jan 2009 06:58:30 +0000

awn-extras-applets (0.3~bzr912-1ubuntu1) jaunty; urgency=low

  * Rebuild against libgnome-desktop-2-11.  LP: #309529.
  * Add missing build-dependency on libglade2-dev.
  * debian/patches/99-gnomeui-CFLAGS.patch: Add libgnomeui-2.0 CFLAGS,
    since aff-utils.c needs gnome-icon-lookup.h.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Wed, 14 Jan 2009 02:31:11 +0000

awn-extras-applets (0.3~bzr912-1) experimental; urgency=low

  * New upstream snapshot.
  * debian/patches
   - All patches are merged upstream. Remaining patches :
   - 10-implicit-pointer-conversion.patch : 
    + Update to apply only to affinity applet.
    + Add Debian and Upstream bug tracker entries.
   - 01-hardcode-icon-location.patch:
    + Hardcode icon location to workaround build system.
  * debian/*.install & debian/*.links
   - Update location, from /usr/*/awn/ to /usr/*/avant-window-navigator/
   - Install new applets.
   - Update schemas files installation.
   - Update AWNLib installation.
  * debian/control
   - Bump libawn-dev Build-Depends to >= 0.3~bzr489.
   - Bump python-awnlib Depends to >= 0.3~bzr912.
   - Bump awn-manager Recommends to >= 0.3~bzr489.
   - Suggest extras packages for each core binaries.
   - Add valac for Build-Depends and Depends.
   - Add libwebkit-deb as Build-Depends for webapplet.
   - Add python2.5 as Build-Depends if python-elementtree is not installed.
   - Add squilte3 and python-sqlalchemy as Depends for arss applet.
   - Add python-xlib as Recommends for pynot applet.
   - Add xdg-utils as Recommends for trash applet.
   - Add python-dbus as Recommends for battery-applet.
   - Add Conflicts and Replaces with previous version because calendar is now 
     in python-extras.
   - Add Suggests tomboy for tomboy applet.
   - Remove gnome-icon-theme, not needed as the icon is now available.
   - Update description for new applets.
  * debian/copyright
   - Add new copyright and licence for new applets.
  * debian/rules
   - Pass --with-webkit flag to build webapplet.
  * debian/libawn-extras0.symbols
   - Add with current symbols.

 -- Julien Lavergne <julien.lavergne@gmail.com>  Sun, 23 Nov 2008 11:34:07 +0100

awn-extras-applets (0.2.6-4) unstable; urgency=low

  * debian/control
   - Recommend acpi package for battery-applet.
   - Add depends on gnome-icon-theme for the file-browser-launcher link.
  * debian/awn-applets-python-core.links
   - Add links for stacks to fix error in loading images.
   - Add link for file-browser-launcher to point to icon of a folder.
  * debian/awn-applets-python-core.install
   - Install missing feedlist-default in arss applet.
  * debian/awn-applets-c-*.install
   - Install schemas files (Closes: #477367, #477371).
  * debian/patches/
   - 93-bzr-show-desktop-title.patch: from upstream, fix show-desktop applet on
     mouse over.
   - 94_shinyswitcher_string_to_color.patch: from upstream, fix 
     awn_cairo_string_to_color crash for shinyswitcher.
   - 95_weather_correct_url.patch: from upstream, update URL to fetch the data
     for the weather applet.
   - 96_shinyswitcher_cairo_set_operator.patch : From upstream, fix 
     cairo_set_operator() crash.
   - 101_places_string_to_color.patch: fix awn_cairo_string_to_color crash for
     shinyswitcher.
   - 102_fbl_trash_location.patch: fix location of Trash in file browser
     launcher applet.
   - 103-fix-schemas-generation.patch: Generate schemas files at build time.
   - 104_tsclient_create_home.patch: create ~/.tsclient to avoid applet to
     crash.
   - 105_mimenu_missing_bookmark.patch: don't crash Main Menu applet if there is 
     no bookmark.
   - 106_fbl_missing_bookmark.patch: don't crash file-browser-launcher applet
     if there is no bookmark.

 -- Julien Lavergne <julien.lavergne@gmail.com>  Wed, 15 Oct 2008 21:52:42 +0200

awn-extras-applets (0.2.6-3) unstable; urgency=low

  * debian/control
   - Bump to 3.8.0 Standards-Version (no change needed).
   - Bump Build-Depends of libawn-dev to (>= 0.2.6)
  * debian/patches/11-volume-channel-missing.patch
   - Fix volume applet when current channel disappear (Closes: #491118).
     Thanks Jean-Michel Philippe for the patch.
  * debian/copyright
   - Remove the complete Apache Licence and link instead to
     /usr/share/common-licenses/Apache-2.0.
   - Reformat the complete licence to reduce the lines under 80 characters.

 -- Julien Lavergne <julien.lavergne@gmail.com>  Mon, 15 Sep 2008 22:57:18 +0200

awn-extras-applets (0.2.6-2) unstable; urgency=medium

  * Rebuild for python2.5 transition (Closes: #477264)
  * debian/patches/10-implicit-pointer-conversion.patch
    Avoid possible FTBFS and segfault on some architectures. Thanks Dann 
    Frazier for the patch (Closes: #477181)

 -- Julien Lavergne <julien.lavergne@gmail.com>  Thu, 24 Apr 2008 19:46:11 +0200

awn-extras-applets (0.2.6-1) unstable; urgency=low

  * Initial upload (Closes: #468098)
  * debian/patches:
   - 00-Install-in-share.patch: Install python applets in /usr/share.
   - 01_lastfm_fix_try-finally_block.patch: Fix block to work with python 2.4.
   - 02_define_new_path_for_stack_dependency.patch: Add /usr/share as a 
     location of stack applet.
   - 03_fix_shebang.patch: Fix all shebang.
   - 90_bzr_convert_filebrowser_to_awnclient.patch: From bzr, convert 
     filebrowser to the new configuration system.
   - 91_bzr_change_pandora_url.patch: Use new URL for pandora applet.
   - 92_bzr_fix_location_for_comic.patch: From bzr, use /tmp/ instead of 
     home directory.
  * Applets comic, pandora, notification-area are not installed because of 
    stability issues.

 -- Julien Lavergne <julien.lavergne@gmail.com>  Tue, 05 Feb 2008 01:19:17 +0100
