--- appmenu-gtk-12.10.3daily13.03.01.orig/debian/watch +++ appmenu-gtk-12.10.3daily13.03.01/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://launchpad.net/appmenu-gtk/+download .*/appmenu-gtk-([0-9.]+)\.tar\.gz --- appmenu-gtk-12.10.3daily13.03.01.orig/debian/copyright +++ appmenu-gtk-12.10.3daily13.03.01/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by Ken VanDine on +Thu, 27 May 2010 16:52:44 -0400 + + +It was downloaded from + +Upstream Author: + + Cody Russell + +Copyright: + + Copyright (C) 2010 Canonical Ltd. + +License: + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License version 3, as published by the Free Software Foundation. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this library; if not, see . + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL-3'. + +The Debian packaging is (C) 2010, Canonical Ltd. and +is licensed under the GPLv3, see `/usr/share/common-licenses/GPL-3'. --- appmenu-gtk-12.10.3daily13.03.01.orig/debian/control +++ appmenu-gtk-12.10.3daily13.03.01/debian/control @@ -0,0 +1,45 @@ +Source: appmenu-gtk +Section: libs +Priority: optional +Maintainer: Ubuntu Desktop Team +Build-Depends: debhelper (>= 9), + dh-autoreconf, + gnome-common, + libtool, + libgtk2.0-dev (>= 2.21.2-0ubuntu6), + libgtk-3-dev (>= 3.0.8-0ubuntu1), + libx11-dev, + libdbusmenu-glib-dev (>= 0.4.3-0ubuntu3), + libdbusmenu-gtk-dev (>= 0.4.3-0ubuntu3), + libdbusmenu-gtk3-dev (>= 0.4.3-0ubuntu3), +Standards-Version: 3.9.2 +Homepage: https://launchpad.net/appmenu-gtk +# If you aren't a member of ~indicator-applet-developers but need to upload +# packaging changes, just go ahead. ~indicator-applet-developers will notice +# and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/~indicator-applet-developers/appmenu-gtk/trunk.13.04 +Vcs-Browser: https://bazaar.launchpad.net/~indicator-applet-developers/appmenu-gtk/trunk.13.04/files + +Package: appmenu-gtk +Section: libs +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends}, +Depends: ${shlibs:Depends}, + ${misc:Depends}, +Conflicts: indicator-appmenu (<< 0.0.9), +Description: Export GTK menus over DBus + . + This package provides support for application menus. + +Package: appmenu-gtk3 +Section: libs +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends}, +Depends: ${shlibs:Depends}, + ${misc:Depends}, +Conflicts: indicator-appmenu (<< 0.0.9), +Description: Export GTK menus over DBus + . + This package provides support for application menus. --- appmenu-gtk-12.10.3daily13.03.01.orig/debian/compat +++ appmenu-gtk-12.10.3daily13.03.01/debian/compat @@ -0,0 +1 @@ +9 --- appmenu-gtk-12.10.3daily13.03.01.orig/debian/rules +++ appmenu-gtk-12.10.3daily13.03.01/debian/rules @@ -0,0 +1,41 @@ +#!/usr/bin/make -f + +FLAVORS = gtk2 gtk3 + +CONFIGURE_FLAGS_gtk2 = --with-gtk2 +CONFIGURE_FLAGS_gtk3 = --with-gtk3 +CONFIGURE_COMMON_FLAGS += --disable-static + +LDFLAGS += -Wl,-z,defs -Wl,--as-needed + +export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 + +%: + dh $@ --with autoreconf + +override_dh_autoreconf: + NOCONFIGURE=1 dh_autoreconf ./autogen.sh + +override_dh_auto_configure: $(FLAVORS:%=doconfigure-%) + +doconfigure-%: + dh_auto_configure --builddirectory=build/$* -- $(CONFIGURE_FLAGS_$*) $(CONFIGURE_COMMON_FLAGS) + +override_dh_auto_build: $(FLAVORS:%=dobuild-%) + +dobuild-%: + dh_auto_build --builddirectory=build/$* + +override_dh_auto_install: $(FLAVORS:%=doinstall-%) + +doinstall-%: + dh_auto_install --builddirectory=build/$* --destdir=debian/tmp/$* + +override_dh_install: + find debian/tmp -name \*.la -delete + dh_install --fail-missing + +override_dh_shlibdeps: + dh_shlibdeps -pappmenu-gtk -- -xlibgtk2.0-0 + dh_shlibdeps -pappmenu-gtk3 -- -xlibgtk-3-0 + --- appmenu-gtk-12.10.3daily13.03.01.orig/debian/appmenu-gtk.install +++ appmenu-gtk-12.10.3daily13.03.01/debian/appmenu-gtk.install @@ -0,0 +1 @@ +debian/tmp/gtk2/* / --- appmenu-gtk-12.10.3daily13.03.01.orig/debian/changelog +++ appmenu-gtk-12.10.3daily13.03.01/debian/changelog @@ -0,0 +1,641 @@ +appmenu-gtk (12.10.3daily13.03.01-0ubuntu1) raring; urgency=low + + [ Michael Terry ] + * Blacklist gwyddion (LP: #1132965) + + [ Automatic PS uploader ] + * Automatic snapshot from revision 167 + + -- Automatic PS uploader Fri, 01 Mar 2013 02:03:37 +0000 + +appmenu-gtk (12.10.3daily12.11.28-0ubuntu2) raring; urgency=low + + * Restore upstream patch for multiarch support, accidentally dropped by + the auto-syncing tool. LP: #1084266. + * Don't pass --libdir in debian/rules, this is now implicit. + + -- Steve Langasek Wed, 28 Nov 2012 23:51:06 +0000 + +appmenu-gtk (12.10.3daily12.11.28-0ubuntu1) raring; urgency=low + + [ Mathieu Trudel-Lapierre ] + * debian/control: + - Update to use trailing commas at the end of dependency lists. + - Reorganize Build-Depends for clarity. + - Drop Build-Depends on cdbs and bump debhelper to (>= 9). + - Update Vcs-Bzr, Vcs-Browser and add notice to uploaders. + - Add a Build-Depends on gnome-common. + * debian/compat: bump compat level to 9. + * debian/rules: + - Migrate from cdbs to dh9 sequencer. + - Add and export DPKG_GENSYMBOLS_CHECK_LEVEL. + - Override dh_autoreconf to call autogen.sh and not run configure. + + [ Didier Roche ] + * Automatic snapshot from revision 162 (bootstrap) + + [ Sebastien Bacher ] + * Pidgin menu items for accounts are not updated on the menubar when + disabling them (LP: #598494) + * Dynamic menu is empty (Epiphany) (LP: #601943) + * doesn't display icons (LP: #598528) + * Please blacklist "IBM Notes" (LP: #1077095) + * Weird sub-menu associated with Anjuta's File -> Quit entry (LP: + #599817) + * [Master] Application is showing a partial menu (LP: #594228) + * Tabs menu in gnome-terminal does not display correctly (LP: #592848) + * [Master] Menu items are out of order. (LP: #594230) + * g_object_add_weak_pointer: assertion `G_IS_OBJECT (object)' failed + (LP: #1026160) + * Gimp: menu item missing (LP: #598623) + * Firefox supposedly crashing with appmenu-gtk (LP: #600880) + * Missing "Network Button" for wifi inputs (LP: #788640) + + [ Michael Terry ] + * appmenu-gtk breaks dynamically created Emacs Gtk+ menus (LP: + #673302) + * Regression - Menubar appears/disappears when launching an app (LP: + #971459) + + [ Ted Gould ] + * the xsession script should set the variable only if the needed file + is installed (LP: #674047) + * (various) crashed with SIGSEGV in + g_atomic_int_exchange_and_add()/g_variant_unref/?libappmenu.so/g_sim + ple_async_result_complete (LP: #703988) + * Shotwell - menubar not updated when switching back to a category + (LP: #729203) + * appmenu-gtk leaks references (LP: #830260) + * crashes with SIGSEGV in do_rebuild() when running under valgrind + (LP: #726388) + * Some apps don't integrate to appmenu after having their windows + closed (LP: #718926) + * appmenu-gtk 0.1.96-0ubuntu1 prevents desktop global menu (desktop + appmenu in unity panel) from appearing (LP: #733050) + * gnome-display-properties crashed with SIGSEGV in g_object_set() (LP: + #729065) + + [ Charles Kerr ] + * Regression - Menubar appears/disappears when launching an app (LP: + #971459) + * Call GTK functions without gdk lock (LP: #797188) + + [ Ken VanDine ] + * Duplicate separator items in app menus (LP: #594867) + * Add support for keyboard shortcuts in menus (LP: #591293) + * Fall back to stock menu if the applet isn't in the panel (LP: + #607285) + * Shotwell - menubar not updated when switching back to a category + (LP: #729203) + * crashes with SIGSEGV in do_rebuild() when running under valgrind + (LP: #726388) + * gnome-display-properties crashed with SIGSEGV in g_object_set() (LP: + #729065) + + [ Didier Roche ] + * Shotwell blacklisted in appmenu (LP: #651307) + * menu items added by gedit plugins not shown (LP: #646794) + * Paste in global application menu is not active whilst using gnome- + terminal (LP: #630292) + + [ Micah Gersten ] + * Broken (or missing) multiarch support (LP: #932860) + + [ Automatic PS uploader ] + * Automatic snapshot from revision 164 + + -- Automatic PS uploader Wed, 28 Nov 2012 02:01:53 +0000 + +appmenu-gtk (12.10.2-0ubuntu3) raring; urgency=low + + * src/bridge.c: backport r162, don't use appmenus for "IBM Notes" + (lp: #1077095) + + -- Sebastien Bacher Fri, 16 Nov 2012 17:04:01 +0100 + +appmenu-gtk (12.10.2-0ubuntu2) raring-proposed; urgency=low + + * Add multiarch support (LP: #932860) + + -- Adam Stokes Thu, 08 Nov 2012 16:43:07 -0500 + +appmenu-gtk (12.10.2-0ubuntu1) quantal; urgency=low + + * New upstream release. + + -- Sebastien Bacher Wed, 03 Oct 2012 22:09:26 +0200 + +appmenu-gtk (12.10.1-0ubuntu1) quantal; urgency=low + + * New upstream release. + - Ignore menus from gtkmodelmenu in some circumstances. + - Fix memory leak (LP: #787736) + + -- Ken VanDine Wed, 19 Sep 2012 15:49:49 -0400 + +appmenu-gtk (12.10.0-0ubuntu1) quantal; urgency=low + + * New upstream release: + - Missing "Network Button" for wicd wifi inputs (lp: #788640) + + -- Sebastien Bacher Wed, 22 Aug 2012 11:38:02 +0200 + +appmenu-gtk (0.3.92-0ubuntu2) quantal; urgency=low + + * Backport upstream fix to avoid warnings with the new GTK (lp: #1026160) + + -- Sebastien Bacher Wed, 18 Jul 2012 19:38:58 +0200 + +appmenu-gtk (0.3.92-0ubuntu1) precise; urgency=low + + * New upstream release. + * Use GDK threads when scheduling timeouts. (LP: #797188) + * Fix disappearing menubar regression (LP: #971459) + * Add gcov targets to autotools build for code-coverage reporting. + + -- Charles Kerr Wed, 04 Apr 2012 15:56:26 -0500 + +appmenu-gtk (0.3.91-0ubuntu2) precise; urgency=low + + * src/bridge.c: + - Pull patch from upstream to blacklist glade (LP: #971459) + + -- Michael Terry Mon, 02 Apr 2012 11:21:09 -0400 + +appmenu-gtk (0.3.91-0ubuntu1) precise; urgency=low + + * New upstream release. + * Memory leak fix (LP: #830260) + + -- Ted Gould Thu, 08 Mar 2012 17:19:12 -0600 + +appmenu-gtk (0.3.90-0ubuntu1) precise; urgency=low + + [ Ted Gould ] + * New upstream release. + * Making it so that we remove a parent if there is one + * Adding XAtoms to the window + + [ Ken VanDine ] + * debian/rules + * include autoreconf.mk and drop patchsys-quilt.mk + * +debian/compat + * debian/control + * added build dep on dh-autoreconf and dropped quilt build dep + * bump standards to 3.9.2 + + -- Ted Gould Wed, 08 Feb 2012 10:14:03 -0600 + +appmenu-gtk (0.3.0-0ubuntu1) oneiric; urgency=low + + * New upstream release. + * Fix ref leak + * Fix compiler warnings for Oneiric + * Dropped debian/patches/01_remove_unused_variables.patch: Upstream + + -- Ted Gould Thu, 29 Sep 2011 09:51:37 -0500 + +appmenu-gtk (0.3.0~r135-0ubuntu3) oneiric; urgency=low + + * debian/rules, debian/control: + - avoid making indicator-appmenu* depends on gtk2/3 by dpkg-shlibdeps. + The library doesn't hurt if gtk isn't installed and that enable + pre-installlation of the indicator stack without requiring the full gtk + stack being there without any gtk app installed. + - remove the explicit dep there as well + * debian/patches/01_remove_unused_variables.patch, debian/control, + debian/rules: + - fix FTBFS + - add quilt + + -- Didier Roche Mon, 25 Jul 2011 19:24:46 +0200 + +appmenu-gtk (0.3.0~r135-0ubuntu2) oneiric; urgency=low + + * No change rebuild for libdbusmenu-gtk3-4 + + -- Ken VanDine Tue, 28 Jun 2011 09:05:40 -0400 + +appmenu-gtk (0.3.0~r135-0ubuntu1) oneiric; urgency=low + + * New upstream snapshot + - Ported to gtk3 + * debian/rules + - dual build for gtk2 and gtk3 + * debian/control, debian/appmenu-gtk.install, debian/appmenu-gtk3.install + - Create binaries for gtk2 and gtk3 modules + + -- Ken VanDine Tue, 31 May 2011 10:20:25 -0400 + +appmenu-gtk (0.2.1-0ubuntu3) natty; urgency=low + + * Backport more emacs variant blacklists: emacs23 and emacs23-lucid. + Still for bug 673302. + + -- Michael Terry Wed, 20 Apr 2011 15:24:15 -0400 + +appmenu-gtk (0.2.1-0ubuntu2) natty; urgency=low + + * Backport changes from trunk: + * Blacklist emacs (bug 673302 records its problems with dynamic + menus) + + -- Michael Terry Fri, 15 Apr 2011 15:52:10 -0400 + +appmenu-gtk (0.2.1-0ubuntu1) natty; urgency=low + + * New upstream release. + * Fixing canceling and registering so that desktop menus show + for more users. (LP: #733050) + + -- Ted Gould Thu, 14 Apr 2011 16:01:02 -0500 + +appmenu-gtk (0.2.0-0ubuntu1) natty; urgency=low + + * New upstream release. + * Version bump + + -- Ted Gould Wed, 23 Mar 2011 22:00:20 -0500 + +appmenu-gtk (0.1.96-0ubuntu1) natty; urgency=low + + [ Ted Gould ] + * New upstream release. + ∘ Make the registration of application windows cancelable + (LP: #729065) + ∘ Check to make sure toplevel hasn't died (LP: #726388) + ∘ Fix showing items so that they show when mnemonic is + pressed (LP: #729203) + + [ Ken VanDine ] + * debian/control + - bumped build depends for dbusmenu to 0.3.101 + + -- Ken VanDine Thu, 10 Mar 2011 15:22:53 -0500 + +appmenu-gtk (0.1.95-0ubuntu1) natty; urgency=low + + * New upstream release. + * Fix LP: #718926 - Some apps don't integrate to appmenu after having + their windows closed + * Change the dbusmenu status when pressing the modifier + * Set the text direction of GTK has it set + * debian/patches: Removed as they're upstream + + -- Ted Gould Thu, 03 Mar 2011 14:18:10 -0600 + +appmenu-gtk (0.1.94-0ubuntu2) natty; urgency=low + + * Fix LP: #718926 - Some apps don't integrate to appmenu after having + their windows closed + - add debian/patches/connect-to-map-unmap.patch + - add debian/patches/series + - update debian/control + - update debian/rules + + -- Chris Coulson Tue, 01 Mar 2011 14:48:26 +0000 + +appmenu-gtk (0.1.94-0ubuntu1) natty; urgency=low + + * New upstream release. + ∘ Check for existence of the menu-proxy before using it (LP: #674047) + ∘ Black list Eclipse for now + + -- Ted Gould Thu, 17 Feb 2011 14:38:10 -0600 + +appmenu-gtk (0.1.93-0ubuntu2) natty; urgency=low + + * debian/rules + - Don't include static libs in the package (LP: #625687) + + -- Ken VanDine Mon, 14 Feb 2011 09:07:33 -0500 + +appmenu-gtk (0.1.93-0ubuntu1) natty; urgency=low + + * New upstream release. + * Protect variant from being unref'd when NULL (LP: #703988) + * Check to see if the item is already realized and parse + immediately if it is. + + -- Ted Gould Fri, 11 Feb 2011 09:40:27 -0600 + +appmenu-gtk (0.1.92-0ubuntu1) natty; urgency=low + + * New upstream release. + * Remove shotwell from blacklist + + -- Ted Gould Thu, 03 Feb 2011 14:22:05 -0600 + +appmenu-gtk (0.1.91-0ubuntu1) natty; urgency=low + + * New upstream release. + * Now using the dbusmenu parser + * debian/control: Increasing dbusmenu depends to 0.3.94 + + -- Ted Gould Thu, 27 Jan 2011 14:34:59 -0600 + +appmenu-gtk (0.1.90-0ubuntu1) natty; urgency=low + + [ Ted Gould ] + * New upstream release. + * GDBus Port + * Change dbus names from ayatana.org to canonical.com + * Remove patches, they're upstream. + + [ Ken VanDine ] + * debian/control + - Bumped build depends for dbusmenu to >= 0.3.91 + - Dropped build depends for libdbus-glib-1-dev + + -- Ken VanDine Fri, 14 Jan 2011 12:08:59 -0600 + +appmenu-gtk (0.1.9-0ubuntu6) natty; urgency=low + + * debian/control + - Bump build depends for libdbusmenu-glib-dev and libdbusmenu-gtk-dev + to >= 0.3.90 + + -- Ken VanDine Thu, 09 Dec 2010 10:30:11 -0500 + +appmenu-gtk (0.1.9-0ubuntu5) natty; urgency=low + + * debian/patches/do_not_show_duplicate_menus.patch: + - do not show duplicate menu items (LP: #655241) + + -- Omer Akram Wed, 24 Nov 2010 21:12:55 +0500 + +appmenu-gtk (0.1.9-0ubuntu4) maverick; urgency=low + + * cherry-picked from upstream: + - show gedit plugins menu (LP: #646794) + + -- Didier Roche Thu, 30 Sep 2010 18:24:53 +0200 + +appmenu-gtk (0.1.9-0ubuntu3) maverick; urgency=low + + * cherry-picked from upstream: + - blacklist shotwell run now as there are no proper fix to get it working + with appmenu af of today (LP: #651307) + + -- Didier Roche Wed, 29 Sep 2010 19:46:23 +0200 + +appmenu-gtk (0.1.9-0ubuntu2) maverick; urgency=low + + * Backport upstream fix: + - Paste in global application menu is not active whilst using + gnome-terminal (LP: #630292) + + -- Didier Roche Thu, 23 Sep 2010 21:08:40 +0200 + +appmenu-gtk (0.1.9-0ubuntu1) maverick; urgency=low + + * New upstream release + - Fix for menuitem caching in rebuild_item() (LP: #636962) + * debian/patches/fix_toplevel_destroy.patch + - Dropped, fixed upstream + + -- Ken VanDine Mon, 13 Sep 2010 15:13:51 -0400 + +appmenu-gtk (0.1.8-0ubuntu2) maverick; urgency=low + + * debian/patches/fix_toplevel_destroy.patch + - Fix toplevel_destroyed() callback to be disconnected from a previous + window before it gets connected to a new one. + + -- Ken VanDine Thu, 09 Sep 2010 14:28:14 -0400 + +appmenu-gtk (0.1.8-0ubuntu1) maverick; urgency=low + + * New upstream version + + -- Sebastien Bacher Thu, 09 Sep 2010 19:21:52 +0200 + +appmenu-gtk (0.1.7-0ubuntu2) maverick; urgency=low + + * Backport trunk commit to fix crashers (lp: #624607, #625885, #628672) + + -- Sebastien Bacher Tue, 31 Aug 2010 22:48:38 +0200 + +appmenu-gtk (0.1.7-0ubuntu1) maverick; urgency=low + + * New upstream version. + + -- Sebastien Bacher Thu, 26 Aug 2010 22:43:58 +0200 + +appmenu-gtk (0.1.6-0ubuntu1) maverick; urgency=low + + * New upstream version: + - Performance improvements + - Fix issues where some menuitems were not showing sensitivity accurately + * debian/control: updated standards version + + -- Sebastien Bacher Tue, 24 Aug 2010 16:52:13 +0200 + +appmenu-gtk (0.1.4-0ubuntu1) maverick; urgency=low + + * New upstream version + * debian/patches/lp_610083.patch: + - dropped, the change is in the new version + + -- Sebastien Bacher Tue, 10 Aug 2010 15:32:50 +0200 + +appmenu-gtk (0.1.3-0ubuntu3) maverick; urgency=low + + * debian/patches/lp_610083.patch + - Blacklist thunderbird until we can find a proper fix to prevent + thunderbird from crashing on startup. (LP: #610083) + + -- Ken VanDine Mon, 26 Jul 2010 10:16:54 -0400 + +appmenu-gtk (0.1.3-0ubuntu2) maverick; urgency=low + + * src/bridge.c + - Cherry picked fix for menus appearing randomly (LP: #608967) + + -- Ken VanDine Fri, 23 Jul 2010 12:06:05 +0200 + +appmenu-gtk (0.1.3-0ubuntu1) maverick; urgency=low + + * New upstream release + - DBus name change, s/WindowMenu/AppMenu/g + - Adds fallback code in case indicator-appmenu applet is not available + (and APPMENU_DISPLAY_BOTH is not set to 1), and for when the + applet vanishes and reappears. (LP: #607285) + * debian/control + - Added a conflicts for indicator-appmenu (<< 0.0.9) + - Increased build depends version for dbusmenu and libgtk2.0-dev + - Added explict Depends on libgtk2.0-0(>= 2.21.2-0ubuntu6) + + -- Ken VanDine Thu, 22 Jul 2010 15:29:10 +0200 + +appmenu-gtk (0.1.1-0ubuntu1) maverick; urgency=low + + * New upstream version: + - [Master] Confusion between dot and check markers in menu items + - doesn't display icons + - Menus in gnome-panel are not visible if APPMENU_DISPLAY_BOTH=0 + - APPMENU_DISPLAY_BOTH=0 hides items in the panel menu applet + - Getting lots of command-line errors when running GIMP + + -- Sebastien Bacher Thu, 08 Jul 2010 19:24:27 +0200 + +appmenu-gtk (0.1.0-0ubuntu2) maverick; urgency=low + + * Backport upstream changes to fix issues with pixbufs images not being + displayed and with dots being rendered as checkmarks in the indicator + + -- Sebastien Bacher Thu, 08 Jul 2010 15:00:51 +0200 + +appmenu-gtk (0.1.0-0ubuntu1) maverick; urgency=low + + * New upstream version: + - Gimp: menu item missing + - [Master] Application is showing a partial menu + - [Master] Menu items are out of order. + - Firefox supposedly crashing with appmenu-gtk + - Weird sub-menu associated with Anjuta's File -> Quit entry + - doesn't display icons + - Tabs menu in gnome-terminal does not display correctly + - Pidgin menu items for accounts are not updated on + the menubar when disabling them + - Dynamic menu is empty + + -- Sebastien Bacher Tue, 06 Jul 2010 18:09:11 +0200 + +appmenu-gtk (0.0.9-0ubuntu5) maverick; urgency=low + + * src/bridge.c: clean some g_print calls there + + -- Sebastien Bacher Fri, 02 Jul 2010 18:35:48 +0200 + +appmenu-gtk (0.0.9-0ubuntu4) maverick; urgency=low + + * Backport extra upstream fixes for softwares not working + + -- Sebastien Bacher Fri, 02 Jul 2010 12:31:21 +0200 + +appmenu-gtk (0.0.9-0ubuntu3) maverick; urgency=low + + * Backport another set of upstream changes to fix crashing issues + + -- Sebastien Bacher Tue, 29 Jun 2010 23:54:41 +0200 + +appmenu-gtk (0.0.9-0ubuntu2) maverick; urgency=low + + * Backport upstream commit to fix missing menu items issues (lp: #598623) + + -- Sebastien Bacher Tue, 29 Jun 2010 10:42:00 +0200 + +appmenu-gtk (0.0.9-0ubuntu1) maverick; urgency=low + + * New upstream version: + - Fix bug #598244 - Unexpected separators in menus (lp: #598244) + - Fix bug #598311 - Missing menus and menu items (lp: #598311) + + -- Sebastien Bacher Fri, 25 Jun 2010 20:20:12 +0200 + +appmenu-gtk (0.0.9-0ubuntu1~ppa3) lucid; urgency=low + + * Upping GTK dep and making version 0.0.9 clean + + -- Ted Gould Tue, 29 Jun 2010 11:46:57 -0500 + +appmenu-gtk (0.0.9~dev-0ubuntu1~ppa2) lucid; urgency=low + + * Version bump to 0.0.9 to follow the tip of trunk + + -- David Barth Tue, 29 Jun 2010 12:03:36 +0200 + +appmenu-gtk (0.0.8-0ubuntu2) maverick; urgency=low + + * Backport upstream r35 to fix some extra issues + + -- Sebastien Bacher Thu, 24 Jun 2010 22:10:12 +0200 + +appmenu-gtk (0.0.8-0ubuntu1) maverick; urgency=low + + * New upstream release + - memset recurse to 0, then check for NULL before setting root. + - Fix for valid roots always. + - Skip duplicate separator menuitems (LP: #594867) + - Add support for shortcuts (LP: #591293) + - check that the boolean ubuntu-no-proxy exists before using a potential + value to remove proxy support + * debian/control + - build build depends for libdbusmenu to >= 0.3.3 + + -- Ken VanDine Thu, 24 Jun 2010 13:53:20 -0400 + +appmenu-gtk (0.0.7-0ubuntu2) maverick; urgency=low + + * Backporting upstream commit to fix issues in unity + + -- Sebastien Bacher Fri, 18 Jun 2010 12:42:34 +0200 + +appmenu-gtk (0.0.7-0ubuntu1) maverick; urgency=low + + * New upstream release + + -- Ken VanDine Thu, 17 Jun 2010 16:39:13 -0400 + +appmenu-gtk (0.0.6-0ubuntu1) maverick; urgency=low + + * New upstream release + - Sets needed session variables in /etc/X11/Xsession.d + + -- Ken VanDine Fri, 11 Jun 2010 11:47:35 -0400 + +appmenu-gtk (0.0.5-0ubuntu1) maverick; urgency=low + + * New upstream release + * debian/control + - build build-dep version for libgtk2.0-dev to >= 2.21.1-1ubuntu2 + + -- Ken VanDine Thu, 10 Jun 2010 17:30:03 -0400 + +appmenu-gtk (0.0.4-0ubuntu1~ppa1) lucid; urgency=low + + * New upstream release + + -- Ken VanDine Fri, 04 Jun 2010 13:47:36 -0400 + +appmenu-gtk (0.0.3-0ubuntu1~ppa1) lucid; urgency=low + + * New upstream version + * debian/control + - Added Vcs lings + * debian/copyright added + * debian/watch added + + -- Ken VanDine Thu, 27 May 2010 16:52:44 -0400 + +appmenu-gtk (0.0.2~dev-0ubuntu1~ppa1) lucid; urgency=low + + * Version bump to 0.0.2 + + -- Cody Russell Wed, 26 May 2010 11:26:17 -0500 + +appmenu-gtk (0.0.1~dev-0ubuntu1~ppa4) lucid; urgency=low + + * Updates for the latest GtkMenuProxy interface. + + -- Cody Russell Wed, 26 May 2010 09:00:08 -0500 + +appmenu-gtk (0.0.1~dev-0ubuntu1~ppa3) lucid; urgency=low + + * debian/control: Adding libdbusmenu-gtk-dev to the dependency + list. + + -- Ted Gould Wed, 12 May 2010 16:44:47 +0200 + +appmenu-gtk (0.0.1~dev-0ubuntu1~ppa2) lucid; urgency=low + + * Fixing packaging to make it so there aren't two .so's + + -- Ted Gould Tue, 11 May 2010 13:30:04 +0200 + +appmenu-gtk (0.0.1~dev-0ubuntu1~ppa1) lucid; urgency=low + + * Initial release. + + -- Ted Gould Tue, 11 May 2010 13:18:19 +0200 --- appmenu-gtk-12.10.3daily13.03.01.orig/debian/appmenu-gtk3.install +++ appmenu-gtk-12.10.3daily13.03.01/debian/appmenu-gtk3.install @@ -0,0 +1 @@ +debian/tmp/gtk3/* /