Your message dated Wed, 28 Dec 2016 17:24:43 +0100
with message-id <6682735.UmA4GStWXN@portable2015-bastien>
and subject line Done: /usr/share/applications/display-im6.desktop has wrong 
Icon=
has caused the Debian Bug report #821393,
regarding /usr/share/applications/display-im6.desktop has wrong Icon=
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 ow...@bugs.debian.org
immediately.)


-- 
821393: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=821393
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: imagemagick-6
Version: 8:6.8.9.9-7
Severity: minor
Tags: patch

Hi,

I noticed when looking at appstream.debian.org[0] that
display-im6.Q16.desktop has an Icon field which references an icon that
isn't installed.

It's a case sensitivity issue - Q vs. q. Patch attached.

Cheers,

-- 
Iain Lane                                  [ i...@orangesquash.org.uk ]
Debian Developer                                   [ la...@debian.org ]
Ubuntu Developer                                   [ la...@ubuntu.com ]

[0] https://appstream.debian.org/html/sid/main/issues/imagemagick.html
diff -Nru imagemagick-6.8.9.9/debian/changelog imagemagick-6.8.9.9/debian/changelog
--- imagemagick-6.8.9.9/debian/changelog	2016-03-18 17:11:30.000000000 +0000
+++ imagemagick-6.8.9.9/debian/changelog	2016-04-18 13:29:50.000000000 +0100
@@ -1,3 +1,10 @@
+imagemagick (8:6.8.9.9-7ubuntu5) xenial; urgency=medium
+
+  * debian/rules: Use LCQUANTUMDEPTH when generating display-im6.desktop too.
+    (LP: #1558409)
+
+ -- Iain Lane <i...@orangesquash.org.uk>  Mon, 18 Apr 2016 13:29:50 +0100
+
 imagemagick (8:6.8.9.9-7ubuntu4) xenial; urgency=medium
 
   * Fix backport of d6054824 to include dropped parentheses
diff -Nru imagemagick-6.8.9.9/debian/display-im6.desktop.in imagemagick-6.8.9.9/debian/display-im6.desktop.in
--- imagemagick-6.8.9.9/debian/display-im6.desktop.in	2016-01-17 20:45:14.000000000 +0000
+++ imagemagick-6.8.9.9/debian/display-im6.desktop.in	2016-04-18 13:05:42.000000000 +0100
@@ -6,9 +6,9 @@
 Comment[pt]=Exiba e edite arquivos de imagem
 Exec=/usr/bin/display-im$(IMVERSION) %f
 Terminal=false
-Icon=display-im$(IMVERSION).$(QUANTUMDEPTH)
+Icon=display-im$(IMVERSION).$(LCQUANTUMDEPTH)
 Type=Application
 Categories=Graphics;
 Keywords=Image;Slideshow;View;Transform;Enhance;F/X;Special Effects
 Keywords[fr]=Image;Diaporama;Visualiser;Transformer;Améliorer;Effets spéciaux
-MimeType=image/avs;image/bie;image/x-ms-bmp;image/cmyk;image/dcx;image/eps;image/fax;image/fits;image/gif;image/gray;image/jpeg;image/pjpeg;image/miff;image/mono;image/mtv;image/x-portable-bitmap;image/pcd;image/pcx;image/pdf;image/x-portable-graymap;image/pict;image/png;image/x-portable-anymap;image/x-portable-pixmap;image/ps;image/rad;image/x-rgb;image/rgba;image/rla;image/rle;image/sgi;image/sun-raster;image/targa;image/tiff;image/uyvy;image/vid;image/viff;image/x-xbitmap;image/x-xpixmap;image/x-xwindowdump;image/x-icon;image/yuv;
\ No newline at end of file
+MimeType=image/avs;image/bie;image/x-ms-bmp;image/cmyk;image/dcx;image/eps;image/fax;image/fits;image/gif;image/gray;image/jpeg;image/pjpeg;image/miff;image/mono;image/mtv;image/x-portable-bitmap;image/pcd;image/pcx;image/pdf;image/x-portable-graymap;image/pict;image/png;image/x-portable-anymap;image/x-portable-pixmap;image/ps;image/rad;image/x-rgb;image/rgba;image/rla;image/rle;image/sgi;image/sun-raster;image/targa;image/tiff;image/uyvy;image/vid;image/viff;image/x-xbitmap;image/x-xpixmap;image/x-xwindowdump;image/x-icon;image/yuv;
diff -Nru imagemagick-6.8.9.9/debian/rules imagemagick-6.8.9.9/debian/rules
--- imagemagick-6.8.9.9/debian/rules	2016-01-17 20:45:14.000000000 +0000
+++ imagemagick-6.8.9.9/debian/rules	2016-04-18 13:07:53.000000000 +0100
@@ -270,6 +270,7 @@
 	mkdir -p $(CURDIR)/debian/tmp-indep/usr/share/applications/
 	sed < $(CURDIR)/debian/display-im6.desktop.in \
 		-e s/\$$\(QUANTUMDEPTH\)/$(DEFAULTQUANTUMDEPTH)/g \
+		-e s/\$$\(LCQUANTUMDEPTH\)/${shell echo $(DEFAULTQUANTUMDEPTH) | sed -e 's/\(.*\)/\L\1/'}/g \
 		-e s/\$$\(IMVERSION\)/$(IMVERSION)/g \
 	        -e s/\$$\(DEB_HOST_MULTIARCH\)/$(DEB_HOST_MULTIARCH)/g \
 		-e s/\$$\(DEB_UPSTREAM_VERSION_DROPREVISION\)/$(DEB_UPSTREAM_VERSION_DROPREVISION)/g \

--- End Message ---
--- Begin Message ---
Package: src:imagemagick
Version: 8:6.9.6.6+dfsg-1

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---

Reply via email to