[libjogl2-java] 49/58: Imported Debian patch 2.1.3-1

Tony Mancill tmancill at moszumanska.debian.org
Thu Sep 4 03:59:28 UTC 2014


This is an automated email from the git hooks/post-receive script.

tmancill pushed a commit to branch master
in repository libjogl2-java.

commit ae0fcd514ad459b9ce7fd1f4d4822353b76eacad
Merge: 5c32f1e 8418f4c
Author: Sylvestre Ledru <sylvestre at debian.org>
Date:   Tue Dec 17 09:26:26 2013 +0100

    Imported Debian patch 2.1.3-1

 debian/changelog                                   |   7 +
 debian/control                                     |   4 +-
 debian/orig-tar.sh                                 |   2 +-
 jnlp-files/Bug910-AppletLifecycleCheck.html        |  32 +
 jnlp-files/jogl-test-applets.html                  |   1 +
 make/config/jogl/egl-CustomCCode.c                 |  26 +
 make/config/jogl/egl-CustomJavaCode.java           |  45 +
 make/config/jogl/egl.cfg                           |  28 +-
 make/config/jogl/eglext.cfg                        |   2 +
 make/config/jogl/glx-CustomCCode.c                 |  25 +
 make/config/jogl/glx-CustomJavaCode.java           |  22 +
 make/config/nativewindow/x11-CustomJavaCode.java   |  15 +
 make/resources/android/AndroidManifest-jogl.xml    |  16 +-
 make/resources/android/res-jogl/values/strings.xml |   6 +-
 make/scripts/adb-logcat.sh                         |   2 +-
 make/scripts/java-win.bat                          |   3 +-
 make/scripts/make.jogl.all.linux-x86-clang.sh      |  62 ++
 make/scripts/make.jogl.all.linux-x86_64-clang.sh   |  63 ++
 make/scripts/make.jogl.all.macosx-clang.sh         |   4 +-
 make/scripts/tests-win.bat                         | 101 ++-
 make/scripts/tests-x64-dbg.bat                     |  11 +-
 make/scripts/tests.sh                              | 110 ++-
 .../gluegen/opengl/BuildComposablePipeline.java    |   2 +-
 .../com/jogamp/graph/curve/opengl/Renderer.java    |   2 +-
 .../classes/com/jogamp/opengl/GLExtensions.java    |   1 +
 .../classes/com/jogamp/opengl/math/VectorUtil.java |  38 +-
 .../classes/com/jogamp/opengl/util/Animator.java   |  94 +-
 .../com/jogamp/opengl/util/AnimatorBase.java       | 152 ++--
 .../com/jogamp/opengl/util/FPSAnimator.java        |  57 +-
 .../com/jogamp/opengl/util/TileRendererBase.java   |   8 +-
 .../com/jogamp/opengl/util/av/GLMediaPlayer.java   |   8 +-
 .../jogamp/opengl/util/awt/AWTGLPixelBuffer.java   |  30 +-
 .../com/jogamp/opengl/util/glsl/ShaderCode.java    |  28 +-
 .../opengl/util/texture/TextureSequence.java       |   4 +-
 src/jogl/classes/javax/media/opengl/GLBase.java    |   2 +-
 .../javax/media/opengl/GLDrawableFactory.java      |  20 +-
 src/jogl/classes/javax/media/opengl/GLProfile.java |  49 +-
 .../javax/media/opengl/GLSharedContextSetter.java  |   7 +-
 .../classes/javax/media/opengl/awt/GLCanvas.java   |  11 +-
 .../classes/javax/media/opengl/awt/GLJPanel.java   | 249 +++--
 .../graph/curve/opengl/RegionRendererImpl01.java   |   5 +-
 .../graph/curve/opengl/TextRendererImpl01.java     |   5 +-
 .../jogamp/opengl/ExtensionAvailabilityCache.java  |  68 +-
 src/jogl/classes/jogamp/opengl/GLContextImpl.java  |  71 +-
 .../jogamp/opengl/GLDrawableFactoryImpl.java       |  53 +-
 .../classes/jogamp/opengl/awt/AWTTilePainter.java  |  21 +-
 src/jogl/classes/jogamp/opengl/egl/EGLContext.java |  30 +-
 .../classes/jogamp/opengl/egl/EGLDisplayUtil.java  |   2 +
 .../classes/jogamp/opengl/egl/EGLDrawable.java     |   4 +-
 .../jogamp/opengl/egl/EGLDrawableFactory.java      |  19 +-
 .../jogamp/opengl/egl/EGLGLCapabilities.java       |   7 +-
 .../opengl/egl/EGLGraphicsConfiguration.java       | 178 ++--
 .../egl/EGLGraphicsConfigurationFactory.java       |  50 +-
 .../jogamp/opengl/egl/EGLUpstreamSurfaceHook.java  |   2 +-
 .../jogamp/opengl/macosx/cgl/MacOSXCGLContext.java |  32 +-
 .../opengl/macosx/cgl/MacOSXCGLDrawable.java       |   5 +-
 .../macosx/cgl/MacOSXCGLDrawableFactory.java       |   9 +-
 .../macosx/cgl/MacOSXExternalCGLContext.java       |   3 +-
 .../jogamp/opengl/openal/av/ALAudioSink.java       | 240 ++---
 .../jogamp/opengl/util/av/GLMediaPlayerImpl.java   | 283 ++++--
 .../opengl/util/av/impl/FFMPEGMediaPlayer.java     |   9 +-
 .../opengl/windows/wgl/WGLGLCapabilities.java      |   2 +-
 .../opengl/windows/wgl/WindowsWGLContext.java      |  40 +-
 .../windows/wgl/WindowsWGLDrawableFactory.java     |  10 +-
 .../wgl/WindowsWGLGraphicsConfiguration.java       |   7 +-
 .../WindowsWGLGraphicsConfigurationFactory.java    | 136 ++-
 .../opengl/x11/glx/X11ExternalGLXContext.java      |   3 +-
 .../jogamp/opengl/x11/glx/X11GLXContext.java       |  33 +-
 .../opengl/x11/glx/X11GLXDrawableFactory.java      |   5 +-
 .../x11/glx/X11GLXGraphicsConfiguration.java       | 144 ++-
 .../glx/X11GLXGraphicsConfigurationFactory.java    |  50 +-
 src/jogl/native/libav/ffmpeg_impl_template.c       |  24 +-
 .../nativewindow/awt/AWTWindowClosingProtocol.java |  31 +-
 .../com/jogamp/nativewindow/awt/JAWTWindow.java    | 100 ++-
 .../com/jogamp/nativewindow/swt/SWTAccessor.java   |   8 +-
 .../jogamp/nativewindow/x11/X11GraphicsDevice.java |   8 +-
 .../media/nativewindow/DefaultGraphicsDevice.java  |  18 +-
 .../jogamp/nativewindow/windows/GDIUtil.java       |  23 +-
 .../nativewindow/windows/RegisteredClass.java      |  17 +-
 .../windows/RegisteredClassFactory.java            |  40 +-
 src/nativewindow/native/NativewindowCommon.c       |   7 +
 src/nativewindow/native/NativewindowCommon.h       |   3 +
 src/nativewindow/native/win32/GDImisc.c            | 405 ++++++++-
 src/nativewindow/native/x11/Xmisc.c                |  21 +-
 src/newt/classes/com/jogamp/newt/Window.java       |  46 +-
 .../classes/com/jogamp/newt/awt/NewtCanvasAWT.java | 539 ++++++-----
 .../jogamp/newt/awt/applet/JOGLNewtApplet1Run.java |  88 +-
 .../jogamp/newt/awt/applet/JOGLNewtAppletBase.java |  45 +-
 .../classes/com/jogamp/newt/event/MouseEvent.java  |   2 +
 .../com/jogamp/newt/event/MouseListener.java       |   2 +
 .../com/jogamp/newt/event/awt/AWTAdapter.java      |  46 +-
 .../com/jogamp/newt/event/awt/AWTKeyAdapter.java   |  26 +-
 .../com/jogamp/newt/event/awt/AWTMouseAdapter.java |  56 +-
 .../jogamp/newt/event/awt/AWTWindowAdapter.java    |  73 +-
 .../classes/com/jogamp/newt/opengl/GLWindow.java   |  10 +
 .../classes/com/jogamp/newt/swt/NewtCanvasSWT.java |  49 +-
 src/newt/classes/jogamp/newt/WindowImpl.java       | 620 ++++++++-----
 .../newt/awt/event/AWTParentWindowAdapter.java     | 107 ++-
 .../newt/driver/android/NewtDebugActivity.java}    |  29 +-
 ...auncher.java => NewtDebugActivityLauncher.java} |  12 +-
 .../newt/driver/android/NewtVersionActivity.java   |  86 +-
 .../android/NewtVersionActivityLauncher.java       |   8 +-
 .../driver/android/NewtVersionBaseActivity.java    | 120 +++
 .../jogamp/newt/driver/bcm/egl/DisplayDriver.java  |   1 -
 .../jogamp/newt/driver/macosx/WindowDriver.java    |  15 +-
 .../jogamp/newt/driver/windows/DisplayDriver.java  |   2 +-
 src/newt/native/InputEvent.h                       |   6 +
 src/newt/native/MacWindow.m                        |  62 +-
 src/newt/native/NewtMacWindow.h                    |   5 +-
 src/newt/native/NewtMacWindow.m                    |  26 +-
 src/newt/native/WindowsWindow.c                    | 999 ++++++++++++---------
 src/newt/native/X11RandR11.c                       |   3 +-
 .../Bug907GetAllWindowNamesViaMessageDispatch.c    |  34 +
 .../test/android/MovieCubeActivityLauncher0.java   |  33 +-
 .../test/android/MovieCubeActivityLauncher1a.java  |  26 +-
 .../test/android/MovieCubeActivityLauncher1b.java  |  26 +-
 .../android/MovieSimpleActivityLauncher00b.java    |  27 +-
 .../android/MovieSimpleActivityLauncher00c.java    |  26 +-
 .../android/MovieSimpleActivityLauncher01a.java    |  29 +-
 .../android/MovieSimpleActivityLauncher01b.java    |  29 +-
 .../android/MovieSimpleActivityLauncher02.java     |  29 +-
 .../opengl/test/android/NEWTElektronActivity.java  |   2 +-
 .../opengl/test/android/NEWTGearsES2Activity.java  |  36 +-
 .../test/android/NEWTGearsES2TransActivity.java    |   2 +-
 .../opengl/test/android/NEWTGraphUI1pActivity.java |   2 +-
 .../opengl/test/android/NEWTGraphUI2pActivity.java |   2 +-
 .../test/android/NEWTRedSquareES2Activity.java     |   2 +-
 .../DemoBug910ExtendedAWTAppletLifecycleCheck.java | 234 +++++
 .../junit/jogl/acore/TestShutdownCompleteAWT.java  |  92 +-
 .../junit/jogl/acore/TestShutdownCompleteNEWT.java |  84 +-
 .../jogl/acore/anim/Bug898AnimatorFromEDTAWT.java  | 129 +++
 .../TestAWTCardLayoutAnimatorStartStopBug532.java  |   2 +-
 .../jogl/acore/anim/TestAnimatorGLJPanel01AWT.java | 301 +++++++
 .../acore/anim/TestAnimatorGLWindow01NEWT.java     | 267 ++++++
 .../TestBug816GLCanvasFrameHoppingB849B889AWT.java | 262 ++++++
 .../jogl/awt/TestBug816OSXCALayerPos01AWT.java     |  87 +-
 .../jogl/awt/TestBug816OSXCALayerPos02AWT.java     |  43 +-
 .../awt/TestBug816OSXCALayerPos03aB729AWT.java     |  35 +-
 .../awt/TestBug816OSXCALayerPos03bB849AWT.java     |  35 +-
 .../awt/TestBug816OSXCALayerPos03cB849AWT.java     |  37 +-
 .../awt/TestGLCanvasAWTActionDeadlock02AWT.java    | 374 ++++----
 .../junit/jogl/awt/TestGLJPanelResize01AWT.java    | 209 +++++
 .../junit/jogl/demos/TextureSequenceDemo01.java    |  33 +-
 .../test/junit/jogl/demos/es1/RedSquareES1.java    |  53 +-
 .../opengl/test/junit/jogl/demos/es2/GearsES2.java |  39 +-
 .../jogl/demos/es2/TextureSequenceCubeES2.java     | 167 ++--
 .../test/junit/jogl/demos/es2/av/MovieCube.java    |  19 +-
 .../test/junit/jogl/demos/es2/av/MovieSimple.java  | 428 +++++----
 .../jogl/demos/es2/awt/Bug848AppletGLCanvas01.java |  28 +-
 .../demos/es2/awt/TestGearsES2GLJPanelAWT.java     |  69 +-
 .../opengl/test/junit/jogl/demos/gl2/Gears.java    | 123 +--
 .../jogl/perf/TestPerf001GLJPanelInit01AWT.java    | 253 ++++++
 .../jogl/perf/TestPerf001GLJPanelInit02AWT.java    | 441 +++++++++
 .../jogl/perf/TestPerf001GLWindowInit03NEWT.java   | 208 +++++
 .../junit/jogl/perf/TestPerf001RawInit00NEWT.java  | 234 +++++
 .../jogl/swt/TestBug672NewtCanvasSWTSashForm.java  | 332 +++++++
 .../TestBug672NewtCanvasSWTSashFormComposite.java  | 339 +++++++
 .../TestNewtCanvasSWTBug628ResizeDeadlockAWT.java  |  20 +-
 .../test/junit/jogl/swt/TestNewtCanvasSWTGLn.java  |  74 +-
 .../jogl/tile/TestTiledPrintingGearsSwingAWT.java  | 129 ++-
 .../jogl/tile/TestTiledPrintingGearsSwingAWT2.java | 161 +++-
 .../junit/newt/TestGLWindows03NEWTAnimResize.java  | 138 +++
 .../junit/newt/event/BaseNewtEventModifiers.java   | 204 ++---
 .../newt/event/TestNewtKeyCodeModifiersAWT.java    |   4 +-
 .../test/junit/newt/event/TestNewtKeyCodesAWT.java |  81 +-
 .../newt/event/TestNewtKeyEventAutoRepeatAWT.java  | 110 +--
 .../junit/newt/event/TestNewtKeyEventOrderAWT.java |   2 +-
 .../TestParentingFocus01SwingAWTRobot.java}        |  51 +-
 .../TestParentingFocus02SwingAWTRobot.java}        |  82 +-
 .../TestParentingFocus03KeyTraversalAWT.java}      | 115 +--
 .../parenting/NewtAWTReparentingKeyAdapter.java    |  28 +-
 .../junit/newt/parenting/TestParenting01NEWT.java  |  64 +-
 .../junit/newt/parenting/TestParenting01aAWT.java  |  66 +-
 .../junit/newt/parenting/TestParenting01bAWT.java  |  30 +-
 .../junit/newt/parenting/TestParenting01cAWT.java  |   4 +-
 .../newt/parenting/TestParenting01cSwingAWT.java   |   4 +-
 ...renting01cAWT.java => TestParenting01dAWT.java} | 242 +++--
 .../junit/newt/parenting/TestParenting02AWT.java   |  24 +-
 .../junit/newt/parenting/TestParenting02NEWT.java  |  20 +-
 .../junit/newt/parenting/TestParenting03AWT.java   |  30 +-
 .../junit/newt/parenting/TestParenting04AWT.java   |   4 +-
 .../junit/newt/parenting/TestParenting04SWT.java   |   4 +-
 .../opengl/test/junit/util/AWTKeyAdapter.java      |  41 +-
 .../opengl/test/junit/util/AWTMouseAdapter.java    |  41 +-
 .../opengl/test/junit/util/AWTRobotUtil.java       | 114 ++-
 .../jogamp/opengl/test/junit/util/DumpGLInfo.java  |  12 +-
 .../test/junit/util/GLEventListenerCounter.java    |  22 +-
 .../test/junit/util/InputEventCountAdapter.java    |  15 +-
 .../opengl/test/junit/util/NEWTKeyAdapter.java     |  45 +-
 .../jogamp/opengl/test/junit/util/NEWTKeyUtil.java |  70 +-
 .../opengl/test/junit/util/NEWTMouseAdapter.java   |  39 +-
 www/2125.pdf                                       | Bin 561627 -> 0 bytes
 www/3167.pdf                                       | Bin 1159573 -> 0 bytes
 www/BOF-3908-JOGL-slides.pdf                       | Bin 546173 -> 0 bytes
 www/JOGLGlueGen.pdf                                | Bin 100439 -> 0 bytes
 www/License_TCK_JSR231.pdf                         | Bin 95506 -> 0 bytes
 www/bof0899.pdf                                    | Bin 233291 -> 0 bytes
 www/index.html                                     | 654 --------------
 www/media/EverplanesLogo_160x160.png               | Bin 45282 -> 0 bytes
 www/media/Frog-Craft3_2.160w.png                   | Bin 27158 -> 0 bytes
 www/media/Frog-Craft3_2.png                        | Bin 280766 -> 0 bytes
 www/media/Impact_Bullet_AKM.in-1.png               | Bin 9773 -> 0 bytes
 www/media/JaamSim_160x120.png                      | Bin 17406 -> 0 bytes
 www/media/Java3d.png                               | Bin 8675 -> 0 bytes
 www/media/JebGL_logo.160w.png                      | Bin 11378 -> 0 bytes
 www/media/JebGL_logo.png                           | Bin 31923 -> 0 bytes
 www/media/MyHmi-Collage-160x152.png                | Bin 29426 -> 0 bytes
 www/media/NetBeansOpenGLPackLogo160.png            | Bin 12928 -> 0 bytes
 www/media/VolumeViewer-160x120.png                 | Bin 21343 -> 0 bytes
 www/media/ardor3d.png                              | Bin 3007 -> 0 bytes
 www/media/artofillusion.jpg                        | Bin 10066 -> 0 bytes
 www/media/avengina.jpg                             | Bin 6944 -> 0 bytes
 www/media/c3d-mobile-01-coll01-160x160.png         | Bin 37461 -> 0 bytes
 www/media/c3d-mobile-01-pipes01-160x125.png        | Bin 29246 -> 0 bytes
 www/media/c3d-mobile-01-pipes07-160x120.png        | Bin 29844 -> 0 bytes
 www/media/c3d-studio-snap2-160x160.png             | Bin 234527 -> 0 bytes
 www/media/chronotext.jpg                           | Bin 9953 -> 0 bytes
 www/media/dyn4j.png                                | Bin 5373 -> 0 bytes
 www/media/elflightengine-160x122.png               | Bin 39384 -> 0 bytes
 www/media/fenggui.jpg                              | Bin 7034 -> 0 bytes
 www/media/field.png                                | Bin 16550 -> 0 bytes
 www/media/fusion_logo.jpg                          | Bin 4607 -> 0 bytes
 www/media/geogebra-screenshot-tangents.png         | Bin 5980 -> 0 bytes
 www/media/gephi.jpg                                | Bin 18161 -> 0 bytes
 www/media/glg2d-demo.png                           | Bin 10295 -> 0 bytes
 www/media/glstudio.jpg                             | Bin 12433 -> 0 bytes
 www/media/impact.jpg                               | Bin 6980 -> 0 bytes
 www/media/insparia-160x132.jpg                     | Bin 12393 -> 0 bytes
 www/media/jackflowers.jpg                          | Bin 8558 -> 0 bytes
 www/media/jake2-160x160.png                        | Bin 23283 -> 0 bytes
 www/media/jmonkeyengine.png                        | Bin 38087 -> 0 bytes
 ...-demoscene-elektronenmultiplizierer01-small.png | Bin 46454 -> 0 bytes
 ...applet-demoscene-elektronenmultiplizierer01.png | Bin 410998 -> 0 bytes
 www/media/jogl-applet-gearses2-normal-small.png    | Bin 6523 -> 0 bytes
 www/media/jogl-applet-gearses2-normal.png          | Bin 69330 -> 0 bytes
 .../jogl-applet-gearses2-translucent-small.png     | Bin 28387 -> 0 bytes
 www/media/jogl-applet-gearses2-translucent.png     | Bin 72883 -> 0 bytes
 www/media/jogl-applet-graph-text01-small.png       | Bin 13499 -> 0 bytes
 www/media/jogl-applet-graph-text01.png             | Bin 103995 -> 0 bytes
 www/media/jogl-applet-graph-uiscene01-small.png    | Bin 17151 -> 0 bytes
 www/media/jogl-applet-graph-uiscene01.png          | Bin 106628 -> 0 bytes
 www/media/jogl-applet-moviecube01-small.png        | Bin 19167 -> 0 bytes
 www/media/jogl-applet-moviecube01.png              | Bin 118588 -> 0 bytes
 www/media/jogl-applet-version-small.png            | Bin 21426 -> 0 bytes
 www/media/jogl-applet-version.png                  | Bin 121630 -> 0 bytes
 www/media/jreality-logo-discreteksurfaces.png      | Bin 28465 -> 0 bytes
 www/media/jspatial-1-160x160.png                   | Bin 38022 -> 0 bytes
 www/media/jzy3d-demo-surface-160x160.png           | Bin 28652 -> 0 bytes
 www/media/libgdx.png                               | Bin 2807 -> 0 bytes
 www/media/madlix.png                               | Bin 25107 -> 0 bytes
 www/media/map_of_illarion.png                      | Bin 44172 -> 0 bytes
 www/media/mbt.jpg                                  | Bin 18896 -> 0 bytes
 www/media/nifty-logo-new.png                       | Bin 10305 -> 0 bytes
 www/media/pebbles.png                              | Bin 31238 -> 0 bytes
 www/media/processing.jpg                           | Bin 11258 -> 0 bytes
 www/media/raceview.jpg                             | Bin 7694 -> 0 bytes
 www/media/scilab.png                               | Bin 26149 -> 0 bytes
 www/media/sculpteo_3_robot_72dpi_sm.jpg            | Bin 10567 -> 0 bytes
 www/media/specksim.jpg                             | Bin 10548 -> 0 bytes
 www/media/strap.jpg                                | Bin 9699 -> 0 bytes
 www/media/ticket2ride_picture5-160x132.jpg         | Bin 14946 -> 0 bytes
 www/media/vehicle.jpg                              | Bin 5586 -> 0 bytes
 www/media/vldocking.jpg                            | Bin 5372 -> 0 bytes
 www/media/worldwind.jpg                            | Bin 11862 -> 0 bytes
 www/media/zg3d.png                                 | Bin 91839 -> 0 bytes
 www/sharendipity.gif                               | Bin 4788 -> 0 bytes
 www/ts1361.pdf                                     | Bin 786403 -> 0 bytes
 267 files changed, 9855 insertions(+), 4814 deletions(-)

