[Pkg-ocaml-maint-commits] [SCM] unison packaging branch, master, updated. debian/2.27.57-4
Sylvain Le Gall
gildor at debian.org
Thu Feb 25 01:04:00 UTC 2010
The following commit has been merged in the master branch:
commit 139f9f9579ad1e4e8e5a36e1ad780953e9ecdc9a
Author: Sylvain Le Gall <gildor at debian.org>
Date: Tue Feb 23 00:42:19 2010 +0000
Use the full path to access icon in .desktop (Closes: #541700)
diff --git a/debian/changelog b/debian/changelog
index 30f77d9..d1f142a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-unison (2.27.57-3) UNRELEASED; urgency=low
+unison (2.27.57-4) UNRELEASED; urgency=low
* Merge changes from unison2.27.57:
* Update Standards-Version to 3.8.4 (no change)
@@ -7,8 +7,9 @@ unison (2.27.57-3) UNRELEASED; urgency=low
* unison binaries are custom executables, so we can remove Depends on any
ocaml-base* packages (Closes: #540481)
* Add bash_completion (Closes: #349782, #481070)
+ * Use the full path to access icon in .desktop (Closes: #541700)
- -- Sylvain Le Gall <gildor at debian.org> Tue, 16 Feb 2010 23:52:52 +0100
+ -- Sylvain Le Gall <gildor at debian.org> Tue, 23 Feb 2010 00:42:07 +0000
unison (2.27.57-2) unstable; urgency=low
diff --git a/debian/unison-gtk.desktop.in b/debian/unison-gtk.desktop.in
index 11a19d8..cdb1cf9 100644
--- a/debian/unison-gtk.desktop.in
+++ b/debian/unison-gtk.desktop.in
@@ -7,7 +7,7 @@ Exec=@UNISON_GTK@
Terminal=false
X-MultipleArgs=false
Type=Application
-Icon=@UNISON_GTK_PACKAGE at .svg
+Icon=/usr/share/pixmaps/@UNISON_GTK_PACKAGE at .svg
Categories=Utility;FileTools;GTK;
StartupWMClass=Unison-gtk
StartupNotify=true
--
unison packaging
More information about the Pkg-ocaml-maint-commits
mailing list