As announced, I have prepared NMU to fix this bug as well as #216245 I will leave for 10 days on 2/23, so I uploaded this NMU to DELAYED/12-day. It should then go in the archive in 11 days now.
In any case, the NMU patch is attached to this mail.
diff -Nru gnome-find-1.0.2.ori/debian/changelog gnome-find-1.0.2/debian/changelog --- gnome-find-1.0.2.ori/debian/changelog 2005-02-20 11:17:26.000000000 +0100 +++ gnome-find-1.0.2/debian/changelog 2005-02-21 10:28:43.000000000 +0100 @@ -1,3 +1,15 @@ +gnome-find (1.0.2-1.1) unstable; urgency=low + + * Non-maintainer upload + * Recompile as a non-native Debian package + * Remove the call to obsolete dh_installmanpages utility + * Use a correct "Type=" entry in the gnome-find.desktop file + Closes: #216245 + * Lintian fixes: + - Remove dh_make boilerplate in upstream authors list in copyright + + -- Christian Perrier <[EMAIL PROTECTED]> Mon, 21 Feb 2005 10:28:09 +0100 + gnome-find (1.0.2) unstable; urgency=low * Initial Release. diff -Nru gnome-find-1.0.2.ori/debian/copyright gnome-find-1.0.2/debian/copyright --- gnome-find-1.0.2.ori/debian/copyright 2005-02-20 11:17:26.000000000 +0100 +++ gnome-find-1.0.2/debian/copyright 2005-02-20 12:01:11.000000000 +0100 @@ -3,7 +3,7 @@ It was downloaded from <http://gnome-find.sourceforge.net> -Upstream Author(s): <Andy C. Kahn <[EMAIL PROTECTED]> +Upstream Author: <Andy C. Kahn <[EMAIL PROTECTED]> This program is free software; you may redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff -Nru gnome-find-1.0.2.ori/debian/rules gnome-find-1.0.2/debian/rules --- gnome-find-1.0.2.ori/debian/rules 2005-02-20 11:17:26.000000000 +0100 +++ gnome-find-1.0.2/debian/rules 2005-02-20 11:41:07.000000000 +0100 @@ -74,7 +74,7 @@ # dh_installinit # dh_installcron dh_installman - dh_installmanpages +# dh_installmanpages # dh_installinfo # dh_undocumented dh_installchangelogs diff -Nru gnome-find-1.0.2.ori/gnome-find.desktop gnome-find-1.0.2/gnome-find.desktop --- gnome-find-1.0.2.ori/gnome-find.desktop 2005-02-20 11:17:26.000000000 +0100 +++ gnome-find-1.0.2/gnome-find.desktop 2005-02-21 10:28:03.000000000 +0100 @@ -4,4 +4,4 @@ Exec=gnome-find Icon=gnome-searchtool.png Terminal=0 -Type=Utilities +Type=Application

