[pkg-java] r13371 - in trunk/libjogl2-java/debian: . patches source
Sylvestre Ledru
sylvestre at alioth.debian.org
Tue Mar 1 00:03:17 UTC 2011
Author: sylvestre
Date: 2011-03-01 00:03:15 +0000 (Tue, 01 Mar 2011)
New Revision: 13371
Added:
trunk/libjogl2-java/debian/source/
trunk/libjogl2-java/debian/source/format
Modified:
trunk/libjogl2-java/debian/README.Debian
trunk/libjogl2-java/debian/changelog
trunk/libjogl2-java/debian/control
trunk/libjogl2-java/debian/patches/series
trunk/libjogl2-java/debian/rules
Log:
draft of the jogl2 packaging
Modified: trunk/libjogl2-java/debian/README.Debian
===================================================================
--- trunk/libjogl2-java/debian/README.Debian 2011-02-28 23:52:36 UTC (rev 13370)
+++ trunk/libjogl2-java/debian/README.Debian 2011-03-01 00:03:15 UTC (rev 13371)
@@ -1,21 +1,8 @@
-JOGL2 in Debian
+The homepage of jogl is <http://jogl.dev.java.net>. Please check the
+licence of the package if you are about to upload a new upstream version
+of the package to the Debian archive. If the licence has changed in a
+way that forbids autobuilding the package you have to contact Andreas
+Barth <aba at not.so.argh.org> before uploading it.
-==== Packaging naming different with upstream ====
+ -- Torsten Werner <twerner at debian.org>
-Packages have been renaming to allow installation of JOGL 1.X and 2.X on
-a Debian system.
-For information:
-https://www.jogamp.org/bugzilla/show_bug.cgi?id=441
-
-==== Separation of the package ====
-
-This has been done accordingly to:
-http://jogamp.org/jogl/doc/deployment/JOGL-DEPLOYMENT.html
-
-==== CDC packages ====
-
-CDC (Connected Device Configuration) packages are not generated.
-This feature is already removed from the git repository.
-
-
-
Modified: trunk/libjogl2-java/debian/changelog
===================================================================
--- trunk/libjogl2-java/debian/changelog 2011-02-28 23:52:36 UTC (rev 13370)
+++ trunk/libjogl2-java/debian/changelog 2011-03-01 00:03:15 UTC (rev 13371)
@@ -1,6 +1,6 @@
libjogl2-java (2.0-rc1-1) unstable; urgency=low
- * New upstream release
+ * New upstream release (Closes: #614819)
-- Sylvestre Ledru <sylvestre at debian.org> Tue, 22 Dec 2009 14:21:08 +0100
Modified: trunk/libjogl2-java/debian/control
===================================================================
--- trunk/libjogl2-java/debian/control 2011-02-28 23:52:36 UTC (rev 13370)
+++ trunk/libjogl2-java/debian/control 2011-03-01 00:03:15 UTC (rev 13371)
@@ -5,11 +5,12 @@
Uploaders: Sylvestre Ledru <sylvestre at debian.org>
Build-Depends: debhelper (>= 5), cdbs, quilt, default-jdk,
ant-optional, libgl1-mesa-dev, libglu1-mesa-dev, libxxf86vm-dev,
- x11proto-xf86vidmode-dev, libxt-dev, libgluegen2-build-java
+ x11proto-xf86vidmode-dev, libxt-dev, libgluegen2-build-java (>= 2.0-rc1-3),
+ ant-contrib
Standards-Version: 3.9.1
Homepage: http://jogamp.org/
Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libjogl2-java
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/libjogl2-java/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjogl2-java/
Package: libjogl2-core-java
Architecture: all
@@ -23,13 +24,16 @@
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
- widget sets.
+ 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 the NativeWindow API. It is part of a
+ suite of open-source technologies initiated by the Game Technology Group at
+ Sun Microsystems.
+
Package: libjogl2java
Architecture: all
Suggests: libjogl2java-doc
@@ -42,12 +46,14 @@
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
- widget sets.
+ 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 the NativeWindow API. It is part of a
+ suite of open-source technologies initiated by the Game Technology Group at
+ Sun Microsystems.
Package: libjogl2noawt-java
Architecture: all
@@ -61,13 +67,16 @@
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
- widget sets.
+ 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 the NativeWindow API. It is part of a
+ suite of open-source technologies initiated by the Game Technology Group at
+ Sun Microsystems.
+
Package: libjogl2es1-java
Architecture: all
Suggests: libjogl2java-doc
@@ -80,13 +89,16 @@
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
- widget sets.
+ 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 the NativeWindow API. It is part of a
+ suite of open-source technologies initiated by the Game Technology Group at
+ Sun Microsystems.
+
Package: libjogl2es2-java
Architecture: all
Suggests: libjogl2java-doc
@@ -99,13 +111,16 @@
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
- widget sets.
+ 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 the NativeWindow API. It is part of a
+ suite of open-source technologies initiated by the Game Technology Group at
+ Sun Microsystems.
+
Package: libjogl2gl2es12-java
Architecture: all
Suggests: libjogl2java-doc
@@ -118,12 +133,14 @@
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
- widget sets.
+ 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 the NativeWindow API. It is part of a
+ suite of open-source technologies initiated by the Game Technology Group at
+ Sun Microsystems.
Package: libjogl2gl2-java
@@ -138,49 +155,53 @@
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
- widget sets.
+ 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 the NativeWindow API. It is part of a
+ suite of open-source technologies initiated by the Game Technology Group at
+ Sun Microsystems.
+
Package: libjogl2jni
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Java bindings for OpenGL API (java jni library)
- 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 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 architecture specific java native interface part
- for the Java bindings for OpenGL. For an extended description have a look
- at package libjogl2java.
+ 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 the NativeWindow API. It is part of a
+ suite of open-source technologies initiated by the Game Technology Group at
+ Sun Microsystems.
+
Package: libjogl2java-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 is part of a suite of open-source technologies initiated by
- the Game Technology Group at Sun Microsystems.
+ 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.
+ 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 the NativeWindow API. It is part of a
+ suite of open-source technologies initiated by the Game Technology Group at
+ Sun Microsystems.
.
This package includes the API documentation for JOGL package.
Modified: trunk/libjogl2-java/debian/patches/series
===================================================================
--- trunk/libjogl2-java/debian/patches/series 2011-02-28 23:52:36 UTC (rev 13370)
+++ trunk/libjogl2-java/debian/patches/series 2011-03-01 00:03:15 UTC (rev 13371)
@@ -1 +1 @@
-
+variousFixes.diff
Modified: trunk/libjogl2-java/debian/rules
===================================================================
--- trunk/libjogl2-java/debian/rules 2011-02-28 23:52:36 UTC (rev 13370)
+++ trunk/libjogl2-java/debian/rules 2011-03-01 00:03:15 UTC (rev 13371)
@@ -5,7 +5,8 @@
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
JAVA_HOME := /usr/lib/jvm/default-java/
-DEB_JARS := gluegen
+DEB_JARS := ant-contrib-cpptasks ant-nodeps antlr ant-antlr
+DEB_ANT_ARGS := -Dsetup.noCDC=true
DEB_ANT_CLEAN_TARGET := clean
DEB_ANT_BUILD_TARGET := all
DEB_ANT_BUILDFILE := make/build.xml
Added: trunk/libjogl2-java/debian/source/format
===================================================================
--- trunk/libjogl2-java/debian/source/format (rev 0)
+++ trunk/libjogl2-java/debian/source/format 2011-03-01 00:03:15 UTC (rev 13371)
@@ -0,0 +1 @@
+3.0 (quilt)
More information about the pkg-java-commits
mailing list