r2197 - trunk/classpath/debian

Michael Koch mkoch at costa.debian.org
Mon Jun 12 03:15:15 UTC 2006


Author: mkoch
Date: 2006-06-12 03:15:14 +0000 (Mon, 12 Jun 2006)
New Revision: 2197

Added:
   trunk/classpath/debian/gcjwebplugin.install
   trunk/classpath/debian/gcjwebplugin.links
   trunk/classpath/debian/gcjwebplugin.substvars
Modified:
   trunk/classpath/debian/
   trunk/classpath/debian/changelog
   trunk/classpath/debian/classpath-common-unzipped.install
   trunk/classpath/debian/classpath.install
   trunk/classpath/debian/control
   trunk/classpath/debian/rules
Log:
classpath (2:0.91+cvs20060611-1) experimental; urgency=low

  * New upstream release
    - Shows warning before loading an applet (Closes: #267040, #301134).
    - New package Depends on jamvm or cacao (Closes: #369979).
    - Crashes with Firefox are not reproducable anymore
      (Closes: #290498, #336773).
    - Starts up with Firefox (Closes: #275245).
    - Fixes NullPointerException during applet loading (Closes: #351518).
    - Fixes deadlock in image drawing code (Closes: #357830).
  * debian/control: New package gcjwebplugin
  * debian/gcjwebplugin.links, debian/gcjwebplugin.install: New files.
  * debian/classpath-common-unzipped.install: Install classes in sun.*
    namespace.
  * debian/classpath.install: Don't install new appletviewer binary.
  * debian/patches/appletviewer.patch: Added runtime selection to
    appletviewer (Closes: #359654).




Property changes on: trunk/classpath/debian
___________________________________________________________________
Name: svn:ignore
   - classpath
classpath-doc
jikes-classpath
tmp
files
classpath-common-unzipped
classpath-common
classpath.substvars

   + classpath
classpath-doc
gcjwebplugin
jikes-classpath
tmp
files
classpath-common-unzipped
classpath-common
classpath.substvars


Modified: trunk/classpath/debian/changelog
===================================================================
--- trunk/classpath/debian/changelog	2006-06-08 05:56:22 UTC (rev 2196)
+++ trunk/classpath/debian/changelog	2006-06-12 03:15:14 UTC (rev 2197)
@@ -1,3 +1,23 @@
+classpath (2:0.91+cvs20060611-1) experimental; urgency=low
+
+  * New upstream release
+    - Shows warning before loading an applet (Closes: #267040, #301134).
+    - New package Depends on jamvm or cacao (Closes: #369979).
+    - Crashes with Firefox are not reproducable anymore
+      (Closes: #290498, #336773).
+    - Starts up with Firefox (Closes: #275245).
+    - Fixes NullPointerException during applet loading (Closes: #351518).
+    - Fixes deadlock in image drawing code (Closes: #357830).
+  * debian/control: New package gcjwebplugin
+  * debian/gcjwebplugin.links, debian/gcjwebplugin.install: New files.
+  * debian/classpath-common-unzipped.install: Install classes in sun.*
+    namespace.
+  * debian/classpath.install: Don't install new appletviewer binary.
+  * debian/patches/appletviewer.patch: Added runtime selection to
+    appletviewer (Closes: #359654).
+
+ -- Michael Koch <konqueror at gmx.de>  Sun, 11 Jun 2006 16:03:07 +0000
+
 classpath (2:0.91-3) unstable; urgency=low
 
   * Install header files to /usr/include/classpath.

Modified: trunk/classpath/debian/classpath-common-unzipped.install
===================================================================
--- trunk/classpath/debian/classpath-common-unzipped.install	2006-06-08 05:56:22 UTC (rev 2196)
+++ trunk/classpath/debian/classpath-common-unzipped.install	2006-06-12 03:15:14 UTC (rev 2197)
@@ -3,3 +3,4 @@
 usr/share/classpath/java/*
 usr/share/classpath/javax/*
 usr/share/classpath/org/*
+usr/share/classpath/sun/*

Modified: trunk/classpath/debian/classpath.install
===================================================================
--- trunk/classpath/debian/classpath.install	2006-06-08 05:56:22 UTC (rev 2196)
+++ trunk/classpath/debian/classpath.install	2006-06-12 03:15:14 UTC (rev 2197)
@@ -1,2 +1,4 @@
-usr/lib/classpath/*
+usr/lib/classpath/jarsigner
+usr/lib/classpath/keytool
+usr/lib/classpath/lib*
 usr/share/info/vmintegration.info

Modified: trunk/classpath/debian/control
===================================================================
--- trunk/classpath/debian/control	2006-06-08 05:56:22 UTC (rev 2196)
+++ trunk/classpath/debian/control	2006-06-12 03:15:14 UTC (rev 2197)
@@ -50,3 +50,10 @@
  include GNU Java's classes from the classpath package in jikes' 
  bootclasspath.
 
+Package: gcjwebplugin
+Architecture: any
+Depends: ${shlibs:Depends}, cacao | jamvm
+Recommends: mozilla-firefox | www-browser
+Description: web browser plugin to execute Java (tm) applets
+ gcjwebplugin is a little web browser plugin to execute Java (tm) applets.
+ It is targeted for Mozilla and compatible browsers that support the NPAPI.

Added: trunk/classpath/debian/gcjwebplugin.install
===================================================================
--- trunk/classpath/debian/gcjwebplugin.install	2006-06-08 05:56:22 UTC (rev 2196)
+++ trunk/classpath/debian/gcjwebplugin.install	2006-06-12 03:15:14 UTC (rev 2197)
@@ -0,0 +1,2 @@
+usr/lib/classpath/appletviewer usr/lib/classpath
+usr/lib/libgcjwebplugin.so usr/lib/classpath

Added: trunk/classpath/debian/gcjwebplugin.links
===================================================================
--- trunk/classpath/debian/gcjwebplugin.links	2006-06-08 05:56:22 UTC (rev 2196)
+++ trunk/classpath/debian/gcjwebplugin.links	2006-06-12 03:15:14 UTC (rev 2197)
@@ -0,0 +1,4 @@
+usr/lib/classpath/libgcjwebplugin.so usr/lib/firefox/plugins/libgcjwebplugin.so
+usr/lib/classpath/libgcjwebplugin.so usr/lib/mozilla/plugins/libgcjwebplugin.so
+usr/lib/classpath/libgcjwebplugin.so usr/lib/mozilla-firefox/plugins/libgcjwebplugin.so
+usr/lib/classpath/libgcjwebplugin.so usr/lib/mozilla-snapshot/plugins/libgcjwebplugin.so

Added: trunk/classpath/debian/gcjwebplugin.substvars
===================================================================
--- trunk/classpath/debian/gcjwebplugin.substvars	2006-06-08 05:56:22 UTC (rev 2196)
+++ trunk/classpath/debian/gcjwebplugin.substvars	2006-06-12 03:15:14 UTC (rev 2197)
@@ -0,0 +1 @@
+shlibs:Depends=libatk1.0-0 (>= 1.9.0), libc6 (>= 2.3.6-6), libcairo2 (>= 1.0.2-2), libfontconfig1 (>= 2.3.0), libgcc1 (>= 1:4.1.0), libglib2.0-0 (>= 2.10.0), libgtk2.0-0 (>= 2.8.0), libpango1.0-0 (>= 1.12.3), libstdc++6 (>= 4.1.0), libx11-6, libxcursor1 (>> 1.1.2), libxext6, libxfixes3, libxi6, libxinerama1, libxrandr2, libxrender1

Modified: trunk/classpath/debian/rules
===================================================================
--- trunk/classpath/debian/rules	2006-06-08 05:56:22 UTC (rev 2196)
+++ trunk/classpath/debian/rules	2006-06-12 03:15:14 UTC (rev 2197)
@@ -30,13 +30,14 @@
 		--host=$(DEB_HOST_GNU_TYPE) \
 		--build=$(DEB_BUILD_GNU_TYPE) \
 		--prefix=/usr \
+		--bindir=/usr/lib/classpath \
 		--includedir=\$${prefix}/include/classpath \
 		--mandir=\$${prefix}/share/man \
 		--infodir=\$${prefix}/share/info \
 		--disable-dependency-tracking \
 		--with-glibj=both \
 		$(OPT_COMPILER) \
-		--enable-gtk-cairo \
+		--enable-plugin \
 		--enable-qt-peer \
 		--enable-dssi \
 		--enable-jni \




More information about the pkg-java-commits mailing list