Your message dated Wed, 05 Apr 2006 06:02:13 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#328055: fixed in menu-xdg 0.2.3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: menu-xdg
Version: 0.2
Tags: patch

Hello,

Attached is a patch which fixes a few bugs in menu-xdg. Hopefully you'll be 
able to incorporate it into an upload soon, ideally in time for Sarge. I've 
included a changelog entry as if I were performing an NMU, to describe for 
you the changes I've made and why. More information on the Ubuntu fix can 
be found at https://bugzilla.ubuntu.com/show_bug.cgi?id=8539. For the 
record, the duplicate entry problem it fixes, though ostensibly for GNOME, 
has popped up from time to time on the KDE lists as well (and I can 
reproduce it here).

If you prefer simply to have me NMU, let me know (and ideally check the 
changes for correctness) and I can do that instead.

Cheers,
Christopher Martin
--- menu-xdg-0.2/debian/changelog
+++ menu-xdg-0.2.1/debian/changelog
@@ -1,3 +1,13 @@
+menu-xdg (0.2.1) unstable; urgency=low
+
+  * NMU
+  * Apply Ubuntu fix that prevents duplicate Debian menu entries.
+  * Add Replaces for old versions of kdelibs-bin. (Closes: #245677)
+  * Work around the problem where update-menus would fail on systems with many
+    packages installed. (Closes: #297322)
+
+ -- Christopher Martin <[EMAIL PROTECTED]>  Thu, 21 Apr 2005 14:56:15 -0400
+
 menu-xdg (0.2) unstable; urgency=low
 
   * Add section name to apps filename to differentiate entries.
--- menu-xdg-0.2/debian/control
+++ menu-xdg-0.2.1/debian/control
@@ -10,6 +10,7 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: menu
 Conflicts: menu (<< 2.1.14)
+Replaces: kdelibs-bin (<= 4:3.2.2-1)
 Description: freedesktop.org menu compliant window manager scripts
  menu-xdg contains menu-methods to convert the Debian menu structure to
  the freedesktop.org xdg menu structure.
--- menu-xdg-0.2/debian/menu-xdg.menu-method
+++ menu-xdg-0.2.1/debian/menu-xdg.menu-method
@@ -13,7 +13,7 @@
 
 function Dirs() =
 	ifempty($section,ifroot(
-	"<AppDir>/var/lib/menu-xdg/applications/menu-xdg</AppDir>\n"
+	"<AppDir>/var/lib/menu-xdg/applications</AppDir>\n"
 	"<DirectoryDir>/var/lib/menu-xdg/desktop-directories/menu-xdg</DirectoryDir>\n",
 	"<DirectoryDir>"
 	parent(parent(prefix()))
--- menu-xdg-0.2/xdg-desktop-entry-spec-apps
+++ menu-xdg-0.2.1/xdg-desktop-entry-spec-apps
@@ -38,7 +38,7 @@
 
 rootsection = "";
 
-prerun = "rm -rf " prefix() "/*";
+prerun = "find " prefix() "/* | xargs rm -rf";
 
 preoutput = "";
 
--- menu-xdg-0.2/xdg-desktop-entry-spec-dirs
+++ menu-xdg-0.2.1/xdg-desktop-entry-spec-dirs
@@ -42,7 +42,7 @@
 
 rootsection = "";
 
-prerun = "rm -rf " prefix() "/*";
+prerun = "find " prefix() "/* | xargs rm -rf";
 
 preoutput = "";
 
--- menu-xdg-0.2/xdg-menu-spec
+++ menu-xdg-0.2.1/xdg-menu-spec
@@ -13,7 +13,7 @@
 
 function Dirs() =
 	ifempty($section,ifroot(
-	"<AppDir>/var/lib/menu-xdg/applications/menu-xdg</AppDir>\n"
+	"<AppDir>/var/lib/menu-xdg/applications</AppDir>\n"
 	"<DirectoryDir>/var/lib/menu-xdg/desktop-directories/menu-xdg</DirectoryDir>\n",
 	"<DirectoryDir>"
 	parent(parent(prefix()))

--- End Message ---
--- Begin Message ---
Source: menu-xdg
Source-Version: 0.2.3

We believe that the bug you reported is fixed in the latest version of
menu-xdg, which is due to be installed in the Debian FTP archive:

menu-xdg_0.2.3.dsc
  to pool/main/m/menu-xdg/menu-xdg_0.2.3.dsc
menu-xdg_0.2.3.tar.gz
  to pool/main/m/menu-xdg/menu-xdg_0.2.3.tar.gz
menu-xdg_0.2.3_all.deb
  to pool/main/m/menu-xdg/menu-xdg_0.2.3_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bill Allombert <[EMAIL PROTECTED]> (supplier of updated menu-xdg package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 20 Mar 2006 14:07:09 +0100
Source: menu-xdg
Binary: menu-xdg
Architecture: source all
Version: 0.2.3
Distribution: unstable
Urgency: low
Maintainer: Bill Allombert <[EMAIL PROTECTED]>
Changed-By: Bill Allombert <[EMAIL PROTECTED]>
Description: 
 menu-xdg   - freedesktop.org menu compliant window manager scripts
Closes: 297322 317567 324545 328055 334941 343217 343469
Changes: 
 menu-xdg (0.2.3) unstable; urgency=low
 .
   * Take over the package from Chris.
   * Acknowledge NMU (Closes: #297322, #328055, #317567, #324545, #343217).
   * Remove the debian-menu.menu file in the prerun to avoid problem
     with gnome-panel. Hopefully Closes: #334941, #343469.
   * Add xdg-desktop-entry-spec-sessions menu-method to generate
     xsessions .desktop files in /var/lib/menu-xdg/xsessions.
   * Bump Standards-Version to 3.6.2.0.
   * Use /usr/bin/install-menu instead of /usr/sbin/install-menu.
   * Do not use dh_installmenu (does not handle multiple menu-methods).
Files: 
 0a54d954c10a78423da70452fa36ab3c 499 admin optional menu-xdg_0.2.3.dsc
 257008a9a38c819774b976bae5346b9d 4349 admin optional menu-xdg_0.2.3.tar.gz
 59954ff890fb20d699659013840617d2 4594 admin optional menu-xdg_0.2.3_all.deb

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

iD8DBQFEM7zZeDPs8bVESBURAgXSAJ0al7JLvNJvIiMMWoCLph+m7CG2nQCgkc8K
khGRD11eI53fiWDV+xPttv4=
=r2Qg
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to