rev 18351 - kde-extras/kraft/trunk/debian

Felix Geyer debfx-guest at alioth.debian.org
Mon Jun 14 09:28:38 UTC 2010


Author: debfx-guest
Date: 2010-06-14 09:28:36 +0000 (Mon, 14 Jun 2010)
New Revision: 18351

Modified:
   kde-extras/kraft/trunk/debian/changelog
   kde-extras/kraft/trunk/debian/rules
Log:
Pass -Skde to dh_auto_install.


Modified: kde-extras/kraft/trunk/debian/changelog
===================================================================
--- kde-extras/kraft/trunk/debian/changelog	2010-06-14 08:07:07 UTC (rev 18350)
+++ kde-extras/kraft/trunk/debian/changelog	2010-06-14 09:28:36 UTC (rev 18351)
@@ -1,9 +1,13 @@
 kraft (0.40-2) UNRELEASED; urgency=low
 
+  [ Mark Purcell ]
   * Update debian/copyright
 
- -- Mark Purcell <msp at debian.org>  Wed, 09 Jun 2010 09:01:20 +1000
+  [ Felix Geyer ]
+  * Pass -Skde to dh_auto_install.
 
+ -- Felix Geyer <debfx-pkg at fobos.de>  Mon, 14 Jun 2010 11:27:22 +0200
+
 kraft (0.40-1) unstable; urgency=low
 
   [ Mark Purcell ]

Modified: kde-extras/kraft/trunk/debian/rules
===================================================================
--- kde-extras/kraft/trunk/debian/rules	2010-06-14 08:07:07 UTC (rev 18350)
+++ kde-extras/kraft/trunk/debian/rules	2010-06-14 09:28:36 UTC (rev 18351)
@@ -7,7 +7,7 @@
 	dh --parallel --with kde $@
 
 override_dh_auto_install:
-	dh_auto_install
+	dh_auto_install -Skde
 
 	# move these icons to private icons folder to prevent possible conflicts
 	mv debian/kraft/usr/share/icons/hicolor/16x16/actions/demand.png \




More information about the pkg-kde-commits mailing list