snaphu 2.0.7-1 MIGRATED to testing

2024-04-01 Thread Debian testing watch
FYI: The status of the snaphu source package
in Debian's testing distribution has changed.

  Previous version: 2.0.6-2
  Current version:  2.0.7-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
Pkg-grass-devel mailing list
Pkg-grass-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel


[Git][debian-gis-team/grass] Pushed new tag ubuntugis/8.3.2-1.jammy2

2024-04-01 Thread Martin Landa (@martinl-guest)


Martin Landa pushed new tag ubuntugis/8.3.2-1.jammy2 at Debian GIS Project / 
grass

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/grass/-/tree/ubuntugis/8.3.2-1.jammy2
You're receiving this email because of your account on salsa.debian.org.


___
Pkg-grass-devel mailing list
Pkg-grass-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel


[Git][debian-gis-team/grass][ubuntugis/jammy] Rebuild 8.3.2 for jammy

2024-04-01 Thread Martin Landa (@martinl-guest)


Martin Landa pushed to branch ubuntugis/jammy at Debian GIS Project / grass


Commits:
ca556a57 by Martin Landa at 2024-04-01T18:56:58+02:00
Rebuild 8.3.2 for jammy

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=
debian/changelog
=
@@ -1,3 +1,10 @@
+grass (8.3.2-1~jammy2) jammy; urgency=medium
+
+   * Rebuild for jammy.
+   * Enable PDAL.
+
+ -- Martin Landa   Mon, 01 Apr 2024 18:07:43 +0200
+
 grass (8.3.2-1~jammy1) jammy; urgency=medium
 
   * Rebuild for jammy.


=
debian/control
=
@@ -28,6 +28,7 @@ Build-Depends: bison,
default-libmysqlclient-dev,
libncurses-dev,
libnetcdf-dev,
+   libpdal-dev,
libpng-dev,
libpq-dev,
libproj-dev,


=
debian/rules
=
@@ -95,7 +95,6 @@ override_dh_auto_configure: templates
 --with-nls \
 --with-odbc \
 --with-openmp \
---with-pdal=no \
 --with-postgres \
 --with-postgres-includes=$(shell pg_config --includedir) \
 --with-proj-share=/usr/share/proj \



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/grass/-/commit/ca556a570108958bc0bc28aa1aa1eb7a5295b257

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/grass/-/commit/ca556a570108958bc0bc28aa1aa1eb7a5295b257
You're receiving this email because of your account on salsa.debian.org.


___
Pkg-grass-devel mailing list
Pkg-grass-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel


Processed: Re: Bug#1068172: gpsprune: 3d function fails with java 17 due to missing "add-opens"

2024-04-01 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 pending
Bug #1068172 [gpsprune] gpsprune: 3d function fails with java 17 due to missing 
"add-opens"
Added tag(s) pending.

-- 
1068172: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068172
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-grass-devel mailing list
Pkg-grass-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel


Bug#1068172: gpsprune: 3d function fails with java 17 due to missing "add-opens"

2024-04-01 Thread Sebastiaan Couwenberg

Control: tags -1 pending

On 4/1/24 11:19 AM, activityworkshop wrote:

I don't know if this is the best solution, but one way I found to allow access 
is to add
a parameter to the launch command:
--add-opens=java.desktop/sun.awt=ALL-UNNAMED


This is implemented in git.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1

___
Pkg-grass-devel mailing list
Pkg-grass-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel


