[ubuntu/maverick] avant-window-navigator 0.4.0-2ubuntu1 (Accepted)

Julien Lavergne gilir at ubuntu.com
Wed Aug 25 23:30:35 BST 2010


avant-window-navigator (0.4.0-2ubuntu1) maverick; urgency=low

  * Sync with Debian.
  * Cherry-pick some fixes from upstream:
   - 901-grouping-and-OOo.patch: Fix grouping and window matching with OOo
     (r689,690,691,692,693)
   - 902-fix-nautilus-launcher.patch: Fix Nautilus launcher (r694, LP: #487105)
   - 903-fix-setlocale.patch: Fix settings locale in awn-settings
     (r695, LP: #563449)
   - 904-fix-behavior-with-compiz.patch: Fix behavior with compiz
     (r696,697,698)
   - 905-timeout-OOo.patch: Adjust timeout for OOo windows matching (r699)
   - 906-untranslated-strings-1.patch & 907-untranslated-strings-2.patch:
     Translated missing strings. (r700,708, LP: #586670)
   - 908-equal-in-schemas.patch: Remove == from schemas files
     (r710, LP: #590842)
   - 909-viewport-fix.patch: Fix for viewports where the active windows is
     not within the viewport (r712)
   - 910-add-remove-launcher.patch: Add ability to remove a launcher on right
     click. (r713, LP: #565412)
   - 911-freedesktop-dbus-name.patch: Don't use freedesktop for d-bus
     dockmanager name (r717)
   - 912-startup-invisible.patch: Fix invisible dock on startup
     (r718, LP: #620629)
   - 913-fix-unfocusing-dialog.patch: Fix unfocusing dialog (r725)
   - 914-fix-compatibility-0.9-vala.patch: Fix compatibility with vala 0.9.X
   - 920-translation-update.patch: Translation update (2010-08-23)

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.

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.

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)

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.

Date: Wed, 25 Aug 2010 23:52:21 +0200
Changed-By: Julien Lavergne <gilir at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Julien Lavergne <julien.lavergne at gmail.com>
https://launchpad.net/ubuntu/maverick/+source/avant-window-navigator/0.4.0-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 25 Aug 2010 23:52:21 +0200
Source: avant-window-navigator
Binary: avant-window-navigator avant-window-navigator-data libawn1 libawn-doc libawn-dev awn-settings python-awn vala-awn libawn1-dbg
Architecture: source
Version: 0.4.0-2ubuntu1
Distribution: maverick
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Julien Lavergne <gilir at ubuntu.com>
Description: 
 avant-window-navigator - A MacOS X like panel for GNOME
 avant-window-navigator-data - Common files for avant-window-navigator
 awn-settings - A preferences manager for avant-window-navigator
 libawn-dev - library for avant-window-navigator - development files
 libawn-doc - library for avant-window-navigator - documentation files
 libawn1    - library for avant-window-navigator
 libawn1-dbg - library for avant-window-navigator - debug package
 python-awn - Python bindings for avant-window-navigator library
 vala-awn   - Vala bindings for avant-window-navigator library
Closes: 471661 474228 562549 566995 568253 571150 586031
Launchpad-Bugs-Fixed: 130235 248769 258675 334454 487105 507822 512411 550541 557778 563449 565412 586670 590842 620629
Changes: 
 avant-window-navigator (0.4.0-2ubuntu1) maverick; urgency=low
 .
   * Sync with Debian.
   * Cherry-pick some fixes from upstream:
    - 901-grouping-and-OOo.patch: Fix grouping and window matching with OOo
      (r689,690,691,692,693)
    - 902-fix-nautilus-launcher.patch: Fix Nautilus launcher (r694, LP: #487105)
    - 903-fix-setlocale.patch: Fix settings locale in awn-settings
      (r695, LP: #563449)
    - 904-fix-behavior-with-compiz.patch: Fix behavior with compiz
      (r696,697,698)
    - 905-timeout-OOo.patch: Adjust timeout for OOo windows matching (r699)
    - 906-untranslated-strings-1.patch & 907-untranslated-strings-2.patch:
      Translated missing strings. (r700,708, LP: #586670)
    - 908-equal-in-schemas.patch: Remove == from schemas files
      (r710, LP: #590842)
    - 909-viewport-fix.patch: Fix for viewports where the active windows is
      not within the viewport (r712)
    - 910-add-remove-launcher.patch: Add ability to remove a launcher on right
      click. (r713, LP: #565412)
    - 911-freedesktop-dbus-name.patch: Don't use freedesktop for d-bus
      dockmanager name (r717)
    - 912-startup-invisible.patch: Fix invisible dock on startup
      (r718, LP: #620629)
    - 913-fix-unfocusing-dialog.patch: Fix unfocusing dialog (r725)
    - 914-fix-compatibility-0.9-vala.patch: Fix compatibility with vala 0.9.X
    - 920-translation-update.patch: Translation update (2010-08-23)
 .
 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.
 .
 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.
 .
 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)
 .
 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.
Checksums-Sha1: 
 cb066332ed6d21829adebffccc3ead4241d9de39 1890 avant-window-navigator_0.4.0-2ubuntu1.dsc
 2e64c4e66af93ff5ef3a5a2f3cfbaa1db1027a9c 1556708 avant-window-navigator_0.4.0.orig.tar.gz
 11a280e5e1b57c6d233568c2655a7e74de40be47 441135 avant-window-navigator_0.4.0-2ubuntu1.debian.tar.gz
Checksums-Sha256: 
 4028ddb664c83e01ded68006365741098c62f91e9551da637c06fea04266aa3e 1890 avant-window-navigator_0.4.0-2ubuntu1.dsc
 f3432982c27fa1bb9c0074c9a95c4a7d7c564b15ec40b7572db6e8d885b59e30 1556708 avant-window-navigator_0.4.0.orig.tar.gz
 a1eea890d6f133726dd2c020302f190f9b60321d22d3577eab781985eab750ba 441135 avant-window-navigator_0.4.0-2ubuntu1.debian.tar.gz
Files: 
 9d22b9137808640025ccc5e17f2b8164 1890 gnome optional avant-window-navigator_0.4.0-2ubuntu1.dsc
 03654b45dd95cbb83fa7e112bd00523c 1556708 gnome optional avant-window-navigator_0.4.0.orig.tar.gz
 b9ce00467d938147dbbac530d6cc0882 441135 gnome optional avant-window-navigator_0.4.0-2ubuntu1.debian.tar.gz
Original-Maintainer: Julien Lavergne <julien.lavergne at gmail.com>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkx1kOQACgkQuiTN8kkeU4mmcgCgiKAXlcIEzAwdAgx2St/9b94A
POYAoMcBF04Pr4LuLcJ5ndNKH46q1M4R
=lfzh
-----END PGP SIGNATURE-----


More information about the Maverick-changes mailing list