[rkward-cvs] SF.net SVN: rkward:[2419] trunk/rkward/debian

tfry at users.sourceforge.net tfry at users.sourceforge.net
Fri Mar 27 20:39:38 UTC 2009


Revision: 2419
          http://rkward.svn.sourceforge.net/rkward/?rev=2419&view=rev
Author:   tfry
Date:     2009-03-27 20:39:38 +0000 (Fri, 27 Mar 2009)

Log Message:
-----------
prepare next attempt

Modified Paths:
--------------
    trunk/rkward/debian/changelog
    trunk/rkward/debian/rules

Modified: trunk/rkward/debian/changelog
===================================================================
--- trunk/rkward/debian/changelog	2009-03-27 20:27:48 UTC (rev 2418)
+++ trunk/rkward/debian/changelog	2009-03-27 20:39:38 UTC (rev 2419)
@@ -1,5 +1,6 @@
-rkward (0.5.0c-test2-1) unstable; urgency=low
+rkward (0.5.0c-test3-1) experimental; urgency=low
 
+  * support both Debian and Ubuntu KDE installation paths
   * new upstream release
     closes: #520969
   * adjust to the new KDE4 installation paths

Modified: trunk/rkward/debian/rules
===================================================================
--- trunk/rkward/debian/rules	2009-03-27 20:27:48 UTC (rev 2418)
+++ trunk/rkward/debian/rules	2009-03-27 20:39:38 UTC (rev 2419)
@@ -16,7 +16,7 @@
 # Check for location of kde4 installation. Debian and Ubuntu currently
 # use different paths. We want to be compatible with both.
 KDE4ALT = $(shell test -d /usr/lib/kde4/share/kde4 && echo TRUE)
-ifdef KDE4ALT
+ifeq ($(KDE4ALT),TRUE)
 	KDE4INST = /usr/lib/kde4
 else
 	KDE4INST = /usr


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list