Your message dated Sun, 5 May 2013 18:33:51 +0200 with message-id <20130505163351.GU12846@radis.cristau.org> and subject line Re: Bug#697589: unblock: gnome-menus/3.4.2-7 has caused the Debian Bug report #697589, regarding unblock: gnome-menus/3.4.2-7 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 this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 697589: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697589 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: gnome-menus/3.4.2-7
- From: Josselin Mouette <joss@debian.org>
- Date: Mon, 7 Jan 2013 11:41:03 +0100
- Message-id: <20130107104103.GA2594@malsain.org>
Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock Please unblock package gnome-menus for an additional fix for #692141. The sole change to the script would indeed fix new installations but not existing ones. gnome-menus (3.4.2-7) unstable; urgency=low * gnome-menus.postinst: clean up the desktop files once upon upgrades, in order to get rid of files generated by a buggy script. --- debian/gnome-menus.postinst (révision 36537) +++ debian/gnome-menus.postinst (révision 36538) @@ -1,6 +1,12 @@ #! /bin/sh set -e +if [ "$1" = configure ] && dpkg --compare-versions "$2" lt-nl 3.4.2-7; then + # Clean up old files generated by buggy script + # See #692141 + rm -f /usr/share/gnome/applications/*.desktop +fi + gnome-menus-blacklist if [ "$1" = triggered ]; then unblock gnome-menus/3.4.2-7 Thanks, -- .''`. Josselin Mouette : :' : `. `' `-
--- End Message ---
--- Begin Message ---
- To: Josselin Mouette <joss@debian.org>, 697589-done@bugs.debian.org
- Subject: Re: Bug#697589: unblock: gnome-menus/3.4.2-7
- From: Julien Cristau <jcristau@debian.org>
- Date: Sun, 5 May 2013 18:33:51 +0200
- Message-id: <20130505163351.GU12846@radis.cristau.org>
- In-reply-to: <20130107104103.GA2594@malsain.org>
- References: <20130107104103.GA2594@malsain.org>
On Mon, Jan 7, 2013 at 11:41:03 +0100, Josselin Mouette wrote: > Package: release.debian.org > Severity: normal > User: release.debian.org@packages.debian.org > Usertags: unblock > > Please unblock package gnome-menus for an additional fix for #692141. > The sole change to the script would indeed fix new installations but not > existing ones. > > gnome-menus (3.4.2-7) unstable; urgency=low > > * gnome-menus.postinst: clean up the desktop files once upon upgrades, > in order to get rid of files generated by a buggy script. > This didn't get in, sorry. Cheers, JulienAttachment: signature.asc
Description: Digital signature
--- End Message ---