Tags: newcomer, patch Hi,
I was looking for a newcomer bug I could fix and learn how it's done in Debian in the process, so here is a patch.
Relevant specification: http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#icon_lookup rakyi
diff -Nru emacs24-24.5+1/debian/changelog emacs24-24.5+1/debian/changelog --- emacs24-24.5+1/debian/changelog 2015-06-28 22:16:47.000000000 +0200 +++ emacs24-24.5+1/debian/changelog 2015-09-17 19:23:02.000000000 +0200 @@ -1,3 +1,10 @@ +emacs24 (24.5+1-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Don't use absolute path to icon. (Closes: 778884) + + -- Martin Račák <[email protected]> Thu, 17 Sep 2015 16:20:09 +0200 + emacs24 (24.5+1-1) unstable; urgency=medium * Merge upstream version 24.5 (shift from the bzr->git mirror to the diff -Nru emacs24-24.5+1/debian/emacsVER.desktop emacs24-24.5+1/debian/emacsVER.desktop --- emacs24-24.5+1/debian/emacsVER.desktop 2015-06-28 22:16:47.000000000 +0200 +++ emacs24-24.5+1/debian/emacsVER.desktop 2015-09-17 16:31:11.000000000 +0200 @@ -6,7 +6,7 @@ MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; Exec=/usr/bin/@DEB_FLAVOR@ %F TryExec=@DEB_FLAVOR@ -Icon=/usr/share/icons/hicolor/scalable/apps/@[email protected] +Icon=@DEB_FLAVOR@ Type=Application Terminal=false Categories=Utility;Development;TextEditor;

