r2016 - trunk/eclipse/debian
Matthias Klose
doko at costa.debian.org
Thu Mar 23 12:22:00 UTC 2006
Author: doko
Date: 2006-03-23 12:21:57 +0000 (Thu, 23 Mar 2006)
New Revision: 2016
Modified:
trunk/eclipse/debian/aot-compile
trunk/eclipse/debian/changelog
trunk/eclipse/debian/eclipse.menu
Log:
* debian/eclipse.menu: Set longtitle. Ubuntu #34916.
Modified: trunk/eclipse/debian/aot-compile
===================================================================
--- trunk/eclipse/debian/aot-compile 2006-03-23 08:17:59 UTC (rev 2015)
+++ trunk/eclipse/debian/aot-compile 2006-03-23 12:21:57 UTC (rev 2016)
@@ -7,7 +7,7 @@
import zipfile
GCJ = "/usr/bin/gcj-4.0"
-GCJFLAGS = [ "-fPIC", "-findirect-dispatch", "-fjni"]
+GCJFLAGS = [ '-O2', "-fPIC", "-findirect-dispatch", "-fjni"]
LDFLAGS = ["-Wl,-Bsymbolic"]
class Error(Exception):
Modified: trunk/eclipse/debian/changelog
===================================================================
--- trunk/eclipse/debian/changelog 2006-03-23 08:17:59 UTC (rev 2015)
+++ trunk/eclipse/debian/changelog 2006-03-23 12:21:57 UTC (rev 2016)
@@ -18,6 +18,7 @@
MOZILLA_HOME in any case.
* debian/rules: Set a default for MOZILLA_HOME.
* Set JAVA_HOME for the build (needed for non-matching gcc/gcj versions).
+ * debian/eclipse.menu: Set longtitle. Ubuntu #34916.
-- Michael Koch <konqueror at gmx.de> Wed, 15 Mar 2006 17:03:01 +0000
Modified: trunk/eclipse/debian/eclipse.menu
===================================================================
--- trunk/eclipse/debian/eclipse.menu 2006-03-23 08:17:59 UTC (rev 2015)
+++ trunk/eclipse/debian/eclipse.menu 2006-03-23 12:21:57 UTC (rev 2016)
@@ -2,6 +2,7 @@
needs="X11"\
section="Apps/Programming"\
title="Eclipse"\
+ longtitle="Integrated Development Environment"\
command="/usr/bin/eclipse"\
icon="/usr/share/pixmaps/eclipse32.xpm"
More information about the pkg-java-commits
mailing list