r2205 - trunk/eclipse/debian

Michael Koch mkoch at costa.debian.org
Mon Jun 19 19:36:27 UTC 2006


Author: mkoch
Date: 2006-06-19 19:36:08 +0000 (Mon, 19 Jun 2006)
New Revision: 2205

Modified:
   trunk/eclipse/debian/control
   trunk/eclipse/debian/rules
Log:
Fixed setting MOZILLA_DEP variable when building for xulrunner.


Modified: trunk/eclipse/debian/control
===================================================================
--- trunk/eclipse/debian/control	2006-06-19 17:27:39 UTC (rev 2204)
+++ trunk/eclipse/debian/control	2006-06-19 19:36:08 UTC (rev 2205)
@@ -234,7 +234,7 @@
 Package: libswt3.1-gtk-java
 Architecture: any
 Depends: libswt3.1-gtk-jni (= ${Source-Version}), java-common
-Recommends: libswt3.1-gtk-gcj, mozilla-browser (>= 2:1.7.0)
+Recommends: libswt3.1-gtk-gcj, ${shlibs:depends}
 Replaces: libswt2.1-gtk2-java, libswt-gtk3-java, eclipse-rcp (<< 3.1.2-2)
 Conflicts: libswt2.1-gtk2-java, libswt-gtk3-java, libswt-gtk-3.1-java
 Description: Fast and rich GUI toolkit for Java, gtk2 version

Modified: trunk/eclipse/debian/rules
===================================================================
--- trunk/eclipse/debian/rules	2006-06-19 17:27:39 UTC (rev 2204)
+++ trunk/eclipse/debian/rules	2006-06-19 19:36:08 UTC (rev 2205)
@@ -157,7 +157,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