diff --cc debian/changelog
index 9857073,0000000..90d4146
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,247 -1,0 +1,254 @@@
++libjogl2-java (2.1.3-1) unstable; urgency=low
++
++  * New upstream release
++  * Repack script updated to remove www/
++
++ -- Sylvestre Ledru <sylvestre at debian.org>  Tue, 17 Dec 2013 09:26:26 +0100
++
 +libjogl2-java (2.1.2-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Sylvestre Ledru <sylvestre at debian.org>  Fri, 08 Nov 2013 10:53:16 +0100
 +
 +libjogl2-java (2.0.2-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Sylvestre Ledru <sylvestre at debian.org>  Sat, 28 Sep 2013 19:08:07 +0200
 +
 +libjogl2-java (2.0-rc12-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Sylvestre Ledru <sylvestre at debian.org>  Mon, 01 Jul 2013 14:26:13 +0200
 +
 +libjogl2-java (2.0-rc11-1) unstable; urgency=low
 +
 +  * Upload to unstable
 +  * Standards-Version updated to 3.9.4
 +
 + -- Sylvestre Ledru <sylvestre at debian.org>  Wed, 15 May 2013 10:18:59 +0200
 +
 +libjogl2-java (2.0-rc11-1~exp5) experimental; urgency=low
 +
 +  [ Colin Watson ]
 +  * Define isAbiEabiGnuArmhf=true when building for armhf.
 +
 + -- Sylvestre Ledru <sylvestre at debian.org>  Sun, 03 Mar 2013 13:54:53 +0100
 +
 +libjogl2-java (2.0-rc11-1~exp4.3) experimental; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Search libs in default system paths in make/build-newt.xml
 +  * Combine TARGET_PLATFORM_LIBS_2.diff, armhfbuild.diff and armhf-build.diff
 +    patches into arm-build.diff patch.
 +
 + -- Thomas Preud'homme <robotux at debian.org>  Wed, 26 Dec 2012 15:23:17 +0100
 +
 +libjogl2-java (2.0-rc11-1~exp4.2) experimental; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Fix wrong copy/paste in changes made in previous upload.
 +
 + -- Thomas Preud'homme <robotux at debian.org>  Wed, 26 Dec 2012 10:11:00 +0100
 +
 +libjogl2-java (2.0-rc11-1~exp4.1) experimental; urgency=low
 +
 +  * Fix armhf FTBFS by generalizing changes to build-nativewindow.xml to
 +    build-jogl.xml and build-newt.xml.
 +
 + -- Thomas Preud'homme <robotux at debian.org>  Tue, 25 Dec 2012 20:18:58 +0100
 +
 +libjogl2-java (2.0-rc11-1~exp4) experimental; urgency=low
 +
 +  * Try again to fix the armhf FTBFS (thanks again to Thomas Preud'homme)
 +
 + -- Sylvestre Ledru <sylvestre at debian.org>  Mon, 24 Dec 2012 09:12:34 +0100
 +
 +libjogl2-java (2.0-rc11-1~exp3) experimental; urgency=low
 +
 +  * Apply Ubuntu changes introduced in 2.0-rc8-1ubuntu1
 +  * Set source and target to 1.5 for OpenJDK 6 compatibility (LP: #1049719).
 +  * Try something with Thomas Preud'homme to see if we can fix the armhf
 +    build
 +
 + -- Sylvestre Ledru <sylvestre at debian.org>  Thu, 20 Dec 2012 17:04:08 +0100
 +
 +libjogl2-java (2.0-rc11-1~exp2) experimental; urgency=low
 +
 +  * Enable the verbose mode to find out the reason of the FTBFS under armhf
 +   (libXrender.so uses VFP register arguments, libnativewindow_x11.so does not)
 +
 + -- Sylvestre Ledru <sylvestre at debian.org>  Fri, 30 Nov 2012 17:11:16 +0100
 +
 +libjogl2-java (2.0-rc11-1~exp1) experimental; urgency=low
 +
 +  * New upstream release
 +
 + -- Sylvestre Ledru <sylvestre at debian.org>  Thu, 08 Nov 2012 16:51:30 +0100
 +
 +libjogl2-java (2.0-rc10-1~exp1) experimental; urgency=low
 +
 +  * New upstream release
 +
 + -- Sylvestre Ledru <sylvestre at debian.org>  Mon, 03 Sep 2012 09:34:29 +0200
 +
 +libjogl2-java (2.0-rc9-1~exp1) experimental; urgency=low
 +
 +  * New upstream release
 +
 + -- Sylvestre Ledru <sylvestre at debian.org>  Mon, 02 Jul 2012 03:22:25 +0200
 +
 +libjogl2-java (2.0-rc8-1) unstable; urgency=low
 +
 +  * Upload to unstable
 +  * Support of armhf & s390x added.
 +
 + -- Sylvestre Ledru <sylvestre at debian.org>  Wed, 13 Jun 2012 18:34:05 +0200
 +
 +libjogl2-java (2.0-rc8-1~exp2) experimental; urgency=low
 +
 +  * Force also the version of gluegen2 in the package themself
 +
 + -- Sylvestre Ledru <sylvestre at debian.org>  Wed, 13 Jun 2012 13:54:44 +0200
 +
 +libjogl2-java (2.0-rc8-1~exp1) experimental; urgency=low
 +  
 +  * New upstream release
 +  * Set the exact version of the dependency between libjogl2-java
 +    and libjogl2-jni
 +
 +  [ Miguel Landaeta ]
 +  * Use public access URL in Vcs-Svn field. (Closes: #670283).
 +  * Fix debian-control-has-unusual-field-spacing lintian warning.
 +
 + -- Sylvestre Ledru <sylvestre at debian.org>  Wed, 23 May 2012 14:23:19 +0200
 +
 +libjogl2-java (2.0-rc5-2) unstable; urgency=low
 +
 +  * Really upload to unstable (oups)
 +
 + -- Sylvestre Ledru <sylvestre at debian.org>  Tue, 13 Mar 2012 09:46:59 +0100
 +
 +libjogl2-java (2.0-rc5-1) experimental; urgency=low
 +
 +  * Upload in unstable
 +  * Standards-Version updated to version 3.9.3
 +
 + -- Sylvestre Ledru <sylvestre at debian.org>  Mon, 12 Mar 2012 20:23:07 +0100
 +
 +libjogl2-java (2.0-rc5-1~exp3) experimental; urgency=low
 +
 +  * Some sbuild still want to build the doc package. Enable it only for amd64
 +    and x86. See build log of ia64 & powerpc of version 2.0-rc5-1~exp2
 +
 + -- Sylvestre Ledru <sylvestre at debian.org>  Wed, 28 Dec 2011 13:59:28 +0100
 +
 +libjogl2-java (2.0-rc5-1~exp2) experimental; urgency=low
 +
 +  * Only build the doc once
 +  * Disable some TARGET_PLATFORM_LIBS variables
 +
 + -- Sylvestre Ledru <sylvestre at debian.org>  Tue, 27 Dec 2011 23:22:05 +0100
 +
 +libjogl2-java (2.0-rc5-1~exp1) experimental; urgency=low
 +
 +  * New upstream release
 +  * watch + repack script added
 +
 + -- Sylvestre Ledru <sylvestre at debian.org>  Mon, 26 Dec 2011 02:06:41 +0100
 +
 +libjogl2-java (2.0-rc3-7) unstable; urgency=low
 +
 +  * Drop patch sparc.diff since it is now managed into gluegen2
 +  * Disable the build of the documentation for arch indep build
 +
 + -- Sylvestre Ledru <sylvestre at debian.org>  Tue, 22 Nov 2011 00:42:13 +0100
 +
 +libjogl2-java (2.0-rc3-6) unstable; urgency=low
 +
 +  * Fix a problem under arm
 +
 + -- Sylvestre Ledru <sylvestre at debian.org>  Sun, 20 Nov 2011 21:43:36 +0100
 +
 +libjogl2-java (2.0-rc3-5) unstable; urgency=low
 +
 +  * Example is now working (Closes: #634996)
 +  * Fix the various FTBFS (Closes: #638431) (LP: #809743)
 +
 + -- Sylvestre Ledru <sylvestre at debian.org>  Sun, 20 Nov 2011 21:43:29 +0100
 +
 +libjogl2-java (2.0-rc3-4) unstable; urgency=low
 +
 +  * Ant to build C code = a lot of uploads ... pfff
 +
 + -- Sylvestre Ledru <sylvestre at debian.org>  Mon, 10 Oct 2011 12:13:14 +0200
 +
 +libjogl2-java (2.0-rc3-3) unstable; urgency=low
 +
 +  * Fix more FTBFS
 +
 + -- Sylvestre Ledru <sylvestre at debian.org>  Sun, 09 Oct 2011 19:26:30 +0200
 +
 +libjogl2-java (2.0-rc3-2) unstable; urgency=low
 +
 +  * Fix various FTBFS:
 +    - disable the android include
 +    - build the documentation as indep package (to avoid the timeout)
 +    - disable the git call
 +
 + -- Sylvestre Ledru <sylvestre at debian.org>  Sat, 08 Oct 2011 11:39:42 +0200
 +
 +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
 +
 +libjogl2-java (2.0-rc2-4) unstable; urgency=low
 +
 +  * Team upload.
 +  * Update dependency libswt-gtk-3.6-java to libswt-gtk-3-java
 +    (Closes: #635656)
 +
 + -- tony mancill <tmancill at debian.org>  Fri, 29 Jul 2011 22:15:33 -0700
 +
 +libjogl2-java (2.0-rc2-3) unstable; urgency=low
 +
 +  * Support of the other debian arch. Should fix the various FTBFS
 +    (otherArchsoswin.diff)
 +  * Update dependency libswt-gtk-3.5-java to libswt-gtk-3.6-java
 +    (Closes: #629777)
 +
 + -- Sylvestre Ledru <sylvestre at debian.org>  Tue, 21 Jun 2011 21:54:41 +0200
 +
 +libjogl2-java (2.0-rc2-2) unstable; urgency=low
 +
 +  * cg-common.cfg.diff, build-java.diff, build.diff & defaultDebianPath.diff
 +    removed (deprecated patches)
 +  * libjogl2-core-java depended on libjogl2-core-jni which does not exist
 +
 + -- Sylvestre Ledru <sylvestre at debian.org>  Sun, 08 May 2011 23:30:49 +0200
 +
 +libjogl2-java (2.0-rc2-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Standards-Version updated to version 3.9.2
 +  * needless-dependency-on-jre removed
 +  * swt-debug.jar removed from the archive. Update the dep list.
 +
 + -- Sylvestre Ledru <sylvestre at debian.org>  Sun, 17 Apr 2011 14:41:20 +0200
 +
 +libjogl2-java (2.0-rc1-1) unstable; urgency=low
 +
 +  * New upstream release (Closes: #614819)
 +
 + -- Sylvestre Ledru <sylvestre at debian.org>  Tue, 01 Mar 2011 14:12:56 +0100
 +
 +
diff --cc debian/control
index 811ad85,0000000..c29fdd4
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,92 -1,0 +1,92 @@@
 +Source: libjogl2-java
 +Section: java
 +Priority: optional
 +Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 +Uploaders: Sylvestre Ledru <sylvestre at debian.org>
 +Build-Depends: debhelper (>= 5), cdbs, quilt, default-jdk,
-  libgluegen2-build-java (>= 2.1.2), libgluegen2-rt-java (>= 2.1.2),
++ libgluegen2-build-java (>= 2.1.3), libgluegen2-rt-java (>= 2.1.3),
 + ant-optional, libgl1-mesa-dev, libglu1-mesa-dev, libxxf86vm-dev,
 + x11proto-xf86vidmode-dev, libxt-dev,  junit4, libswt-gtk-3-java,
 + ant-contrib, ant-contrib-cpptasks, libxinerama-dev, libxrandr-dev,
 + ant (>= 1.8)
 +Standards-Version: 3.9.5
 +Homepage: http://jogamp.org/
 +Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjogl2-java
 +Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjogl2-java/
 +
 +Package: libjogl2-java
 +Architecture: all
 +Depends: ${misc:Depends},
-  libgluegen2-rt-java (>= 2.1.2), libjogl2-jni (>= ${source:Version})
++ libgluegen2-rt-java (>= 2.1.3), libjogl2-jni (>= ${source:Version})
 +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
 + 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-jni
 +Depends: ${misc:Depends}, ${shlibs: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-java-doc
 +Architecture: all
 +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 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
 +Depends: ${misc:Depends}
 +Description: Toolkits to play with JOGL2
 + 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.
 + .
 + This package includes JOGL toolkits.
diff --cc debian/orig-tar.sh
index a1d4902,0000000..0018982
mode 100755,000000..100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@@ -1,23 -1,0 +1,23 @@@
 +#!/bin/sh -e
 +
 +VERSION=$2
 +DIR=jogl-v$VERSION
 +TAR=libjogl2-java_$VERSION.orig.tar.bz2
 +
 +# clean up the upstream tarball
 +p7zip -d $3
 +tar xvf jogl-v$VERSION.tar
 +cd $DIR*
- rm -rf .gitignore .htaccess make/lib/
++rm -rf .gitignore .htaccess make/lib/ www/
 +cd ..
 +tar jcvf ../$TAR $DIR
 +rm -rf $DIR jogl-v$VERSION.tar
 +
 +# move to directory 'tarballs'
 +if [ -r .svn/deb-layout ]; then
 +    . .svn/deb-layout
 +    mv $TAR $origDir
 +    echo "moved $TAR to $origDir"
 +fi
 +
 +exit 0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjogl2-java.git



More information about the pkg-java-commits mailing list