Skip to content

Debian Changelog gnome-menus (2.16.1-3)

2007

gnome-menus (2.16.1-3) unstable; urgency=medium

   [ Loic Minier ]
   * Add a get-orig-source target to retrieve the upstream tarball.
 
   [ Josselin Mouette ]
   * 06_menus_rename.patch: reinstate the renaming in the menu editor, as
     we are lacking an interface for saving a renamed menu.
     Closes: #411246.

 -- Josselin Mouette <joss@debian.org>  Sat, 17 Feb 2007 14:14:35 +0100

2006

gnome-menus (2.16.1-2) unstable; urgency=low

   * 08_menus_prefix.patch:
     + Only rename the specific menus we are renaming, avoid lookups
       for gnome-anything.menu (closes: #403165, #403456).
     + Strip the "gnome-" part specifically when opening the merged
       directory.

 -- Josselin Mouette <joss@debian.org>  Thu, 21 Dec 2006 20:15:49 +0100

gnome-menus (2.16.1-1) unstable; urgency=low

   * New upstream translation release.
   * 08_menus_prefix.patch: try "gnome-" as a prefix for menu files
     instead of renaming them explicitly. This should make
     applications-merged/ work as expected.
   * 06_menus_rename.patch: only keep the gnome-preferences renaming.
   * Build-depend on python-central 0.5 to please lintian.
   * Bump shlibs version to 2.16.1-1 to allow relying on this feature.

 -- Josselin Mouette <joss@debian.org>  Mon, 4 Dec 2006 22:36:55 +0100

gnome-menus (2.16.0-2) unstable; urgency=low

   * Upload to unstable.

 -- Loic Minier <lool@dooz.org>  Thu, 19 Oct 2006 11:41:08 +0200

gnome-menus (2.16.0-1) experimental; urgency=low

   * New upstream release; no API change.

 -- Loic Minier <lool@dooz.org>  Mon, 25 Sep 2006 16:42:44 +0200

gnome-menus (2.15.91-1) experimental; urgency=low

   * New upstream development releases, with API additions.
     - Target at experimental.
     - Bump up shlibs to >= 2.15.4.
     - Update patches: 03_kde-legacydirs, 04_settings-legacydir,
       05_debian_menu, 06_menus_rename, 07_gnomevfs, 70_reautogen.
   * Add CDBS' utils.

 -- Loic Minier <lool@dooz.org>  Sun, 13 Aug 2006 19:04:07 +0200

gnome-menus (2.14.3-1) unstable; urgency=low

   * New upstream release, no API change.
     - Update patch 70_reautogen.

 -- Loic Minier <lool@dooz.org>  Tue, 8 Aug 2006 11:02:56 +0200

gnome-menus (2.14.0-8) unstable; urgency=low

   * Add debian/control to the pyversions -r call since it's mandatory, even if
     the man page claims it's optional.

 -- Loic Minier <lool@dooz.org>  Sat, 5 Aug 2006 20:53:29 +0200

gnome-menus (2.14.0-7) unstable; urgency=low

   * Let python-gmenu also Conflict with gnome-menus << 2.14.0-3, since the
     historical Replace is not honored in Python packages following the newer
     policy; thanks Josselin Mouette. (Closes: #381426)

 -- Loic Minier <lool@dooz.org>  Sat, 5 Aug 2006 20:02:52 +0200

gnome-menus (2.14.0-6) unstable; urgency=low

   * Fix 07_gnomevfs patch which shipped a backup file.

 -- Loic Minier <lool@dooz.org>  Thu, 27 Jul 2006 22:42:24 +0200

gnome-menus (2.14.0-5) unstable; urgency=medium

   * Add ${python:Provides} to python-gmenu.
   * Build python-gmenu for all available versions of Python >= 2.3;
     build-depend on python-all-dev.
   * Remove trailing spaces.
   * Move relibtoolizing patch (08_reautogen) to apply later, at 70_reautogen.
   * New patch to use the default python path in gmenu-simple-editor, thanks
     Joe Wreschnig.

 -- Loic Minier <lool@dooz.org>  Thu, 27 Jul 2006 22:32:19 +0200

gnome-menus (2.14.0-4) unstable; urgency=low

   * Fix watch file.
   * Update to new Python policy. (Closes: #373435)
     - Bump up debhelper build-dep to 5.0.37.2.
     - Set Python compatibility level to 2.
     - Add XB-Python-Version to python-gmenu and gnome-menus.
     - Add a python-central (>= 0.4.17) build-dep.
     - Bump up cdbs build-dep to >= 0.4.43.
     - Add a XS-Python-Version: current as gnome-menus is the only package to
       depend on python-gmenu.
     - Call dh_pycentral to fill XB-Python-Version and add a pycentral dep.
     - Move the fixup snippet for the executable bit from binary-post-install
       to binary-install, before dh_pycentral moves the files around.

 -- Loic Minier <lool@dooz.org>  Thu, 13 Jul 2006 20:15:34 +0200

gnome-menus (2.14.0-3) unstable; urgency=low

   * Drop *.la files from libgnome-menu-dev as these were removed from its
     reverse dependencies.
   * Bump up Standards-Version to 3.7.2.
   * Add even more ${misc:Depends}.
   * Make package binNMU-safe.
     - Add a dpkg-dev >= 1.13.19 build-dep.
     - Use ${binary:Version} in inter-dependencies.
   * Bump up Debhelper compatibility level to 5.
   * Set executable bit on Python files with a shebang to make lintian happy.
   * Install /usr/lib/python*/site-packages/GMenuSimpleEditor in python-gmenu
     and not gnome-menus; let python-gmenu Replace gnome-menus << 2.14.0-3.

 -- Loic Minier <lool@dooz.org>  Thu, 22 Jun 2006 15:28:27 +0200

gnome-menus (2.14.0-2) unstable; urgency=low

   [ Loic Minier ]
   * Sync with overrides.
     - Set libgnome-menu-dev Section to libdevel.
       [debian/control, debian/control.in]
     - Set python-gmenu Section to python.
       [debian/control, debian/control.in]
 
   [ Josselin Mouette ]
   * 07_gnomevfs.patch: use gnome-vfs instead of fam for monitoring.
     This should be the end of the "menu disappeared" bugs.
   * 08_reautogen.patch: the re-autogenisation that follows.
   * control.in: replace dependencies and build-dependencies on fam by
     gnome-vfs. Entirely remove the dependency for the -dev package, it's
     not needed for a backend.

 -- Josselin Mouette <joss@debian.org>  Sat, 20 May 2006 07:11:17 +0200

gnome-menus (2.14.0-1) unstable; urgency=low

   * New upstream version
   * Renamed the patches to use .patch instead of .diff
   * debian/control.in:
     - dropped gnomevfs requirement it doesn't use it
   * debian/libgnome-menu2.shlibs:
     - updated shlibs version
   * debian/patches/06_menus_rename.patch:
     - updated
   * debian/patches/07_relibtoolise.patch:
     - not required
   * debian/watch:
     - updated
 
   [ J.H.M. Dassen (Ray) ]
   * [patches/07_relibtoolise.diff] Added to do away with unneeded direct
     library dependencies in the gnome-menus package.
 
   [ Josselin Mouette ]
   * Acknowledge NMU:
     + Add python-glade2 depends for gnome-menus (Closes: #347176).

 -- Sebastien Bacher <seb128@debian.org>  Sat, 29 Apr 2006 15:26:42 +0200

gnome-menus (2.12.0-2) unstable; urgency=low

   * debian/control.in:
     - depend on ${python:Depends}.
   * Upload to unstable.

 -- Josselin Mouette <joss@debian.org>  Mon, 2 Jan 2006 14:03:46 +0100

2005

gnome-menus (2.12.0-1) experimental; urgency=low

   * New upstream version:
     - ship a menu editor (Closes: #332976).
     - use Education instead of Edutainment (Closes: #314491).
   * debian/control.in:
     - new python-gmenu package.
     - updated for the soname change.
     - updated the Build-Depends/Depends for the new packages.
     - updated the Standards-Version.
   * debian/gnome-menus.install:
     - updated for new files.
   * debian/patches/04_settings-legacydir.diff:
     - updated.
   * debian/patches/06_menus_rename.diff:
     - updated.
   * debian/rules:
     - use dh_python.
   * debian/watch:
     - updated

 -- Sebastien Bacher <seb128@debian.org>  Mon, 17 Oct 2005 14:45:15 +0200

gnome-menus (2.10.2-1) unstable; urgency=low

   * New upstream version:
     - make user .desktop files correctly override system ones.
     - remove <LegacyDir> from settings menu.
     - fix memory leaks on re-load.
     - fix issue with duplicate sub-menus.

 -- Sebastien Bacher <seb128@debian.org>  Tue, 28 Jun 2005 11:19:50 +0200

gnome-menus (2.10.1-3) unstable; urgency=low

   * debian/patches/04_settings-legacydir.diff:
     - don't use LegacyDir for the Desktop menu (Closes: #304326).

 -- Sebastien Bacher <seb128@debian.org>  Tue, 14 Jun 2005 14:24:47 +0200

gnome-menus (2.10.1-2) unstable; urgency=low

   * Upload to unstable.
   * debian/patches/06_menus_rename.diff:
     - patch for the menus rename.
   * debian/rules:
     - renamed menu files to not conflict with other desktops
       (Closes: #307098).

 -- Sebastien Bacher <seb128@debian.org>  Tue, 7 Jun 2005 19:47:00 +0200

gnome-menus (2.10.1-1) experimental; urgency=low

   * Initial upload to debian.

 -- Sebastien Bacher <seb128@debian.org>  Wed, 23 Mar 2005 18:35:08 +0100

gnome-menus (2.10.1-0ubuntu1) hoary; urgency=low

   * New upstream release:
     - add support for new "type" argument to <MergeFile>.
     - monitor <MergeDir>s for changes.
     - make user desktop entries override system ones.
     - make .directory files in <LegacyDir>s be pulled in.
     - fix weirdess with [KDE Desktop Entry] files.
     - fix <LegacyDir>s which don't contain any entries in the toplevel.
     - make sure items in <LegacyDir>s as allocated.
     - make <LegacyDir>s with a prefix work correctly.
   * debian/patches/03_kde-legacydirs.diff:
     - don't use KDELegacyDirs.

 -- Sebastien Bacher <seb128@canonical.com>  Wed, 23 Mar 2005 15:28:55 +0100

gnome-menus (2.10.0-0ubuntu1) hoary; urgency=low

   * New upstream release.
   * debian/watch:
     - updated.

 -- Sebastien Bacher <seb128@canonical.com>  Mon, 7 Mar 2005 16:09:23 +0100

gnome-menus (2.9.92-0ubuntu1) hoary; urgency=low

   * New upstream release:
     - fix issue with file monitoring and subdirs of <AppDir> (Hoary: #5934).

 -- Sebastien Bacher <seb128@canonical.com>  Tue, 1 Mar 2005 12:39:23 +0100

gnome-menus (2.9.90-0ubuntu1) hoary; urgency=low

   * New upstream release:
     - do not include the Core category in the Other menu (Hoary: #5484).
   * debian/patches/06_launchbox.diff:
     - removed, these changes are in the new version.

 -- Sebastien Bacher <seb128@canonical.com>  Tue, 25 Jan 2005 19:24:59 +0100

gnome-menus (2.9.4-0ubuntu2) hoary; urgency=low

   * debian/patches/06_launchbox.diff:
     - added the patch for GNOME launch box.

 -- Sebastien Bacher <seb128@canonical.com>  Thu, 20 Jan 2005 13:09:25 +0100

gnome-menus (2.9.4-0ubuntu1) hoary; urgency=low

   * New upstream release:
     - new menus layout.
     - reload menus correctly when they are deleted/updated .
   * debian/patches/03_menu_layout.diff:
     - removed, the changes are included upstream.

 -- Sebastien Bacher <seb128@canonical.com>  Tue, 11 Jan 2005 00:18:45 +0100

2004

gnome-menus (2.9.3-0ubuntu1) hoary; urgency=low

   * New upstream release.
   * debian/patches/05_debian_menu.diff:
     - patch for the Debian menu.

 -- Sebastien Bacher <seb128@canonical.com>  Tue, 21 Dec 2004 22:34:04 +0100

gnome-menus (2.9.2cvs041212-0ubuntu4) hoary; urgency=low

   * The Applications menu has an entry for the Debian menu now. If you want to
     get it you only need to install menu and menu-xdg.
   * layout/applications.menu:
     - added an entry for the Debian menu.
   * debian/Debian.directory:
     - added.
   * debian/gnome-menus.install:
     - install Debian.directory.

 -- Sebastien Bacher <seb128@debian.org>  Sun, 19 Dec 2004 21:32:34 +0100

gnome-menus (2.9.2cvs041212-0ubuntu3) hoary; urgency=low

   * control.in: should have been kdelibs-data not kdelibs

 -- Chris Halls <chris.halls@credativ.co.uk>  Wed, 15 Dec 2004 00:29:08 +0000

gnome-menus (2.9.2cvs041212-0ubuntu2) hoary; urgency=low

   * control.in: gnome-menus Replaces pre-hoary kdelibs-data (file conflict)

 -- Chris Halls <chris.halls@credativ.co.uk>  Tue, 14 Dec 2004 18:51:16 +0000

gnome-menus (2.9.2cvs041212-0ubuntu1) hoary; urgency=low

   * CVS snapshot.
   * debian/patches/03_menu_layout.diff:
     - patch by Vincent Untz <vincent@vuntz.net> for the new menu layout.
   * debian/patches/04_settings-legacydir.diff:
     - merged the old capplet .desktop locations here too.

 -- Sebastien Bacher <seb128@canonical.com>  Sun, 12 Dec 2004 19:44:20 +0100

gnome-menus (2.9.2-0ubuntu3) hoary; urgency=low

   * debian/patches/*:
     - Merge the old capplet .desktop locations.

 -- Jeff Waugh <jeff.waugh@canonical.com>  Tue, 7 Dec 2004 16:55:37 +0100

gnome-menus (2.9.2-0ubuntu2) hoary; urgency=low

   * debian/control.in:
     - updated the Build-Depends.

 -- Sebastien Bacher <seb128@canonical.com>  Tue, 30 Nov 2004 19:21:39 +0100

gnome-menus (2.9.2-0ubuntu1) hoary; urgency=low

   * Initial Release.

 -- Sebastien Bacher <seb128@canonical.com>  Tue, 30 Nov 2004 12:49:00 +0100