rev 19624 - kde-extras/icemon/trunk/debian

Pino Toscano pino at alioth.debian.org
Wed Jun 12 09:26:03 UTC 2013


Author: pino
Date: 2013-06-12 09:26:03 +0000 (Wed, 12 Jun 2013)
New Revision: 19624

Modified:
   kde-extras/icemon/trunk/debian/changelog
   kde-extras/icemon/trunk/debian/rules
Log:
silly me, the build system is cmake, not qmake


Modified: kde-extras/icemon/trunk/debian/changelog
===================================================================
--- kde-extras/icemon/trunk/debian/changelog	2013-06-12 09:19:32 UTC (rev 19623)
+++ kde-extras/icemon/trunk/debian/changelog	2013-06-12 09:26:03 UTC (rev 19624)
@@ -5,7 +5,6 @@
   * Drop patch 01_fix_armel_build.diff, applied upstream.
   * kdelibs is no more used, so:
     - stop using the kde dh addon
-    - specify qmake_qt4 as dh buildsystem
     - remove the pkg-kde-tools and kdelibs5-dev build dependencies
     - add the libqt4-dev build dependency
   * There is no more cmake stuff installed, so stop removing it at

Modified: kde-extras/icemon/trunk/debian/rules
===================================================================
--- kde-extras/icemon/trunk/debian/rules	2013-06-12 09:19:32 UTC (rev 19623)
+++ kde-extras/icemon/trunk/debian/rules	2013-06-12 09:26:03 UTC (rev 19624)
@@ -8,7 +8,7 @@
 ICECC_DEV_VERSION = $(shell dpkg-query -Wf '$${source:Package} (= $${source:Version})' libicecc-dev)
 
 %:
-	dh $@ --parallel --buildsystem=qmake_qt4
+	dh $@ --parallel
 
 override_dh_auto_clean:
 	dh_auto_clean




More information about the pkg-kde-commits mailing list