[Git][debian-gis-team/gpsprune][master] Add --add-opens option to JAVA_OPTS to fix Java3D functionality. (closes: #1068172)

2024-04-01 Thread Bas Couwenberg (@sebastic)


Bas Couwenberg pushed to branch master at Debian GIS Project / gpsprune


Commits:
52d0b9a0 by Bas Couwenberg at 2024-04-01T12:00:11+02:00
Add --add-opens option to JAVA_OPTS to fix Java3D functionality. (closes: 
#1068172)

- - - - -


2 changed files:

- debian/changelog
- debian/scripts/gpsprune


Changes:

=
debian/changelog
=
@@ -1,3 +1,10 @@
+gpsprune (23.2-2) UNRELEASED; urgency=medium
+
+  * Add --add-opens option to JAVA_OPTS to fix Java3D functionality.
+(closes: #1068172)
+
+ -- Bas Couwenberg   Mon, 01 Apr 2024 11:59:37 +0200
+
 gpsprune (23.2-1) unstable; urgency=medium
 
   * New upstream release.


=
debian/scripts/gpsprune
=
@@ -1,6 +1,6 @@
 #!/bin/sh
 PRUNEJAR=/usr/share/gpsprune/gpsprune.jar
-JAVA_OPTS="$JAVA_OPTS -Djava.net.preferIPv4Stack=true"
+JAVA_OPTS="$JAVA_OPTS -Djava.net.preferIPv4Stack=true 
--add-opens=java.desktop/sun.awt=ALL-UNNAMED"
 
 proxyhost=$(echo $http_proxy | sed -n 's?http[s|]://\([^:/]\+\).*?\1?p')
 proxyport=$(echo $http_proxy | sed -n 's?http[s|]://[^:]\+:\([0-9]\+\).*?\1?p')



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/gpsprune/-/commit/52d0b9a019d1c77dae6e29acd52d6d5ee367fae3

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/gpsprune/-/commit/52d0b9a019d1c77dae6e29acd52d6d5ee367fae3
You're receiving this email because of your account on salsa.debian.org.


___
Pkg-grass-devel mailing list
Pkg-grass-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel


Bug#1068172: gpsprune: 3d function fails with java 17 due to missing "add-opens"

2024-04-01 Thread activityworkshop
Package: gpsprune
Version: 23.2-1~bpo12+1
Severity: normal
X-Debbugs-Cc: deb...@activityworkshop.net

Dear Maintainer,

GpsPrune uses Java3D for the 3d visualisation functions.  Java3D in turn uses 
class in sun.awt.
Using Java 11, everything works as expected, but using Java 17 introduces 
restrictions on
package visibility.  Without adding an exception to allow this access, 
GpsPrune's call to
Java3D fails with an IllegalAccessError.

How to reproduce:
Open GpsPrune (using Java 17), create a pair of points (or load a track) and 
start the 3D function.
Press 'OK' and the function fails with the message:
java.lang.IllegalAccessError: class javax.media.j3d.X11NativeConfigTemplate3D 
cannot access
class sun.awt.X11GraphicsConfig because module java.desktop does not export 
sun.awt
to unnamed module

Modifying GpsPrune's Manifest to include an "Add-Opens" statement does not 
solve the problem,
presumably because it's not GpsPrune which is trying to access sun.awt.  Adding 
such a
statement to Java3D's manifests also does not solve the problem, presumably 
because it's the
GpsPrune jar which is the main jar being executed.

I don't know if this is the best solution, but one way I found to allow access 
is to add
a parameter to the launch command:
--add-opens=java.desktop/sun.awt=ALL-UNNAMED

Perhaps the Debian maintainers have already dealt with this issue in other 
packages which
use Java3D, or other occurrences of this module access problem with Java 17?
Many thanks!

-- System Information:
Debian Release: 12.5
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.1.0-18-amd64 (SMP w/6 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages gpsprune depends on:
ii  default-jre [java9-runtime] 2:1.17-74
ii  openjdk-11-jre [java9-runtime]  11.0.20+8-1~deb11u1
ii  openjdk-17-jre [java9-runtime]  17.0.10+7-1~deb12u1

Versions of packages gpsprune recommends:
ii  gnuplot-x11 5.4.4+dfsg1-2+b2
ii  gpsbabel1.8.0+ds-5
ii  libimage-exiftool-perl  12.57+dfsg-1
ii  libjava3d-java  1.5.2+dfsg-17
ii  libjava3d-jni   1.5.2+dfsg-17
ii  libvecmath-java 1.5.2-7

gpsprune suggests no packages.

-- no debconf information

___
Pkg-grass-devel mailing list
Pkg-grass-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel