From: Joey Hess Date: Mon, 24 Aug 2009 16:59:22 +0000 (-0400) Subject: dh_desktop: Clarify in man page why it's a no-op. Closes: #543364 X-Git-Tag: 7.3.16~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fe2118282cb6a5e3f8e55bdca860c3e70082356d;p=debhelper.git dh_desktop: Clarify in man page why it's a no-op. Closes: #543364 --- diff --git a/debian/changelog b/debian/changelog index 75b29ac..34cb71f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debhelper (7.3.16) UNRELEASED; urgency=low + + * dh_desktop: Clarify in man page why it's a no-op. + Closes: #543364 + + -- Joey Hess Mon, 24 Aug 2009 12:59:02 -0400 + debhelper (7.3.15) unstable; urgency=low * dh_installudev: Install rules files into new location diff --git a/dh_desktop b/dh_desktop index 6fb7d02..f0488c5 100755 --- a/dh_desktop +++ b/dh_desktop @@ -18,6 +18,10 @@ B [S>] dh_desktop was a debhelper program that registers .desktop files. However, it no longer does anything, and is now deprecated. +If a package ships desktop files, they just need to be installed in the +correct location (/usr/share/applications) and they will be registered by +the appropriate tools for the corresponding desktop environments. + =cut init();