rev 17201 - trunk/packages/kdebase-workspace/debian

Sune Vuorela pusling-guest at alioth.debian.org
Sun Feb 28 11:15:34 UTC 2010


Author: pusling-guest
Date: 2010-02-28 11:15:31 +0000 (Sun, 28 Feb 2010)
New Revision: 17201

Modified:
   trunk/packages/kdebase-workspace/debian/changelog
   trunk/packages/kdebase-workspace/debian/rules
Log:
Make the rest of kde pam usage use the same service name as kdm, which we
actually install configuration for. Closes: 534714

Modified: trunk/packages/kdebase-workspace/debian/changelog
===================================================================
--- trunk/packages/kdebase-workspace/debian/changelog	2010-02-28 11:05:19 UTC (rev 17200)
+++ trunk/packages/kdebase-workspace/debian/changelog	2010-02-28 11:15:31 UTC (rev 17201)
@@ -49,6 +49,8 @@
   * Add conflicts: for some kde3 kdm theme packages. Thanks Leonard.
     Closes: 568950
   * Remove old obsolete klipper configuration files. Closes: 543764
+  * Make the rest of kde pam usage use the same service name as kdm, which we
+    actually install configuration for. Closes: 534714
 
   [ Modestas Vainius ]
   * libkdeinit4_*.so have been moved to private directory

Modified: trunk/packages/kdebase-workspace/debian/rules
===================================================================
--- trunk/packages/kdebase-workspace/debian/rules	2010-02-28 11:05:19 UTC (rev 17200)
+++ trunk/packages/kdebase-workspace/debian/rules	2010-02-28 11:15:31 UTC (rev 17201)
@@ -10,7 +10,7 @@
 #DEB_CMAKE_EXTRA_FLAGS += \
 #	-DINSTALL_PRINTER_APPLET=TRUE
 
-DEB_CMAKE_EXTRA_FLAGS += -DKDE4_KDM_PAM_SERVICE=kdm
+DEB_CMAKE_EXTRA_FLAGS += -DKDE4_KDM_PAM_SERVICE=kdm -DKDE4_COMMON_PAM_SERVICE=kdm
 DEB_DH_MAKESHLIBS_ARGS_ALL := -V -u-c0
 
 # Private shared libraries which do not install headers




More information about the pkg-kde-commits mailing list