Skip to content

Debian Changelog avant-window-navigator (0.4.0-2)

2010

avant-window-navigator (0.4.0-2) unstable; urgency=medium

   * Set priority to medium to fix RC bug.
   * debian/control:
    - Add Conlicts/Replaces between libawn0-dbg and libawn1-dbg.
      (Closes: #586031)
   * debian/NEWS
    - Mention some incompatible changes with previous version.

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

avant-window-navigator (0.4.0-1) unstable; urgency=low

   * New upstream release.
    - Fix icons placed outside the panel. Closes: #471661
    - Add an option to go under the panel. Closes: #474228
    - Fix autohide behavior. LP: #130235
    - Allow only 1 instance of Awn. LP: #258675
    - Ensure the autostart exist before trying to delete it. LP: #334454
    - Fix position with multiple screen. LP: #248769
    - Fix crash when event is NULL. LP: #550541
    - Fix crash in awn-setting when adding applet. LP: #557778
   * debian/patches:
    - 10_correct_exception.patch: Dropped, problem fixed in the new version.
    - 00-wm-behavior.patch and 01-tasks-have-arrow.patch: Merged upstream.
    - 02-ftbfs-python-2.6.patch: Refresh.
    - 03-python-import.patch: Refresh.
    - 01-bad-pointer-init.patch: From upstream, bad unitialized pointer.
   * Bump libawn SONAME
   * debian/control:
    - Add minimum requirement for libwnck-dev libgtk2.0-dev libglib2.0-dev and
      valac.
    - Drop build-depends on libgnome2-dev, libgnome-desktop-dev, libglade2-dev.
    - Bump build-depends for debhelper to (>= 7.0.50~) for overrides.
    - Build-depends on libgtop2-dev.
    - Replace build-depends on python-gnome2-dev by python-gtk2-dev (>= 2.12).
    - Build-depends on gconf2, libdesktop-agnostic-dev, libdesktop-agnostic-bin,
      python-desktop-agnostic, vala-desktop-agnostic for desktop-agnostic
      support.
    - Demote the composite manager to Recommends, Awn works without it.
    - Depends on libdesktop-agnostic-* and dbus.
    - Bump libawn SONAME.
    - Rename awn-manager to awn-settings.
    - libawn-dev : drop libgnome*-dev and add libdesktop-agnostic-dev depends.
    - Demote depends on awn-manager by a recommends on awn-settings for
      avant-window-navigator.
    - Add depends on avant-window-navigator, python-desktop-agnostic, bzr and
      python-dbus for awn-settings.
    - Remove depends on python-galde2 for awn-settings.
    - Replace vala depends by vala-desktop-agnostic for vala-awn.
    - Add Conflicts/Replaces to replace separator applets which is in core now.
    - Add mutter as another composite manager.
    - Use space instead of tabulation.
    - Add Conflicts/Replaces on awn-manager for awn-settings.
      (LP: #507822, #512411)
    - Add depends on python-desktop-agnostic for python-awn.
    - Add mention of Awn in the description.
   * debian/rules:
    - Rewrite with overrides.
    - Remove awn.wrapper.
    - Bump libawn SONAME.
    - Use dh_install --fail-missing.
    - Remove .la, .a, .pyo and pyc before installing.
   * debian/avant-window-navigator{,-data}.install:
    - Update installed files in core.
    - Install core applets
   * debian/awn.wrapper & debian/avant-window-navigator.links:
    - Dropped, previous configuration is incompatible.
   * debian/awn-manager.install
    - Rename to awn-settings.install.
    - Update installed files.
   * debian/awn-applet*.1 && debian/avant-window-navigator.manpages
    - Update manpages.
   * debian/awn-manager.*
    - Rename awn-manager to awn-settings and update the content.
    - Remove unused manpages.
   * debian/python-awn:
    - Update to the new location.
   * debian/README.Debian:
    - Mention that real transparency is not needed.
    - Add mutter in the list of composite managers.
   * debian/copyright:
    - Update copyright and licenses.
   * debian/libawn1.symbols:
    - Add missing symbol.

 -- Julien Lavergne <julien.lavergne@gmail.com>  Mon, 07 Jun 2010 22:49:37 +0200

avant-window-navigator (0.3.2.1-6) unstable; urgency=medium

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

 -- Julien Lavergne <julien.lavergne@gmail.com>  Tue, 02 Mar 2010 00:11:24 +0100

avant-window-navigator (0.3.2.1-5) unstable; urgency=medium

   * Urgency set to medium to fix RC bug (#566995).
   * debian/patches/10_correct_execption.patch
    - Don't crash when raising exception. (Closes: #562549)
   * debian/control:
    - Add depends on python-glade2 for awn-manager, as it used glade for the UI.
      (Closes: #568253).
    - Remove python-elementtree from Build-Depends, only depend on
      python-all-dev as elementtree is already part of stdlib (Closes: #566995).
      Thanks Luca Falavigna for the patch.
    - Bump Standards-Version to 3.8.4 (no change needed).
   * Switch to dpkg-source 3.0 (quilt) format
    - Remove build-depends on quilt.
    - Remove README.source for the usage of quilt.
    - Remove usage of quilt in debian/rules.

 -- Julien Lavergne <julien.lavergne@gmail.com>  Sun, 07 Feb 2010 13:41:53 +0100

2009

avant-window-navigator (0.3.2.1-4) unstable; urgency=low

   * debian/rules: Build python-awn for only 1 version of python.
     (Closes: #531176)

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

avant-window-navigator (0.3.2.1-3) unstable; urgency=medium

   * Rename preinst to python-awn.preinst to use it only on python-awn binary,
     really Closes: #530274
   * debian/control: Remove XS-Python-Version.

 -- Julien Lavergne <julien.lavergne@gmail.com>  Wed, 27 May 2009 20:23:57 +0200

avant-window-navigator (0.3.2.1-2) unstable; urgency=medium

   * debian/control: Use XS-Python-Version to avoid breakage during upgrade
     (Closes: #530274)

 -- Julien Lavergne <julien.lavergne@gmail.com>  Sat, 23 May 2009 22:23:41 +0200

avant-window-navigator (0.3.2.1-1) unstable; urgency=low

   * New Upstream Version.
   * debian/control
    - Remove depends on python-gnome2 and python-gnome2-desktop for
      awn-manager, not needed anymore.
    - Add python-gtk2 as depends for python-awn.
    - Remove depends on avant-window-navigator for awn-manager to avoid
      circular dependency. This is unnecessary until awn depends on awn-manager
      for the migration script. (Closes: #520120).
    - Add libgnome-desktop-dev and libdbus-glib-1-dev as depends for libawn-dev.
    - Switch from python-central to python-support.
    - Remove X{B,S}-Python-Version.
    - Bump build-depends on debhelper to (>= 7).
    - Remove build-depends on cdbs.
    - Build depends on quilt.
    - Add Vcs fields.
    - Move libawn-dbg section to debug.
    - Bump Standards-Version to 3.8.1 (no change needed).
   * debian/rules:
    - Rewrite to drop the use of cdbs and build python bindings for all versions
      of python.
    - Switch from python-central to python-support.
   * debian/pycompat:
    - Remove.
   * debian/pyversions:
    - Add, python >= 2.4 is supported.
   * debian/compat:
    - Bump to 7.
   * debian/*.manpages:
    - Add for avant-window-navigator and awn-manager.
   * debian/README.source
    - Replace since the package use quilt.
   * debian/patches
    - Switch to use quilt.
   * debian/preinst
    - add preinst maintainer script to clean after pycentral.

 -- Julien Lavergne <julien.lavergne@gmail.com>  Wed, 06 May 2009 09:54:52 +0200

avant-window-navigator (0.3.2-1) unstable; urgency=low

   * New upstream release (Closes : #514681) (LP: #327443)
    - Add a script to delay the start of awn when using the autostart.
      (Closes: #493640)
    - Fix awn-manager permission when trying to edit some desktop file
     (LP: #260987)
    - Update position on screen resolution changes (LP: #276734)
   * debian/awn.wrapper
    - A script to update applets path using awn-applets-migration script.
   * debian/*.install:
    - Add the themes directory to avant-window-navigator-data.install.
    - Add awn-autostart to avant-window-navigator.install.
    - Add awn-applets-migration to awn-manager.install.
    - Remove usr/bin/avant-window-navigator, handle by debian/rules.
    - Install python bindings in *-packages instead of site-packages only,
      needed for the python migration in squeeze (LP: #335785).
   * debian/control:
    - Add missing ${misc:Depends}.
    - Bump Build-Depends and Depends for vala to (>= 0.5.4).
    - Set awn-manager as Depends rather than Recommends, needed by the
      awn-applets-migration script.
    - Remove unnecessary "Section: gnome"
    - Note that the libawn0-dbg contains debuggins symbols.
    - Set Build-Depends on python (>= 2.5) instead of hardcoding the python
      version.
   * debian/awn-autostart.1 & debian/awn-applets-migrations:
    - Add new man pages.
   * debian/avant-window-navigator.links
    - Symlink awn.1 with avant-window-navigator.1
   * debian/rules:
    - Move avant-window-navigator to awn, and copy awn.wrapper to
      avant-window-navigator
    - Add new man pages.
   * debian/patches/
    - 00-wm-behavior.patch : Don't bring the windows to the current workspace
      when the icon of the bar is clicked. Keep the same behavior that the
      gnome-panel applet.
    - 01-tasks-have-arrow.patch: Set the option "Tasks have arrow" by default.
    - 03-python-import.path : Update.
   * debian/copyright
    - Replace (C) by ©.

 -- Julien Lavergne <julien.lavergne@gmail.com>  Mon, 19 Jan 2009 19:35:52 +0100

2008

avant-window-navigator (0.3~bzr489-1) experimental; urgency=low

   * New upstream snapshot (Closes: #484008)
   * debian/patches:
    - 01-gconf-not-empty.patch : dropped, merged upstream.
    - 02-awn-manager.patch : dropped, merged upstream.
    - 04-fix-colormap.patch : dropped, merged upstream.
    - 90_null_awn_cairo.patch dropped, merged upstream.
    - 02-awn-manager-applets.patch : dropped, merged upstream.
    - 03-python-import.patch : Update and add upstream and Debian bugtracker
      entry for this patch.
   * debian/control:
    - Add libglade2-dev to Build-Depends.
    - Bump Standards-Version to 3.8.0.
    - Bump vala version to 0.3.4 for Depends and Build-Depends.
   * debian/README.source
    - Added according to Standards-Version 3.8.0.
   * debian/avant-window-navigator.install
    - Update location of desktop files.
    - Install schemas-ini files.
   * debian/avant-window-navigator.install
    - Update icons location.
   * debian/rules:
    - Add --enable-gtk-doc flag to generate documentation.
    - Update version requirement for libawn0.
   * debian/libawn0.symbols:
    - Add symbols file for libawn0.

 -- Julien Lavergne <julien.lavergne@gmail.com>  Tue, 11 Nov 2008 14:38:44 +0100

avant-window-navigator (0.2.6-7) unstable; urgency=medium

   * debian/control
    - Set a dependency on a composite manager rather than just suggest it.
      (Closes: #483673). Urgency set to medium as it's a RC bug.
   * debian/README.debian
    - Document how to enable composite manager for each application.
   * debian/patches/90_null_awn_cairo.patch
    - From upstream, fix a possible crash when a applet return wrong
      informations.

 -- Julien Lavergne <julien.lavergne@gmail.com>  Fri, 06 Jun 2008 15:58:24 +0200

avant-window-navigator (0.2.6-6) unstable; urgency=low

   * debian/patches/04-fix-colormap.patch
    - Fix crash in awn-manager if colormap == None. Thanks Emme for the
      patch. (Closes: #482030)

 -- Julien Lavergne <julien.lavergne@gmail.com>  Sat, 24 May 2008 14:42:01 +0200

avant-window-navigator (0.2.6-5) unstable; urgency=low

   * debian/control
    - Drop the depends of awn-data on awn binary to avoid circular dependency.
      Only the depends of awn on awn-data is needed. (Closes: #478709).
    - Add a debug binary.
   * debian rules
    - Add the strip command to the libawn0-dbg binary.

 -- Julien Lavergne <julien.lavergne@gmail.com>  Sun, 04 May 2008 13:21:01 +0200

avant-window-navigator (0.2.6-4) unstable; urgency=medium

   * debian/patches/03-python-import.patch : Import correct version of python
     at runtime. Thanks Luca Bruno for the patch. (Closes: #476400, #476829)
   * debian/control
    - Set dbus-x11 as Recommends rather than Depends, not needed if D-Bus
      is running.
    - Add awn-applets-c-core and awn-applets-python-core to Recommends to
      install a set of applets.
    - Bump awn-manager version to (0.2.6-3) needed for the applets.
    - Add python2.5 as Build-Depends if python-elementtree is not installed.

 -- Julien Lavergne <julien.lavergne@gmail.com>  Mon, 21 Apr 2008 10:55:45 +0200

avant-window-navigator (0.2.6-3) unstable; urgency=low

   * debian/patches
    - 02-awn-manager-applets.patch : Search for applets installed in /usr/share.
    - 01-gconf-not-empty.patch : Update with upstream changes.
   * debian/control
    - Set a correct short description for libawn-doc (Closes: #472333).
   * debian/watch
    - Switch to http, require by Launchpad.

 -- Julien Lavergne <julien.lavergne@gmail.com>  Tue, 01 Apr 2008 19:22:42 +0200

avant-window-navigator (0.2.6-2) unstable; urgency=low

   * Add python-xdg Depends for awn-manager (Closes: #471372).

 -- Julien Lavergne <julien.lavergne@gmail.com>  Mon, 17 Mar 2008 23:12:30 +0100

avant-window-navigator (0.2.6-1) unstable; urgency=low

   * New upsteam release.
   * Create new man pages: awn-launcher-editor.1 and awn-schema-to-gconf.1
   * debian/patches:
    - Drop 01-Fix-desktop-exec-path.patch, merged upstream.
    - Drop 02-Fix-encode-in-desktop.patch, merged upstream.
    - 01-gconf-not-empty.patch: Don't install gconf schemas with empty entries.
   * debian/control:
    - Add gtk-doc-tools, valac (>= 0.1.6) and python-elementtree Build-Depends
      needed by the new version.
    - Add doc-base Build-Depends for the documentation.
    - Add binaries vala binding, libawn-doc and avant-window-navigator-data
      binaries.
    - Add avant-window-navigator-data and dbus-x11 Depends for
      avant-window-navigator.
    - Add python-awn Depends for awn-manager.
    - Add ${shlibs:Depends} to libawn-dev.
    - Replace "current" by ">= 2.4" for Build-Depends and XS-Python-Version.
    - Add a Provide: ${python:Provides} for the python-awn module.
    - Add depends on libawn0 for all bindings.
    - Fix spelling error.
   * debian/rules:
    - Bump libawn0 shlibs to >= 0.2.6
    - Add LDFLAGS= "-Wl,-z,defs -Wl,--as-needed" to reduce depends.
    - Add extras configure flags for backward compatibility.
    - Add awn-launcher-editor.1 and awn-schema-to-gconf.1 as man pages.
    - Only call pycentral with binary-post-install for python binaries.
   * debian/awn-manager.install:
    - Add awn-launcher-editor and awn-schema-to-gconf.
    - Add awn-manager icon.
   * debian/avant-window-navigator.install
    - Add the gconf schemas.
    - Move locales and images to avant-window-navigator-data, an
      arch-independent binary.
   * debian/libawn-dev
    - Install only *.h files.
   * debian/copyright:
    - All libawn/* is now LGPL-2.
    - Update Copyright and Upstream Authors.
    - Remove note about the repack.
   * Add libawn-doc.install and libawn-doc.doc-base to install documentation.

 -- Julien Lavergne <julien.lavergne@gmail.com>  Fri, 07 Mar 2008 01:00:50 +0100

avant-window-navigator (0.2.1-dfsg1-1) unstable; urgency=low

   * Initial release version (Closes: #428246)
   * debian/patches:
    - 01-Fix-desktop-exec-path.patch : Fix lintian warning in
   applets/taskman.desktop.in.in
    - 02-Fix-encode-in-desktop.patch : Remove Encoding in the *.desktop files
   * Original tarball repack due to the licence of the icon.

 -- Julien Lavergne <julien.lavergne@gmail.com>  Mon, 28 Jan 2008 20:30:03 +0100