rev 18125 - trunk/packages/kdebindings/debian

Modestas Vainius modax at alioth.debian.org
Sat May 29 11:50:03 UTC 2010


Author: modax
Date: 2010-05-29 11:50:01 +0000 (Sat, 29 May 2010)
New Revision: 18125

Modified:
   trunk/packages/kdebindings/debian/changelog
   trunk/packages/kdebindings/debian/rules
Log:
Readd some flags which I accidently removed r18112.

Modified: trunk/packages/kdebindings/debian/changelog
===================================================================
--- trunk/packages/kdebindings/debian/changelog	2010-05-29 11:33:37 UTC (rev 18124)
+++ trunk/packages/kdebindings/debian/changelog	2010-05-29 11:50:01 UTC (rev 18125)
@@ -1,4 +1,4 @@
-kdebindings (4:4.4.4-0r1) UNRELEASED; urgency=low
+kdebindings (4:4.4.4-0r2) UNRELEASED; urgency=low
 
   * New upstream release.
 

Modified: trunk/packages/kdebindings/debian/rules
===================================================================
--- trunk/packages/kdebindings/debian/rules	2010-05-29 11:33:37 UTC (rev 18124)
+++ trunk/packages/kdebindings/debian/rules	2010-05-29 11:50:01 UTC (rev 18125)
@@ -32,7 +32,12 @@
 ##
 
 #generic kde4 stuff
-cmake_flags := $(DEB_CMAKE_KDE4_FLAGS)
+cmake_flags := \
+    -DCMAKE_INSTALL_PREFIX=/usr     \
+    -DCMAKE_USE_RELATIVE_PATHS=ON   \
+    -DCMAKE_VERBOSE_MAKEFILE=ON     \
+    \
+    $(DEB_CMAKE_KDE4_FLAGS)
 
 # OK, here we disable all that we don't want.
 # Please remove lines as you add packaging support for them.




More information about the pkg-kde-commits mailing list