[pkg-java] r15164 - trunk/libjogl2-java/debian
Sylvestre Ledru
sylvestre at alioth.debian.org
Thu Oct 6 22:27:33 UTC 2011
Author: sylvestre
Date: 2011-10-06 22:27:33 +0000 (Thu, 06 Oct 2011)
New Revision: 15164
Added:
trunk/libjogl2-java/debian/libjogl2-java-doc.docs
trunk/libjogl2-java/debian/libjogl2-java.install
trunk/libjogl2-java/debian/libjogl2-jni.install
Removed:
trunk/libjogl2-java/debian/libjogl-java-doc.docs
trunk/libjogl2-java/debian/libjogl2-awt-java.install
trunk/libjogl2-java/debian/libjogl2-awt-jni.install
trunk/libjogl2-java/debian/libjogl2-awt-newt-java.install
trunk/libjogl2-java/debian/libjogl2-core-java.install
trunk/libjogl2-java/debian/libjogl2-core-newt-java.install
trunk/libjogl2-java/debian/libjogl2-core-newt-jni.install
trunk/libjogl2-java/debian/libjogl2-desktop-gl2es12-jni.install
trunk/libjogl2-java/debian/libjogl2-desktop-java.install
trunk/libjogl2-java/debian/libjogl2-desktop-jni.install
trunk/libjogl2-java/debian/libjogl2-es-common-java.install
trunk/libjogl2-java/debian/libjogl2-es1-java.install
trunk/libjogl2-java/debian/libjogl2-es1-jni.install
trunk/libjogl2-java/debian/libjogl2-es2-java.install
trunk/libjogl2-java/debian/libjogl2-es2-jni.install
trunk/libjogl2-java/debian/libjogl2-glu-java.install
trunk/libjogl2-java/debian/libjogl2-platform-java.install
trunk/libjogl2-java/debian/libjogl2-platform-jni.install
trunk/libjogl2-java/debian/libjogl2-platform-newt-java.install
Modified:
trunk/libjogl2-java/debian/changelog
trunk/libjogl2-java/debian/control
trunk/libjogl2-java/debian/rules
Log:
* New upstream release
* libjogl2-java, libjogl2-jni and libjogl2-java-doc added
(better match of the version 1)
* Massive cleanup of the package list. Upstream decided to simplify all the
jar packages.
See: http://bit.ly/qBNO7V
Modified: trunk/libjogl2-java/debian/changelog
===================================================================
--- trunk/libjogl2-java/debian/changelog 2011-10-06 21:57:33 UTC (rev 15163)
+++ trunk/libjogl2-java/debian/changelog 2011-10-06 22:27:33 UTC (rev 15164)
@@ -1,6 +1,11 @@
-libjogl2-java (2.0-rc3-1) UNRELEASED; urgency=low
+libjogl2-java (2.0-rc3-1) unstable; urgency=low
* New upstream release
+ * libjogl2-java, libjogl2-jni and libjogl2-java-doc added
+ (better match of the version 1)
+ * Massive cleanup of the package list. Upstream decided to simplify all the
+ jar packages.
+ See: http://bit.ly/qBNO7V
-- Sylvestre Ledru <sylvestre at debian.org> Thu, 06 Oct 2011 15:53:38 +0200
Modified: trunk/libjogl2-java/debian/control
===================================================================
--- trunk/libjogl2-java/debian/control 2011-10-06 21:57:33 UTC (rev 15163)
+++ trunk/libjogl2-java/debian/control 2011-10-06 22:27:33 UTC (rev 15164)
@@ -13,10 +13,11 @@
Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libjogl2-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjogl2-java/
-Package: libjogl2-core-java
+Package: libjogl2-java
Architecture: all
Depends: ${misc:Depends},
- libgluegen2-rt-java
+ libgluegen2-rt-java, libjogl2-jni
+Suggests: libjogl2-java-doc
Description: Java bindings for OpenGL API
The JOGL project hosts the development version of the Java Bindings for
OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
@@ -32,46 +33,9 @@
suite of open-source technologies initiated by the Game Technology Group at
Sun Microsystems.
-# Package: libjogl2-core-jni
-# Depends: ${misc:Depends}
-# Architecture: any
-# Description: Java bindings for OpenGL API (JNI lib)
-# The JOGL project hosts the development version of the Java Bindings for
-# OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
-# to applications written in Java. JOGL is not the official reference
-# implementation of the JSR, but an evolving workspace; snapshots are taken
-# from this workspace which become the official reference implementations of
-# the JSR. JOGL is part of a suite of open-source technologies initiated by
-# the Game Technology Group at Sun Microsystems.
-# .
-# JOGL provides full access to the APIs in the OpenGL 2.0 specification as
-# well as nearly all vendor extensions, and integrates with the AWT and Swing
-# widget sets.
-
-Package: libjogl2-core-newt-java
-Architecture: all
-Depends: ${misc:Depends},
- libjogl2-core-java
-Description: Java bindings for OpenGL API
- The JOGL project hosts the development version of the Java Bindings for
- OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
- to applications written in Java. JOGL is not the official reference
- implementation of the JSR, but an evolving workspace; snapshots are taken
- from this workspace which become the official reference implementations of
- the JSR.
- .
- JOGL provides full access to the APIs in the OpenGL 1.3 - 3.0, 3.1 - 3.3,
- >= 4.0, ES 1.x and ES 2.x specification as well as nearly all vendor
- extensions. It integrates with the AWT and Swing widget sets, as well with
- custom windowing toolkits using the NativeWindow API. It is part of a
- suite of open-source technologies initiated by the Game Technology Group at
- Sun Microsystems.
-
-
-Package: libjogl2-core-newt-jni
+Package: libjogl2-jni
+Depends: ${misc:Depends}, ${shlibs:Depends}
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends},
- libjogl2-core-java
Description: Java bindings for OpenGL API (JNI lib)
The JOGL project hosts the development version of the Java Bindings for
OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
@@ -85,202 +49,181 @@
well as nearly all vendor extensions, and integrates with the AWT and Swing
widget sets.
-Package: libjogl2-platform-java
-Architecture: all
-Depends: ${misc:Depends}, libjogl2-core-java
-Description: Java bindings for OpenGL API
- The JOGL project hosts the development version of the Java Bindings for
- OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
- to applications written in Java. JOGL is not the official reference
- implementation of the JSR, but an evolving workspace; snapshots are taken
- from this workspace which become the official reference implementations of
- the JSR.
- .
- JOGL provides full access to the APIs in the OpenGL 1.3 - 3.0, 3.1 - 3.3,
- >= 4.0, ES 1.x and ES 2.x specification as well as nearly all vendor
- extensions. It integrates with the AWT and Swing widget sets, as well with
- custom windowing toolkits using the NativeWindow API. It is part of a
- suite of open-source technologies initiated by the Game Technology Group at
- Sun Microsystems.
+# Package: libjogl2-core-newt-java
+# Architecture: all
+# Depends: ${misc:Depends},
+# libjogl2-core-java
+# Description: Java bindings for OpenGL API
+# The JOGL project hosts the development version of the Java Bindings for
+# OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
+# to applications written in Java. JOGL is not the official reference
+# implementation of the JSR, but an evolving workspace; snapshots are taken
+# from this workspace which become the official reference implementations of
+# the JSR.
+# .
+# JOGL provides full access to the APIs in the OpenGL 1.3 - 3.0, 3.1 - 3.3,
+# >= 4.0, ES 1.x and ES 2.x specification as well as nearly all vendor
+# extensions. It integrates with the AWT and Swing widget sets, as well with
+# custom windowing toolkits using the NativeWindow API. It is part of a
+# suite of open-source technologies initiated by the Game Technology Group at
+# Sun Microsystems.
-Package: libjogl2-platform-jni
-Architecture: any
-Depends: ${misc:Depends}, libjogl2-core-java, ${shlibs:Depends}
-Description: Java bindings for OpenGL API (JNI lib)
- The JOGL project hosts the development version of the Java Bindings for
- OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
- to applications written in Java. JOGL is not the official reference
- implementation of the JSR, but an evolving workspace; snapshots are taken
- from this workspace which become the official reference implementations of
- the JSR. JOGL is part of a suite of open-source technologies initiated by
- the Game Technology Group at Sun Microsystems.
- .
- JOGL provides full access to the APIs in the OpenGL 2.0 specification as
- well as nearly all vendor extensions, and integrates with the AWT and Swing
- widget sets.
-Package: libjogl2-platform-newt-java
-Architecture: all
-Depends: ${misc:Depends}, libjogl2-core-newt-java
-Description: Java bindings for OpenGL API
- The JOGL project hosts the development version of the Java Bindings for
- OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
- to applications written in Java. JOGL is not the official reference
- implementation of the JSR, but an evolving workspace; snapshots are taken
- from this workspace which become the official reference implementations of
- the JSR.
- .
- JOGL provides full access to the APIs in the OpenGL 1.3 - 3.0, 3.1 - 3.3,
- >= 4.0, ES 1.x and ES 2.x specification as well as nearly all vendor
- extensions. It integrates with the AWT and Swing widget sets, as well with
- custom windowing toolkits using the NativeWindow API. It is part of a
- suite of open-source technologies initiated by the Game Technology Group at
- Sun Microsystems.
+# Package: libjogl2-core-newt-jni
+# Architecture: any
+# Depends: ${misc:Depends}, ${shlibs:Depends},
+# libjogl2-core-java
+# Description: Java bindings for OpenGL API (JNI lib)
+# The JOGL project hosts the development version of the Java Bindings for
+# OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
+# to applications written in Java. JOGL is not the official reference
+# implementation of the JSR, but an evolving workspace; snapshots are taken
+# from this workspace which become the official reference implementations of
+# the JSR. JOGL is part of a suite of open-source technologies initiated by
+# the Game Technology Group at Sun Microsystems.
+# .
+# JOGL provides full access to the APIs in the OpenGL 2.0 specification as
+# well as nearly all vendor extensions, and integrates with the AWT and Swing
+# widget sets.
-# nativewindow.core.jar nativewindow.os.x11.jar jogl.core.jar jogl.os.x11.jar
-# newt.core.jar newt.os.x11.jar newt.ogl.jar jogl.util.jar jogl.os.x11.jar
-# jogl.gldesktop.jar jogl.gldesktop.dbg.jar
-Package: libjogl2-desktop-java
-Architecture: all
-Suggests: libjogl2-java-doc
-Depends: ${misc:Depends}, libjogl2-core-java, libjogl2-platform-java,
- libjogl2-platform-newt-java
-Description: Java bindings for Desktop OpenGL API (main package)
- The JOGL project hosts the development version of the Java Bindings for
- OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
- to applications written in Java. JOGL is not the official reference
- implementation of the JSR, but an evolving workspace; snapshots are taken
- from this workspace which become the official reference implementations of
- the JSR.
- .
- JOGL provides full access to the APIs in the OpenGL 1.3 - 3.0, 3.1 - 3.3,
- >= 4.0, ES 1.x and ES 2.x specification as well as nearly all vendor
- extensions. It integrates with the AWT and Swing widget sets, as well with
- custom windowing toolkits using the NativeWindow API. It is part of a
- suite of open-source technologies initiated by the Game Technology Group at
- Sun Microsystems.
+# Package: libjogl2-platform-java
+# Architecture: all
+# Depends: ${misc:Depends}, libjogl2-core-java
+# Description: Java bindings for OpenGL API
+# The JOGL project hosts the development version of the Java Bindings for
+# OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
+# to applications written in Java. JOGL is not the official reference
+# implementation of the JSR, but an evolving workspace; snapshots are taken
+# from this workspace which become the official reference implementations of
+# the JSR.
+# .
+# JOGL provides full access to the APIs in the OpenGL 1.3 - 3.0, 3.1 - 3.3,
+# >= 4.0, ES 1.x and ES 2.x specification as well as nearly all vendor
+# extensions. It integrates with the AWT and Swing widget sets, as well with
+# custom windowing toolkits using the NativeWindow API. It is part of a
+# suite of open-source technologies initiated by the Game Technology Group at
+# Sun Microsystems.
-Package: libjogl2-es-common-java
-Architecture: all
-Depends: ${misc:Depends}, libjogl2-core-java, libjogl2-platform-java,
- libjogl2-platform-newt-java
-Description: Java bindings for Embedded Device OpenGL API (common)
- The JOGL project hosts the development version of the Java Bindings for
- OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
- to applications written in Java. JOGL is not the official reference
- implementation of the JSR, but an evolving workspace; snapshots are taken
- from this workspace which become the official reference implementations of
- the JSR.
- .
- JOGL provides full access to the APIs in the OpenGL 1.3 - 3.0, 3.1 - 3.3,
- >= 4.0, ES 1.x and ES 2.x specification as well as nearly all vendor
- extensions. It integrates with the AWT and Swing widget sets, as well with
- custom windowing toolkits using the NativeWindow API. It is part of a
- suite of open-source technologies initiated by the Game Technology Group at
- Sun Microsystems.
+# Package: libjogl2-platform-jni
+# Architecture: any
+# Depends: ${misc:Depends}, libjogl2-core-java, ${shlibs:Depends}
+# Description: Java bindings for OpenGL API (JNI lib)
+# The JOGL project hosts the development version of the Java Bindings for
+# OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
+# to applications written in Java. JOGL is not the official reference
+# implementation of the JSR, but an evolving workspace; snapshots are taken
+# from this workspace which become the official reference implementations of
+# the JSR. JOGL is part of a suite of open-source technologies initiated by
+# the Game Technology Group at Sun Microsystems.
+# .
+# JOGL provides full access to the APIs in the OpenGL 2.0 specification as
+# well as nearly all vendor extensions, and integrates with the AWT and Swing
+# widget sets.
-# nativewindow.core.jar nativewindow.os.x11.jar jogl.core.jar jogl.os.x11.jar
-# newt.core.jar newt.os.x11.jar newt.ogl.jar jogl.util.jar jogl.gles1.jar
-# jogl.gles1.dbg.jar jogl.egl.jar
-Package: libjogl2-es1-java
-Architecture: all
-Suggests: libjogl2-java-doc
-Depends: ${misc:Depends}, libjogl2-core-java, libjogl2-platform-java,
- libjogl2-platform-newt-java, libjogl2-es-common-java
-Description: Java bindings for Embedded Device OpenGL API
- The JOGL project hosts the development version of the Java Bindings for
- OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
- to applications written in Java. JOGL is not the official reference
- implementation of the JSR, but an evolving workspace; snapshots are taken
- from this workspace which become the official reference implementations of
- the JSR. JOGL is part of a suite of open-source technologies initiated by
- the Game Technology Group at Sun Microsystems.
- .
- JOGL provides full access to the APIs in the OpenGL 2.0 specification as
- well as nearly all vendor extensions, and integrates with the AWT and Swing
- widget sets.
+# Package: libjogl2-platform-newt-java
+# Architecture: all
+# Depends: ${misc:Depends}, libjogl2-core-newt-java
+# Description: Java bindings for OpenGL API
+# The JOGL project hosts the development version of the Java Bindings for
+# OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
+# to applications written in Java. JOGL is not the official reference
+# implementation of the JSR, but an evolving workspace; snapshots are taken
+# from this workspace which become the official reference implementations of
+# the JSR.
+# .
+# JOGL provides full access to the APIs in the OpenGL 1.3 - 3.0, 3.1 - 3.3,
+# >= 4.0, ES 1.x and ES 2.x specification as well as nearly all vendor
+# extensions. It integrates with the AWT and Swing widget sets, as well with
+# custom windowing toolkits using the NativeWindow API. It is part of a
+# suite of open-source technologies initiated by the Game Technology Group at
+# Sun Microsystems.
-# nativewindow.core.jar nativewindow.os.x11.jar jogl.core.jar jogl.os.x11.jar
-# newt.core.jar newt.os.x11.jar newt.ogl.jar jogl.util.jar jogl.gles2.jar
-# jogl.gles2.dbg.jar jogl.egl.jar jogl.util.fixedfuncemu.jar
-Package: libjogl2-es2-java
-Architecture: all
-Suggests: libjogl2-java-doc
-Depends: ${misc:Depends}, libjogl2-core-java, libjogl2-platform-java,
- libjogl2-platform-newt-java, libjogl2-es-common-java
-Description: Java bindings for Embedded Device OpenGL API
- The JOGL project hosts the development version of the Java Bindings for
- OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
- to applications written in Java. JOGL is not the official reference
- implementation of the JSR, but an evolving workspace; snapshots are taken
- from this workspace which become the official reference implementations of
- the JSR.
- .
- JOGL provides full access to the APIs in the OpenGL 1.3 - 3.0, 3.1 - 3.3,
- >= 4.0, ES 1.x and ES 2.x specification as well as nearly all vendor
- extensions. It integrates with the AWT and Swing widget sets, as well with
- custom windowing toolkits using the NativeWindow API. It is part of a
- suite of open-source technologies initiated by the Game Technology Group at
- Sun Microsystems.
+# # nativewindow.core.jar nativewindow.os.x11.jar jogl.core.jar jogl.os.x11.jar
+# # newt.core.jar newt.os.x11.jar newt.ogl.jar jogl.util.jar jogl.os.x11.jar
+# # jogl.gldesktop.jar jogl.gldesktop.dbg.jar
+# Package: libjogl2-desktop-java
+# Architecture: all
+# Suggests: libjogl2-java-doc
+# Depends: ${misc:Depends}, libjogl2-core-java, libjogl2-platform-java,
+# libjogl2-platform-newt-java
+# Description: Java bindings for Desktop OpenGL API (main package)
+# The JOGL project hosts the development version of the Java Bindings for
+# OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
+# to applications written in Java. JOGL is not the official reference
+# implementation of the JSR, but an evolving workspace; snapshots are taken
+# from this workspace which become the official reference implementations of
+# the JSR.
+# .
+# JOGL provides full access to the APIs in the OpenGL 1.3 - 3.0, 3.1 - 3.3,
+# >= 4.0, ES 1.x and ES 2.x specification as well as nearly all vendor
+# extensions. It integrates with the AWT and Swing widget sets, as well with
+# custom windowing toolkits using the NativeWindow API. It is part of a
+# suite of open-source technologies initiated by the Game Technology Group at
+# Sun Microsystems.
-Package: libjogl2-desktop-jni
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: Java bindings for Desktop OpenGL API (JNI lib)
- The JOGL project hosts the development version of the Java Bindings for
- OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
- to applications written in Java. JOGL is not the official reference
- implementation of the JSR, but an evolving workspace; snapshots are taken
- from this workspace which become the official reference implementations of
- the JSR. JOGL is part of a suite of open-source technologies initiated by
- the Game Technology Group at Sun Microsystems.
- .
- JOGL provides full access to the APIs in the OpenGL 2.0 specification as
- well as nearly all vendor extensions, and integrates with the AWT and Swing
- widget sets.
-Package: libjogl2-es1-jni
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: Java bindings for Embedded Device OpenGL API (JNI lib)
- The JOGL project hosts the development version of the Java Bindings for
- OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
- to applications written in Java. JOGL is not the official reference
- implementation of the JSR, but an evolving workspace; snapshots are taken
- from this workspace which become the official reference implementations of
- the JSR. JOGL is part of a suite of open-source technologies initiated by
- the Game Technology Group at Sun Microsystems.
- .
- JOGL provides full access to the APIs in the OpenGL 2.0 specification as
- well as nearly all vendor extensions, and integrates with the AWT and Swing
- widget sets.
-Package: libjogl2-es2-jni
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: Java bindings for Embedded Device OpenGL API (JNI lib)
- The JOGL project hosts the development version of the Java Bindings for
- OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
- to applications written in Java. JOGL is not the official reference
- implementation of the JSR, but an evolving workspace; snapshots are taken
- from this workspace which become the official reference implementations of
- the JSR. JOGL is part of a suite of open-source technologies initiated by
- the Game Technology Group at Sun Microsystems.
- .
- JOGL provides full access to the APIs in the OpenGL 2.0 specification as
- well as nearly all vendor extensions, and integrates with the AWT and Swing
- widget sets.
+# Package: libjogl2-desktop-jni
+# Architecture: any
+# Depends: ${misc:Depends}, ${shlibs:Depends}
+# Description: Java bindings for Desktop OpenGL API (JNI lib)
+# The JOGL project hosts the development version of the Java Bindings for
+# OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
+# to applications written in Java. JOGL is not the official reference
+# implementation of the JSR, but an evolving workspace; snapshots are taken
+# from this workspace which become the official reference implementations of
+# the JSR. JOGL is part of a suite of open-source technologies initiated by
+# the Game Technology Group at Sun Microsystems.
+# .
+# JOGL provides full access to the APIs in the OpenGL 2.0 specification as
+# well as nearly all vendor extensions, and integrates with the AWT and Swing
+# widget sets.
-# nativewindow.core.jar nativewindow.os.x11.jar jogl.core.jar jogl.os.x11.jar
-# newt.core.jar newt.os.x11.jar newt.ogl.jar jogl.util.jar jogl.os.x11.jar
-# jogl.gl2es12.jar jogl.gles1.dbg.jar jogl.gles2.dbg.jar
-# jogl.util.fixedfuncemu.jar
-# Package: libjogl2-desktop-gl2es12-java
+# # nativewindow.core.jar nativewindow.os.x11.jar jogl.core.jar jogl.os.x11.jar
+# # newt.core.jar newt.os.x11.jar newt.ogl.jar jogl.util.jar jogl.os.x11.jar
+# # jogl.gl2es12.jar jogl.gles1.dbg.jar jogl.gles2.dbg.jar
+# # jogl.util.fixedfuncemu.jar
+# # Package: libjogl2-desktop-gl2es12-java
+# # Architecture: all
+# # Suggests: libjogl2-java-doc
+# # Depends: ${misc:Depends}, libjogl2-core-java, libjogl2-platform-java,
+# # libjogl2-platform-newt-java, libjogl2-toolkits
+# # Description: Java bindings for desktop ES1/ES2 emulation OpenGL API
+# # The JOGL project hosts the development version of the Java Bindings for
+# # OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
+# # to applications written in Java. JOGL is not the official reference
+# # implementation of the JSR, but an evolving workspace; snapshots are taken
+# # from this workspace which become the official reference implementations of
+# # the JSR. JOGL is part of a suite of open-source technologies initiated by
+# # the Game Technology Group at Sun Microsystems.
+# # .
+# # JOGL provides full access to the APIs in the OpenGL 2.0 specification as
+# # well as nearly all vendor extensions, and integrates with the AWT and Swing
+# # widget sets.
+
+# # Package: libjogl2-desktop-gl2es12-jni
+# # Architecture: any
+# # Depends: ${misc:Depends}, ${shlibs:Depends}
+# # Description: Java bindings for desktop ES1/ES2 emulation OpenGL API (JNI lib)
+# # The JOGL project hosts the development version of the Java Bindings for
+# # OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
+# # to applications written in Java. JOGL is not the official reference
+# # implementation of the JSR, but an evolving workspace; snapshots are taken
+# # from this workspace which become the official reference implementations of
+# # the JSR. JOGL is part of a suite of open-source technologies initiated by
+# # the Game Technology Group at Sun Microsystems.
+# # .
+# # JOGL provides full access to the APIs in the OpenGL 2.0 specification as
+# # well as nearly all vendor extensions, and integrates with the AWT and Swing
+# # widget sets.
+# # .
+# # This package includes the architecture specific java native interface.
+
+
+# Package: libjogl2-awt-java
# Architecture: all
-# Suggests: libjogl2-java-doc
-# Depends: ${misc:Depends}, libjogl2-core-java, libjogl2-platform-java,
-# libjogl2-platform-newt-java, libjogl2-toolkits
-# Description: Java bindings for desktop ES1/ES2 emulation OpenGL API
+# Depends: ${misc:Depends}
+# Description: Java bindings for AWT OpenGL API
# The JOGL project hosts the development version of the Java Bindings for
# OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
# to applications written in Java. JOGL is not the official reference
@@ -293,10 +236,10 @@
# well as nearly all vendor extensions, and integrates with the AWT and Swing
# widget sets.
-# Package: libjogl2-desktop-gl2es12-jni
+# Package: libjogl2-awt-jni
# Architecture: any
# Depends: ${misc:Depends}, ${shlibs:Depends}
-# Description: Java bindings for desktop ES1/ES2 emulation OpenGL API (JNI lib)
+# Description: Java bindings for AWT OpenGL API (JNI lib)
# The JOGL project hosts the development version of the Java Bindings for
# OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
# to applications written in Java. JOGL is not the official reference
@@ -308,95 +251,59 @@
# JOGL provides full access to the APIs in the OpenGL 2.0 specification as
# well as nearly all vendor extensions, and integrates with the AWT and Swing
# widget sets.
+
+# Package: libjogl2-awt-newt-java
+# Architecture: all
+# Depends: ${misc:Depends}
+# Description: Java bindings for AWT NEWT OpenGL API
+# The JOGL project hosts the development version of the Java Bindings for
+# OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
+# to applications written in Java. JOGL is not the official reference
+# implementation of the JSR, but an evolving workspace; snapshots are taken
+# from this workspace which become the official reference implementations of
+# the JSR. JOGL is part of a suite of open-source technologies initiated by
+# the Game Technology Group at Sun Microsystems.
# .
-# This package includes the architecture specific java native interface.
+# JOGL provides full access to the APIs in the OpenGL 2.0 specification as
+# well as nearly all vendor extensions, and integrates with the AWT and Swing
+# widget sets.
+# Package: libjogl2-glu-java
+# Architecture: all
+# Depends: ${misc:Depends}
+# Description: Java bindings for GLU OpenGL API
+# The JOGL project hosts the development version of the Java Bindings for
+# OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
+# to applications written in Java. JOGL is not the official reference
+# implementation of the JSR, but an evolving workspace; snapshots are taken
+# from this workspace which become the official reference implementations of
+# the JSR. JOGL is part of a suite of open-source technologies initiated by
+# the Game Technology Group at Sun Microsystems.
+# .
+# JOGL provides full access to the APIs in the OpenGL 2.0 specification as
+# well as nearly all vendor extensions, and integrates with the AWT and Swing
+# widget sets.
-Package: libjogl2-awt-java
-Architecture: all
-Depends: ${misc:Depends}
-Description: Java bindings for AWT OpenGL API
- The JOGL project hosts the development version of the Java Bindings for
- OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
- to applications written in Java. JOGL is not the official reference
- implementation of the JSR, but an evolving workspace; snapshots are taken
- from this workspace which become the official reference implementations of
- the JSR. JOGL is part of a suite of open-source technologies initiated by
- the Game Technology Group at Sun Microsystems.
- .
- JOGL provides full access to the APIs in the OpenGL 2.0 specification as
- well as nearly all vendor extensions, and integrates with the AWT and Swing
- widget sets.
-Package: libjogl2-awt-jni
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: Java bindings for AWT OpenGL API (JNI lib)
- The JOGL project hosts the development version of the Java Bindings for
- OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
- to applications written in Java. JOGL is not the official reference
- implementation of the JSR, but an evolving workspace; snapshots are taken
- from this workspace which become the official reference implementations of
- the JSR. JOGL is part of a suite of open-source technologies initiated by
- the Game Technology Group at Sun Microsystems.
- .
- JOGL provides full access to the APIs in the OpenGL 2.0 specification as
- well as nearly all vendor extensions, and integrates with the AWT and Swing
- widget sets.
-
-Package: libjogl2-awt-newt-java
+Package: libjogl2-java-doc
Architecture: all
-Depends: ${misc:Depends}
-Description: Java bindings for AWT NEWT OpenGL API
+Section: doc
+Depends: ${misc:Depends}
+Description: Documentation for the Java bindings for OpenGL
The JOGL project hosts the development version of the Java Bindings for
OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
to applications written in Java. JOGL is not the official reference
implementation of the JSR, but an evolving workspace; snapshots are taken
from this workspace which become the official reference implementations of
- the JSR. JOGL is part of a suite of open-source technologies initiated by
- the Game Technology Group at Sun Microsystems.
+ the JSR.
.
- JOGL provides full access to the APIs in the OpenGL 2.0 specification as
- well as nearly all vendor extensions, and integrates with the AWT and Swing
+ JOGL provides full access to the APIs in the OpenGL 2.0 specification as
+ well as nearly all vendor extensions, and integrates with the AWT and Swing
widget sets.
-
-Package: libjogl2-glu-java
-Architecture: all
-Depends: ${misc:Depends}
-Description: Java bindings for GLU OpenGL API
- The JOGL project hosts the development version of the Java Bindings for
- OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
- to applications written in Java. JOGL is not the official reference
- implementation of the JSR, but an evolving workspace; snapshots are taken
- from this workspace which become the official reference implementations of
- the JSR. JOGL is part of a suite of open-source technologies initiated by
- the Game Technology Group at Sun Microsystems.
.
- JOGL provides full access to the APIs in the OpenGL 2.0 specification as
- well as nearly all vendor extensions, and integrates with the AWT and Swing
- widget sets.
+ This package includes the API documentation for JOGL package.
-# Package: libjogl2-java-doc
-# Architecture: all
-# Section: doc
-# Depends: ${misc:Depends}
-# Suggests: libjogl2java
-# Description: Documentation for the Java bindings for OpenGL
-# The JOGL project hosts the development version of the Java Bindings for
-# OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
-# to applications written in Java. JOGL is not the official reference
-# implementation of the JSR, but an evolving workspace; snapshots are taken
-# from this workspace which become the official reference implementations of
-# the JSR.
-# .
-# JOGL provides full access to the APIs in the OpenGL 2.0 specification as
-# well as nearly all vendor extensions, and integrates with the AWT and Swing
-# widget sets.
-# .
-# This package includes the API documentation for JOGL package.
-
-
Package: libjogl2-toolkits
Architecture: all
Section: doc
Deleted: trunk/libjogl2-java/debian/libjogl-java-doc.docs
===================================================================
--- trunk/libjogl2-java/debian/libjogl-java-doc.docs 2011-10-06 21:57:33 UTC (rev 15163)
+++ trunk/libjogl2-java/debian/libjogl-java-doc.docs 2011-10-06 22:27:33 UTC (rev 15164)
@@ -1,2 +0,0 @@
-jogl/doc/userguide/
-jogl/javadoc_public
Deleted: trunk/libjogl2-java/debian/libjogl2-awt-java.install
===================================================================
--- trunk/libjogl2-java/debian/libjogl2-awt-java.install 2011-10-06 21:57:33 UTC (rev 15163)
+++ trunk/libjogl2-java/debian/libjogl2-awt-java.install 2011-10-06 22:27:33 UTC (rev 15164)
@@ -1,3 +0,0 @@
-build/nativewindow/nativewindow.awt.jar /usr/share/java/
-build/jogl/jogl.awt.jar /usr/share/java/
-build/jogl/jogl.util.awt.jar /usr/share/java/
\ No newline at end of file
Deleted: trunk/libjogl2-java/debian/libjogl2-awt-jni.install
===================================================================
--- trunk/libjogl2-java/debian/libjogl2-awt-jni.install 2011-10-06 21:57:33 UTC (rev 15163)
+++ trunk/libjogl2-java/debian/libjogl2-awt-jni.install 2011-10-06 22:27:33 UTC (rev 15164)
@@ -1 +0,0 @@
-build/nativewindow/obj/libnativewindow_awt.so /usr/lib/jni/
Deleted: trunk/libjogl2-java/debian/libjogl2-awt-newt-java.install
===================================================================
--- trunk/libjogl2-java/debian/libjogl2-awt-newt-java.install 2011-10-06 21:57:33 UTC (rev 15163)
+++ trunk/libjogl2-java/debian/libjogl2-awt-newt-java.install 2011-10-06 22:27:33 UTC (rev 15164)
@@ -1 +0,0 @@
-build/newt/newt.awt.jar /usr/share/java/
Deleted: trunk/libjogl2-java/debian/libjogl2-core-java.install
===================================================================
--- trunk/libjogl2-java/debian/libjogl2-core-java.install 2011-10-06 21:57:33 UTC (rev 15163)
+++ trunk/libjogl2-java/debian/libjogl2-core-java.install 2011-10-06 22:27:33 UTC (rev 15164)
@@ -1,4 +0,0 @@
-build/nativewindow/nativewindow.core.jar /usr/share/java/
-build/jogl/jogl.core.jar /usr/share/java/
-build/jogl/jogl.util.jar /usr/share/java/
-
Deleted: trunk/libjogl2-java/debian/libjogl2-core-newt-java.install
===================================================================
--- trunk/libjogl2-java/debian/libjogl2-core-newt-java.install 2011-10-06 21:57:33 UTC (rev 15163)
+++ trunk/libjogl2-java/debian/libjogl2-core-newt-java.install 2011-10-06 22:27:33 UTC (rev 15164)
@@ -1,2 +0,0 @@
-build/newt/newt.core.jar /usr/share/java/
-build/newt/newt.ogl.jar /usr/share/java/
Deleted: trunk/libjogl2-java/debian/libjogl2-core-newt-jni.install
===================================================================
--- trunk/libjogl2-java/debian/libjogl2-core-newt-jni.install 2011-10-06 21:57:33 UTC (rev 15163)
+++ trunk/libjogl2-java/debian/libjogl2-core-newt-jni.install 2011-10-06 22:27:33 UTC (rev 15164)
@@ -1 +0,0 @@
-build/newt/obj/libnewt.so /usr/lib/jni/
Deleted: trunk/libjogl2-java/debian/libjogl2-desktop-gl2es12-jni.install
===================================================================
--- trunk/libjogl2-java/debian/libjogl2-desktop-gl2es12-jni.install 2011-10-06 21:57:33 UTC (rev 15163)
+++ trunk/libjogl2-java/debian/libjogl2-desktop-gl2es12-jni.install 2011-10-06 22:27:33 UTC (rev 15164)
@@ -1 +0,0 @@
-# TODO
Deleted: trunk/libjogl2-java/debian/libjogl2-desktop-java.install
===================================================================
--- trunk/libjogl2-java/debian/libjogl2-desktop-java.install 2011-10-06 21:57:33 UTC (rev 15163)
+++ trunk/libjogl2-java/debian/libjogl2-desktop-java.install 2011-10-06 22:27:33 UTC (rev 15164)
@@ -1 +0,0 @@
-build/jogl/jogl.gldesktop.jar /usr/share/java/
Deleted: trunk/libjogl2-java/debian/libjogl2-desktop-jni.install
===================================================================
--- trunk/libjogl2-java/debian/libjogl2-desktop-jni.install 2011-10-06 21:57:33 UTC (rev 15163)
+++ trunk/libjogl2-java/debian/libjogl2-desktop-jni.install 2011-10-06 22:27:33 UTC (rev 15164)
@@ -1 +0,0 @@
-build/jogl/obj/libjogl_desktop.so /usr/lib/jni/
Deleted: trunk/libjogl2-java/debian/libjogl2-es-common-java.install
===================================================================
--- trunk/libjogl2-java/debian/libjogl2-es-common-java.install 2011-10-06 21:57:33 UTC (rev 15163)
+++ trunk/libjogl2-java/debian/libjogl2-es-common-java.install 2011-10-06 22:27:33 UTC (rev 15164)
@@ -1 +0,0 @@
-build/jogl/jogl.egl.jar /usr/share/java
Deleted: trunk/libjogl2-java/debian/libjogl2-es1-java.install
===================================================================
--- trunk/libjogl2-java/debian/libjogl2-es1-java.install 2011-10-06 21:57:33 UTC (rev 15163)
+++ trunk/libjogl2-java/debian/libjogl2-es1-java.install 2011-10-06 22:27:33 UTC (rev 15164)
@@ -1 +0,0 @@
-build/jogl/jogl.gles1.jar /usr/share/java
Deleted: trunk/libjogl2-java/debian/libjogl2-es1-jni.install
===================================================================
--- trunk/libjogl2-java/debian/libjogl2-es1-jni.install 2011-10-06 21:57:33 UTC (rev 15163)
+++ trunk/libjogl2-java/debian/libjogl2-es1-jni.install 2011-10-06 22:27:33 UTC (rev 15164)
@@ -1 +0,0 @@
-build/jogl/obj/libjogl_es1.so /usr/lib/jni/
Deleted: trunk/libjogl2-java/debian/libjogl2-es2-java.install
===================================================================
--- trunk/libjogl2-java/debian/libjogl2-es2-java.install 2011-10-06 21:57:33 UTC (rev 15163)
+++ trunk/libjogl2-java/debian/libjogl2-es2-java.install 2011-10-06 22:27:33 UTC (rev 15164)
@@ -1 +0,0 @@
-build/jogl/jogl.gles2.jar /usr/share/java/
Deleted: trunk/libjogl2-java/debian/libjogl2-es2-jni.install
===================================================================
--- trunk/libjogl2-java/debian/libjogl2-es2-jni.install 2011-10-06 21:57:33 UTC (rev 15163)
+++ trunk/libjogl2-java/debian/libjogl2-es2-jni.install 2011-10-06 22:27:33 UTC (rev 15164)
@@ -1 +0,0 @@
-build/jogl/obj/libjogl_es2.so /usr/lib/jni/
\ No newline at end of file
Deleted: trunk/libjogl2-java/debian/libjogl2-glu-java.install
===================================================================
--- trunk/libjogl2-java/debian/libjogl2-glu-java.install 2011-10-06 21:57:33 UTC (rev 15163)
+++ trunk/libjogl2-java/debian/libjogl2-glu-java.install 2011-10-06 22:27:33 UTC (rev 15164)
@@ -1,3 +0,0 @@
-build/jogl/jogl.glu.tess.jar /usr/share/java/
-build/jogl/jogl.glu.gldesktop.jar /usr/share/java/
-build/jogl/jogl.glu.mipmap.jar /usr/share/java/
Copied: trunk/libjogl2-java/debian/libjogl2-java-doc.docs (from rev 15155, trunk/libjogl2-java/debian/libjogl-java-doc.docs)
===================================================================
--- trunk/libjogl2-java/debian/libjogl2-java-doc.docs (rev 0)
+++ trunk/libjogl2-java/debian/libjogl2-java-doc.docs 2011-10-06 22:27:33 UTC (rev 15164)
@@ -0,0 +1 @@
+build/javadoc/jogl/
Added: trunk/libjogl2-java/debian/libjogl2-java.install
===================================================================
--- trunk/libjogl2-java/debian/libjogl2-java.install (rev 0)
+++ trunk/libjogl2-java/debian/libjogl2-java.install 2011-10-06 22:27:33 UTC (rev 15164)
@@ -0,0 +1 @@
+build/jar/jogl2.jar /usr/share/java/
Added: trunk/libjogl2-java/debian/libjogl2-jni.install
===================================================================
--- trunk/libjogl2-java/debian/libjogl2-jni.install (rev 0)
+++ trunk/libjogl2-java/debian/libjogl2-jni.install 2011-10-06 22:27:33 UTC (rev 15164)
@@ -0,0 +1,6 @@
+build/lib/libjogl_desktop.so /usr/lib/jni/
+build/lib/libjogl_mobile.so /usr/lib/jni/
+build/lib/libnativewindow_awt.so /usr/lib/jni/
+build/lib/libnativewindow_x11.so /usr/lib/jni/
+build/lib/libnewt.so /usr/lib/jni/
+
Deleted: trunk/libjogl2-java/debian/libjogl2-platform-java.install
===================================================================
--- trunk/libjogl2-java/debian/libjogl2-platform-java.install 2011-10-06 21:57:33 UTC (rev 15163)
+++ trunk/libjogl2-java/debian/libjogl2-platform-java.install 2011-10-06 22:27:33 UTC (rev 15164)
@@ -1,2 +0,0 @@
-build/nativewindow/nativewindow.os.x11.jar /usr/share/java/
-build/jogl/jogl.os.x11.jar /usr/share/java/
Deleted: trunk/libjogl2-java/debian/libjogl2-platform-jni.install
===================================================================
--- trunk/libjogl2-java/debian/libjogl2-platform-jni.install 2011-10-06 21:57:33 UTC (rev 15163)
+++ trunk/libjogl2-java/debian/libjogl2-platform-jni.install 2011-10-06 22:27:33 UTC (rev 15164)
@@ -1 +0,0 @@
-build/nativewindow/obj/libnativewindow_x11.so /usr/lib/jni/
Deleted: trunk/libjogl2-java/debian/libjogl2-platform-newt-java.install
===================================================================
--- trunk/libjogl2-java/debian/libjogl2-platform-newt-java.install 2011-10-06 21:57:33 UTC (rev 15163)
+++ trunk/libjogl2-java/debian/libjogl2-platform-newt-java.install 2011-10-06 22:27:33 UTC (rev 15164)
@@ -1 +0,0 @@
-build/newt/newt.os.x11.jar /usr/share/java/
Modified: trunk/libjogl2-java/debian/rules
===================================================================
--- trunk/libjogl2-java/debian/rules 2011-10-06 21:57:33 UTC (rev 15163)
+++ trunk/libjogl2-java/debian/rules 2011-10-06 22:27:33 UTC (rev 15164)
@@ -6,13 +6,13 @@
JAVA_HOME := /usr/lib/jvm/default-java/
DEB_JARS := ant-contrib ant-contrib-cpptasks ant-nodeps antlr ant-antlr swt
-DEB_ANT_ARGS := -Dsetup.noCDC=true -Done.dir.skip=true
+DEB_ANT_ARGS := -Dsetup.noCDC=true
DEB_ANT_CLEAN_TARGET := clean
-DEB_ANT_BUILD_TARGET := all
+DEB_ANT_BUILD_TARGET := all javadoc.all
DEB_ANT_BUILDFILE := make/build.xml
-install/libjogl-java-doc::
- $(DEB_ANT_INVOKE) javadoc
+common-install-prehook-indep::
+ mv build/jar/jogl.all.jar build/jar/jogl2.jar
clean::
$(RM) -r gluegen/build
More information about the pkg-java-commits
mailing list