r2444 - trunk/eclipse/debian

Michael Koch mkoch at costa.debian.org
Sun Sep 17 08:44:09 UTC 2006


Author: mkoch
Date: 2006-09-17 08:44:09 +0000 (Sun, 17 Sep 2006)
New Revision: 2444

Modified:
   trunk/eclipse/debian/rules
Log:
Fixed shlib:Depends type when compiling with Xulrunner support.


Modified: trunk/eclipse/debian/rules
===================================================================
--- trunk/eclipse/debian/rules	2006-09-17 08:43:22 UTC (rev 2443)
+++ trunk/eclipse/debian/rules	2006-09-17 08:44:09 UTC (rev 2444)
@@ -156,7 +156,7 @@
 	eclipse-libswt-xulrunner
 
   BUILD_DEPS += , libxul-dev
-  MOZILLA_DEP = $${shlibs:depends}
+  MOZILLA_DEP = $${shlibs:Depends}
   MOZILLA_HOME = /usr/lib/mozilla
 endif
 




More information about the pkg-java-commits mailing list