[ubuntu/oneiric] lxpanel 0.5.8-1ubuntu1 (Accepted)

Julien Lavergne gilir at ubuntu.com
Tue Aug 16 19:50:20 UTC 2011


lxpanel (0.5.8-1ubuntu1) oneiric; urgency=low

  [ Jason Conti ]
  * debian/patches/fix-indicator-dir.patch:
    - Update paths for the indicators in configure.ac. (LP: #819528)

  [ Julien Lavergne ]
  * Merge from Debian unstable. Ubuntu remaining changes :
    - debian/local/source_lxpanel.py:
      + Add apport hook.
    - debian/control:
      + Wrap depends and build-depends.
      + Add libindicator-dev build-depends.
      + New lxpanel-indicator-applet-plugin binary.
      + Add a debug package.
    - debian/copyright:
      + Update with indicator-support.patch.
      + Update copyright for xkb plugin.
    - debian/lxpanel.install:
     + Install all files except indicators.
    - debian/lxpanel-indicator-applet-plugin.install:
      + Install indicator plugin.
    - debian/patches:
      + indicator-support.patch: Add indicator support.
      + 99_refresh_autotools.patch: Refresh build system.
    - debian/rules:
      + Install apport hook only on Ubuntu.
      + Add override for dh_strip.
      + Add --enable-indicator-support flag.
      + Add --fail-missing to dh_install.

lxpanel (0.5.8-1) unstable; urgency=low

  * Merging upstream version 0.5.8:
    - fix typo to make code build with old gtk
    - fixed compiler warning
    - fixed error in tooltipS function call
    - Fix usage of GtkRequisition
  * Drop 10_fix_menu.patch: included in upstream.

lxpanel (0.5.7-1) unstable; urgency=low

  * Use debhelper 8
  * Sorting build-depends.
  * Wapping build-depends.
  * Bumped Standard-Version to 3.9.2.
  * Updating Vcs-Browser and Vcs-Git tags.
  * Sorting depends.
  * Removing useless whitespaces at EOL and EOF.
  * Removing debian/dirs: let upstream makefile do the work.
  * Removing empty NEWS in debian/docs.
  * Removing debian/README.source: source format 3.0 (quilt) explains.
  * Enable dh_auto_test in debian/rules.
  * Compacting watch file.
  * Added debian/source/options file.
  * Merging upstream version 0.5.7:
    (Cloese: #586352, #631263, #609909, #598824, #588532, #608419)
    - Fix usage of GtkAllocation
    - Generate the po/LINGUAS on build time
    - Apply patch from Debian to fix battery plugin display
    - Some fixes for GTK3 building
    - Add flags for GTK3 migration
    - Add missing X11 to the linker
    - Use only .ui files instead of glade files
    - Fix brown bag off-by-one in timer setting exposed by once-per-minute
      update (Bug3124474)
    - Battery percentage incorrectly always evaluates as
      100 percent (Bug3006059)
    - Fix build issue with symbol "alarm" showing up on F14 (Bug3033293)
  * FIx escription synopsis starts with article.
  * Drop batt_status.patch: included in upstream.
  * Removing useless override_dh_auto_clean in rules file.
  * Disabling override_dh_auto_test in rules file: check failed in po/.
  * Use linux-any instead of hardcoded list in control file. (Closes: #634319)
  * Add [pt_BR] keys in lxde-x-terminal-emulator.desktop
    and lxde-x-www-browser.desktop. (Closes: 607076)
    Thanks Sérgio Cipolla <secipolla at gmail.com>.
  * Add [zh_TW] keys lxde-x-www-browser.desktop.
  * Added lxpanel.hints.5 from
    Mats Erik Andersson <mats.andersson at gisladisker.se>. (Closes: #601871)
  * Apply configure_desktop_number.patch: configuration for
    desktop number for the pager plugin. (Closes: #608421)
    Thanks Artur Rona <ari-tczew at tlen.pl>.
  * Drop redefine-alarm-variable.patch: included in upstream.
  * Refresh configure_desktop_number.patch.
  * Refresh missing_glades.patch.
  * Apply 10_fix_menu.patch: Fix crash on menu plugin. From Julien Lavergne.

Date: Tue, 16 Aug 2011 20:45:47 +0200
Changed-By: Julien Lavergne <gilir at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/oneiric/+source/lxpanel/0.5.8-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 16 Aug 2011 20:45:47 +0200
Source: lxpanel
Binary: lxpanel lxpanel-indicator-applet-plugin lxpanel-dbg
Architecture: source
Version: 0.5.8-1ubuntu1
Distribution: oneiric
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Julien Lavergne <gilir at ubuntu.com>
Description: 
 lxpanel    - lightweight desktop panel for X
 lxpanel-dbg - a lightweight desktop panel for X - debug package
 lxpanel-indicator-applet-plugin - lxpanel indicator applet
Closes: 601871 607076 608421 634319
Launchpad-Bugs-Fixed: 819528
Changes: 
 lxpanel (0.5.8-1ubuntu1) oneiric; urgency=low
 .
   [ Jason Conti ]
   * debian/patches/fix-indicator-dir.patch:
     - Update paths for the indicators in configure.ac. (LP: #819528)
 .
   [ Julien Lavergne ]
   * Merge from Debian unstable. Ubuntu remaining changes :
     - debian/local/source_lxpanel.py:
       + Add apport hook.
     - debian/control:
       + Wrap depends and build-depends.
       + Add libindicator-dev build-depends.
       + New lxpanel-indicator-applet-plugin binary.
       + Add a debug package.
     - debian/copyright:
       + Update with indicator-support.patch.
       + Update copyright for xkb plugin.
     - debian/lxpanel.install:
      + Install all files except indicators.
     - debian/lxpanel-indicator-applet-plugin.install:
       + Install indicator plugin.
     - debian/patches:
       + indicator-support.patch: Add indicator support.
       + 99_refresh_autotools.patch: Refresh build system.
     - debian/rules:
       + Install apport hook only on Ubuntu.
       + Add override for dh_strip.
       + Add --enable-indicator-support flag.
       + Add --fail-missing to dh_install.
 .
 lxpanel (0.5.8-1) unstable; urgency=low
 .
   * Merging upstream version 0.5.8:
     - fix typo to make code build with old gtk
     - fixed compiler warning
     - fixed error in tooltipS function call
     - Fix usage of GtkRequisition
   * Drop 10_fix_menu.patch: included in upstream.
 .
 lxpanel (0.5.7-1) unstable; urgency=low
 .
   * Use debhelper 8
   * Sorting build-depends.
   * Wapping build-depends.
   * Bumped Standard-Version to 3.9.2.
   * Updating Vcs-Browser and Vcs-Git tags.
   * Sorting depends.
   * Removing useless whitespaces at EOL and EOF.
   * Removing debian/dirs: let upstream makefile do the work.
   * Removing empty NEWS in debian/docs.
   * Removing debian/README.source: source format 3.0 (quilt) explains.
   * Enable dh_auto_test in debian/rules.
   * Compacting watch file.
   * Added debian/source/options file.
   * Merging upstream version 0.5.7:
     (Cloese: #586352, #631263, #609909, #598824, #588532, #608419)
     - Fix usage of GtkAllocation
     - Generate the po/LINGUAS on build time
     - Apply patch from Debian to fix battery plugin display
     - Some fixes for GTK3 building
     - Add flags for GTK3 migration
     - Add missing X11 to the linker
     - Use only .ui files instead of glade files
     - Fix brown bag off-by-one in timer setting exposed by once-per-minute
       update (Bug3124474)
     - Battery percentage incorrectly always evaluates as
       100 percent (Bug3006059)
     - Fix build issue with symbol "alarm" showing up on F14 (Bug3033293)
   * FIx escription synopsis starts with article.
   * Drop batt_status.patch: included in upstream.
   * Removing useless override_dh_auto_clean in rules file.
   * Disabling override_dh_auto_test in rules file: check failed in po/.
   * Use linux-any instead of hardcoded list in control file. (Closes: #634319)
   * Add [pt_BR] keys in lxde-x-terminal-emulator.desktop
     and lxde-x-www-browser.desktop. (Closes: 607076)
     Thanks Sérgio Cipolla <secipolla at gmail.com>.
   * Add [zh_TW] keys lxde-x-www-browser.desktop.
   * Added lxpanel.hints.5 from
     Mats Erik Andersson <mats.andersson at gisladisker.se>. (Closes: #601871)
   * Apply configure_desktop_number.patch: configuration for
     desktop number for the pager plugin. (Closes: #608421)
     Thanks Artur Rona <ari-tczew at tlen.pl>.
   * Drop redefine-alarm-variable.patch: included in upstream.
   * Refresh configure_desktop_number.patch.
   * Refresh missing_glades.patch.
   * Apply 10_fix_menu.patch: Fix crash on menu plugin. From Julien Lavergne.
Checksums-Sha1: 
 c0fdebc66e774c8f22bc4bc1fd753d0bf45b8675 2253 lxpanel_0.5.8-1ubuntu1.dsc
 a9d6bd9d15a3588fb959aa32880ad888c58359f7 1166241 lxpanel_0.5.8.orig.tar.gz
 c3bbe35710f3d833ef4f47e04705a7555af08c51 129760 lxpanel_0.5.8-1ubuntu1.debian.tar.bz2
Checksums-Sha256: 
 3d2f17cb7477b7782481408da439a4af38f2e221a5bbfbc344a1c8d2640358c4 2253 lxpanel_0.5.8-1ubuntu1.dsc
 6a3579d6f384c03a33a03e4d32016428c84eb0f2bc421704f724fe2cc015cddd 1166241 lxpanel_0.5.8.orig.tar.gz
 23f77a51289711a415dcf74e5865c6f81ab2a52871a5a8a5df46354f298360b8 129760 lxpanel_0.5.8-1ubuntu1.debian.tar.bz2
Files: 
 6abfcf852babb93c2977b7515c85aba8 2253 x11 optional lxpanel_0.5.8-1ubuntu1.dsc
 129fae75d1cd3983fd94542c573a70a1 1166241 x11 optional lxpanel_0.5.8.orig.tar.gz
 616a9e4d9afdb391bc714466bbd2ea38 129760 x11 optional lxpanel_0.5.8-1ubuntu1.debian.tar.bz2
Original-Maintainer: Debian LXDE Packaging Team <pkg-lxde-maintainers at lists.alioth.debian.org>

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

iQIcBAEBAgAGBQJOSsYRAAoJEGAEJqEY9fvOJYEP/3+T7R0cpiVCnRSvTwnq2tfj
7WVvfEQeunrCM7DfhZHZ8HkeI2wFPM23by+T9GDvn889wvLjzd3DXT0QxRw25szX
4CFDugulwMjimq4RI0/2xidbgqJpgioBtt4806ysWuxeEDA0OWJB4t6Uv4j/P+lo
WvoGVHm4SwJ/pZNxXoH59VJBRXNa3HZt8hiqndGxD2vmPMNrTIzevUtrVTRlAdBl
GbL3LHZQxg/Q7FbSLXtyJlZKTmLfYuI62gGtjIMC0+M/PZ7tvmEc5l0JYdT3ELZq
aHL7EvZMneXCR+NmpXuYaLIoyEnCMfHl8h42J6n/ASNSIXPd9gJ9BivBIq1LNB1K
3C+447dSIC68o5FqKJ1xknO/PGVw3srlHcYqBBHRB3OYkFHR41ki1AKjg6c6vWM0
NIPVFFC+dLeu4Fb5YK5DdU9YWbHkeIyxMUFGNU/bMvm6ptm49BtlxhO+pQienxN+
6I+2GzeFFFhgrpd+lCrYIBYLSpp0cj4cJ87MwEgs/eh9qGpc6gM6wuwZAJzN4yzt
U4R0MO907h81gESKSdlkU59lugWZyyTCOUfLJrKZSnsfXqKm+BxnDGBst0A6uEJQ
F5fglbjUMhghBhaF+wt0jMI3uAqdTevzPRZgMeeKSNL0tO1v4yce3eHZC2dXFrzp
2aVhxiUnbaIEW1O/yoSz
=Spam
-----END PGP SIGNATURE-----


More information about the Oneiric-changes mailing list