rev 8921 - in branches/kde4/packages/kdebase-workspace/debian: . patches

Armin Berres trigger-guest at alioth.debian.org
Thu Jan 10 22:24:38 UTC 2008


Author: trigger-guest
Date: 2008-01-10 22:24:38 +0000 (Thu, 10 Jan 2008)
New Revision: 8921

Modified:
   branches/kde4/packages/kdebase-workspace/debian/changelog
   branches/kde4/packages/kdebase-workspace/debian/patches/09_genkdm_make.diff
Log:
i really really don't understand what happened herevim debian/changelog 

Modified: branches/kde4/packages/kdebase-workspace/debian/changelog
===================================================================
--- branches/kde4/packages/kdebase-workspace/debian/changelog	2008-01-10 22:11:24 UTC (rev 8920)
+++ branches/kde4/packages/kdebase-workspace/debian/changelog	2008-01-10 22:24:38 UTC (rev 8921)
@@ -1,7 +1,7 @@
 kdebase-workspace (4:4.0.0-2) experimental; urgency=low
 
-  * Readd various kdm configuration files which were not installed by
-    accident.
+  * Readd various kdm configuration files which were not installed due to a
+    broken patch.
 
  -- Armin Berres <trigger+debian at space-based.de>  Thu, 10 Jan 2008 18:50:41 +0100
 

Modified: branches/kde4/packages/kdebase-workspace/debian/patches/09_genkdm_make.diff
===================================================================
--- branches/kde4/packages/kdebase-workspace/debian/patches/09_genkdm_make.diff	2008-01-10 22:11:24 UTC (rev 8920)
+++ branches/kde4/packages/kdebase-workspace/debian/patches/09_genkdm_make.diff	2008-01-10 22:24:38 UTC (rev 8921)
@@ -1,3 +1,5 @@
+Don't move --no-old to another place. $ENV{DESTDIR} is likely empty then.
+When anyone knows why -- please tell me.
 --- a/kdm/kfrontend/CMakeLists.txt
 +++ b/kdm/kfrontend/CMakeLists.txt
 @@ -113,5 +113,5 @@
@@ -5,5 +7,5 @@
  set(FACE_SRC_PATH "${CMAKE_CURRENT_SOURCE_DIR}/pics")
  install(CODE "
 -exec_program(\"${CMAKE_CURRENT_BINARY_DIR}/genkdmconf\" ARGS --in '${KDM_PATH}' --no-in-notice --face-src '${FACE_SRC_PATH}' \$GENKDMCONF_FLAGS)
-+exec_program(\"${CMAKE_CURRENT_BINARY_DIR}/genkdmconf\" ARGS --in '${KDM_PATH}' --no-in-notice --face-src '${FACE_SRC_PATH}' \$GENKDMCONF_FLAGS --no-old)
++exec_program(\"${CMAKE_CURRENT_BINARY_DIR}/genkdmconf\" ARGS --no-old --in '${KDM_PATH}' --no-in-notice --face-src '${FACE_SRC_PATH}'  \$GENKDMCONF_FLAGS)
  ")




More information about the pkg-kde-commits mailing list