[pkg-java] r2553 - trunk/eclipse/debian
Matthias Klose
doko at costa.debian.org
Sun Oct 8 19:30:06 UTC 2006
Author: doko
Date: 2006-10-08 19:30:05 +0000 (Sun, 08 Oct 2006)
New Revision: 2553
Modified:
trunk/eclipse/debian/changelog
trunk/eclipse/debian/rules
Log:
* debian/rules: Fix libswt-gtk.jar symlink
Modified: trunk/eclipse/debian/changelog
===================================================================
--- trunk/eclipse/debian/changelog 2006-10-04 12:45:23 UTC (rev 2552)
+++ trunk/eclipse/debian/changelog 2006-10-08 19:30:05 UTC (rev 2553)
@@ -51,6 +51,7 @@
* debian/patches/eclipse-libswt-mozilla.dpatch: Update.
* debian/rules: Apply eclipse-libswt-mozilla-profiles when building
with mozilla.
+ * debian/rules: Fix libswt-gtk.jar symlink.
-- Michael Koch <konqueror at gmx.de> Tue, 3 Oct 2006 17:22:09 +0000
Modified: trunk/eclipse/debian/rules
===================================================================
--- trunk/eclipse/debian/rules 2006-10-04 12:45:23 UTC (rev 2552)
+++ trunk/eclipse/debian/rules 2006-10-08 19:30:05 UTC (rev 2553)
@@ -42,6 +42,7 @@
SOURCE_VERSION=$(shell head -1 debian/changelog | sed -e 's/^.*(\(.*\)).*$$/\1/')
UPSTREAM_VERSION=$(shell echo $(SOURCE_VERSION) | sed -e 's/-.*$$//')
+REL=v3235
export JAVA_HOME=/usr/lib/jvm/java-gcj
@@ -423,7 +424,7 @@
# Version-less SWT Jar links.
mkdir -p $(DEBIAN_TMP)/usr/lib/java && \
cd $(DEBIAN_TMP)/usr/lib/java && \
- ln -sf ../eclipse/plugins/org.eclipse.swt.gtk.linux.$(ECLIPSE_PLATFORM)_$(UPSTREAM_VERSION).jar swt3.2-gtk.jar && \
+ ln -sf ../eclipse/plugins/org.eclipse.swt.gtk.linux.$(ECLIPSE_PLATFORM)_$(UPSTREAM_VERSION).$(REL).jar swt3.2-gtk.jar && \
ln -sf swt3.2-gtk.jar swt-gtk.jar && \
ln -sf swt3.2-gtk.jar swt.jar
More information about the pkg-java-commits
mailing list