summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2009-08-24 13:12:27 -0400
committerJoey Hess <joey@kitenet.net>2009-08-24 13:12:27 -0400
commitf19aaa336d0b8aa08a6bc4858c0a663512792b59 (patch)
tree695e73b14a9c07def8d9f042b9693e1276d5a406
parentcb472d35c35e560eb59e2b9b1cfe0111ee4b8ff1 (diff)
parentfe2118282cb6a5e3f8e55bdca860c3e70082356d (diff)
Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelper
-rw-r--r--debian/changelog7
-rwxr-xr-xdh_desktop4
2 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 75b29ac3..34cb71fe 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 <joeyh@debian.org> 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 6fb7d021..f0488c56 100755
--- a/dh_desktop
+++ b/dh_desktop
@@ -18,6 +18,10 @@ B<dh_desktop> [S<I<debhelper options>>]
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();