1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487
|
libjogl2-java (2.5.0+dfsg-3.1) unstable; urgency=medium
* Non-maintainer upload
* Build without JFX support (Closes: #1082873)
-- Bastian Germann <bage@debian.org> Fri, 27 Sep 2024 08:31:10 +0200
libjogl2-java (2.5.0+dfsg-3) unstable; urgency=medium
* Really building on mips64el
* Exporting LC_ALL=C.UTF-8 in d/rules
-- Pierre Gruet <pgt@debian.org> Mon, 08 Jul 2024 09:47:21 +0200
libjogl2-java (2.5.0+dfsg-2) unstable; urgency=medium
* Building against g++-14 by deactivating clang_FTBFS patch (Closes: #1075174)
* Raising Standards version to 4.7.0 (no change)
* Patching the build system to build on mips64el
-- Pierre Gruet <pgt@debian.org> Sat, 06 Jul 2024 23:49:19 +0200
libjogl2-java (2.5.0+dfsg-1) unstable; urgency=medium
* New upstream version 2.5.0+dfsg
* Refreshing patches
* Fixing the clean target (Closes: #1046349)
* Refreshing d/copyright
* Raising minimal gluegen2 version in the (Build-)Depends
-- Pierre Gruet <pgt@debian.org> Mon, 11 Sep 2023 21:55:13 +0200
libjogl2-java (2.4.0+dfsg-1) unstable; urgency=medium
* Adding myself as uploader (Closes: #783518)
* Aligning dependencies in d/control
* Building for any architecture a priori
* Correcting syntax in the override of dh_auto_clean
* Forwarding patches
-- Pierre Gruet <pgt@debian.org> Wed, 21 Jun 2023 21:21:24 +0200
libjogl2-java (2.4.0+dfsg-1~exp1) experimental; urgency=medium
* Team upload
* Updating the versioned dependency on libgluegen2-rt-java
-- Pierre Gruet <pgt@debian.org> Wed, 19 Apr 2023 17:05:49 +0200
libjogl2-java (2.4.0+dfsg-1~exp0) experimental; urgency=medium
* Team upload
* New upstream version 2.4.0+dfsg
* Refreshing patches
* Raising Standards version to 4.6.2:
- Using machine-readable copyright format
- Repacking through debian/copyright
- Removing obsolete target get-orig-source
- Setting Rules-Requires-Root: no
- Building with dh instead of cdbs
* Raising debian/watch version to 4
* Raising Java version in debian/ant.properties
* Revising build-dependencies, dropping debian/compat
* Updating the list of .so that are installed in the -jni package
* Passing the path to the openjfx jars for the build
* Omitting flags to the cc ant task that are not understood
* Customizing OpenJDK header files to have them fit for the combination of
gluegen and jogl
* Skipping an useless gluegen invocation in the build
* Skipping ant tasks related to Windows, MacOs and iOS
* Dropping obsolete B-D on libgl1-mesa-dev
* Hardening by passing CFLAGS, CPPFLAGS and LDFLAGS to the relevant cc ant
tasks
* Adding missing patch headers
* Fixing spelling issue : occured
* Marking libjogl2-java-doc and libjogl2-toolkits as Multi-Arch: foreign
[ Debian Janitor ]
* Trim trailing whitespace.
* Bump debhelper from deprecated 9 to 10.
-- Pierre Gruet <pgt@debian.org> Tue, 18 Apr 2023 21:24:42 +0200
libjogl2-java (2.3.2+dfsg-10) unstable; urgency=medium
* Team upload.
[ Manuel A. Fernandez Montecelo ]
* Build for riscv64: (Closes: #1025373)
- enable in d/control
- add debian/patches/riscv64-port.diff
[ tony mancill ]
* Update Vcs URLs to point to Salsa
-- tony mancill <tmancill@debian.org> Sat, 03 Dec 2022 13:34:08 -0800
libjogl2-java (2.3.2+dfsg-9) unstable; urgency=medium
* Team upload.
* Build libjogl2-jni only on supported architectures. (Closes: #887140)
-- Markus Koschany <apo@debian.org> Sat, 02 Mar 2019 14:56:52 +0100
libjogl2-java (2.3.2+dfsg-8) unstable; urgency=medium
* Team upload.
* java11.patch: Fix FTBFS with Java 11. (Closes: #893287)
-- Markus Koschany <apo@debian.org> Sat, 23 Feb 2019 16:38:35 +0100
libjogl2-java (2.3.2+dfsg-7) unstable; urgency=medium
* Reupload using correct .changes.
-- Timo Aaltonen <tjaalton@debian.org> Sat, 13 Jan 2018 09:17:50 +0200
libjogl2-java (2.3.2+dfsg-6) unstable; urgency=medium
* Team upload.
* fix-mesa-detection.diff: Fix detecting Mesa 17.2 ->. (Closes:
#880924) (LP: #1742894)
-- Timo Aaltonen <tjaalton@debian.org> Fri, 12 Jan 2018 21:29:39 +0200
libjogl2-java (2.3.2+dfsg-5) unstable; urgency=medium
* Team upload.
* Install the Maven artifacts (Closes: #712002)
* Transition to libswt-gtk-4-java
* Removed the explicit build dependency on quilt
* Standards-Version updated to 3.9.8
* Use secure Vcs-* URLs
-- Emmanuel Bourg <ebourg@apache.org> Thu, 04 Aug 2016 13:01:14 +0200
libjogl2-java (2.3.2+dfsg-4) unstable; urgency=medium
* Team upload.
* Upload to unstable (closes: #801455).
-- Gilles Filippini <pini@debian.org> Thu, 29 Oct 2015 19:28:35 +0100
libjogl2-java (2.3.2+dfsg-3) experimental; urgency=medium
* Team upload.
* Fix again patch arm-build.diff because of remaining occurrences
of env.TARGET_PLATFORM_ROOT (fix FTBFS on arm64).
-- Gilles Filippini <pini@debian.org> Sat, 17 Oct 2015 11:40:52 +0200
libjogl2-java (2.3.2+dfsg-2) experimental; urgency=medium
* Team upload.
* debian/rule: don't try to build the binary doc package on slow
arches where we don't run javadoc.
* Fix patch arm-build.diff: don't use env.TARGET_PLATFORM_ROOT, like
the others arches (fix FTBFS on arm64).
-- Gilles Filippini <pini@debian.org> Fri, 16 Oct 2015 11:24:44 +0200
libjogl2-java (2.3.2+dfsg-1) experimental; urgency=medium
* Team upload.
* New upstream release.
* Refresh patches.
* d/control: bump versioned depends on gluegen2 to 2.3.2.
* Fix d/watch and d/orig-tar.sh wrt version mangling.
-- Gilles Filippini <pini@debian.org> Mon, 12 Oct 2015 20:56:50 +0200
libjogl2-java (2.2.4+dfsg-1) unstable; urgency=medium
* Team upload.
* Modify orig-tar.sh and repack the upstream tarball to remove source
file under a license restriction w.r.t. venue (CC BY-NC 3.0):
src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/landscape.fp
- Thanks to Rebecca N. Palmer. (Closes: #767384)
-- tony mancill <tmancill@debian.org> Sun, 02 Nov 2014 11:27:35 -0800
libjogl2-java (2.2.4-1) unstable; urgency=medium
* Team upload.
* New upstream release
- Depend on gluegen >= 2.2.4
-- Emmanuel Bourg <ebourg@apache.org> Mon, 20 Oct 2014 17:07:42 +0200
libjogl2-java (2.2.1-1) unstable; urgency=medium
* Team upload.
* New upstream release
- Refreshed the patches
- Depend on gluegen >= 2.2.1
* Disabled the unit tests (missing dependencies)
* Standards-Version updated to 3.9.6 (no changes)
[ tony mancill ]
* Update orig-tar.sh script to find the 7z shipped by upstream.
-- Emmanuel Bourg <ebourg@apache.org> Tue, 07 Oct 2014 17:49:44 +0200
libjogl2-java (2.1.5-2) unstable; urgency=medium
* Team upload.
* Apply patch for FTBFS with clang. (Closes: #760294)
- Thanks to Nicolas Sévelin-Radiguet.
* Migrate package from svn to git.
* Bump debhelper compat level from 5 to 9.
-- tony mancill <tmancill@debian.org> Tue, 02 Sep 2014 22:21:31 -0700
libjogl2-java (2.1.5-1) unstable; urgency=medium
* New upstream release
* Cherry-pick of the add-port.diff patch
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 24 Mar 2014 14:33:05 +0100
libjogl2-java (2.1.4-1) unstable; urgency=medium
* New upstream release
* Disable the build of com/jogamp/newt/util/applet/
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 27 Feb 2014 23:42:51 +0100
libjogl2-java (2.1.3-2) UNRELEASED; urgency=medium
* Team upload.
* Add patch (alpha.diff) to allow compilation on alpha. (Closes: #739397)
- Thanks to Michael Cree for the patch.
-- tony mancill <tmancill@debian.org> Tue, 18 Feb 2014 21:22:22 -0800
libjogl2-java (2.1.3-1) unstable; urgency=low
* New upstream release
* Repack script updated to remove www/
-- Sylvestre Ledru <sylvestre@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@debian.org> Tue, 01 Mar 2011 14:12:56 +0100
|