rev 14203 - kde-extras/kvirc/trunk/debian

Raúl Sánchez Siles kebianizao-guest at alioth.debian.org
Fri Apr 3 16:15:15 UTC 2009


Author: kebianizao-guest
Date: 2009-04-03 16:15:14 +0000 (Fri, 03 Apr 2009)
New Revision: 14203

Modified:
   kde-extras/kvirc/trunk/debian/changelog
   kde-extras/kvirc/trunk/debian/rules
Log:
Invoke dh_desktop in rules so update-desktop-database is called when needed.

Modified: kde-extras/kvirc/trunk/debian/changelog
===================================================================
--- kde-extras/kvirc/trunk/debian/changelog	2009-04-03 16:14:48 UTC (rev 14202)
+++ kde-extras/kvirc/trunk/debian/changelog	2009-04-03 16:15:14 UTC (rev 14203)
@@ -19,6 +19,7 @@
   * Moved desktop file from kvirc-data to kvirc package.
   * Disabled coexistence with kvirc3.
   * Moving manpage from kvirc-data to kvirc package.
+  * Invoke dh_desktop in rules so update-desktop-database is called when needed.
 
  -- Raúl Sánchez Siles <rasasi78 at gmail.com>  Wed, 25 Mar 2009 01:39:37 +0100
 

Modified: kde-extras/kvirc/trunk/debian/rules
===================================================================
--- kde-extras/kvirc/trunk/debian/rules	2009-04-03 16:14:48 UTC (rev 14202)
+++ kde-extras/kvirc/trunk/debian/rules	2009-04-03 16:15:14 UTC (rev 14203)
@@ -9,3 +9,9 @@
 
 DEB_CMAKE_EXTRA_FLAGS += -DWANT_COEXISTENCE=OFF
 # -DWITH_ix86_ASM COMPILE_MMX_ASM -DCOEXISTENCE
+
+#Hook and add dh_desktop debhelper script. Taken from gnome.mk class
+ifdef _cdbs_rules_debhelper
+$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
+	$(if $(wildcard /usr/bin/dh_desktop),dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS))
+endif




More information about the pkg-kde-commits mailing list