Package: debhelper
Severity: wishlist

Hi,

hicolor-icon-theme and gnome-icon-theme are going to handle their icon
caches using triggers. That makes dh_icons useless for all packages
using these directories, however it is still useful for other packages,
especially theme packages.

Please apply the attached patch that ignores gnome and hicolor themes in
dh_icons.

Thanks,
-- 
 .''`.      Debian 5.0 "Lenny" has been released!
: :' :
`. `'   Last night, Darth Vader came down from planet Vulcan and told
  `-    me that if you don't install Lenny, he'd melt your brain.
--- /usr/bin/dh_icons	2008-08-23 04:31:05.000000000 +0200
+++ /tmp/dh_icons	2009-03-25 15:18:30.976131601 +0100
@@ -46,6 +46,8 @@
 		opendir(DIRHANDLE, $icondir);
 		while (my $subdir = readdir(DIRHANDLE)) {
 			next if $subdir =~ /^\./;
+			next if $subdir eq "gnome";
+			next if $subdir eq "hicolor";
 			my $needs_cache = 0;
 			find sub {
 				$needs_cache = 1 if -f and (/\.png$/ or /\.svg$/ or /\.xpm$/ or /\.icon$/);

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée

Reply via email to