[Git][java-team/libjogl2-java][master] 12 commits: Removing Priority: optional, which is now defaults

Pierre Gruet (@pgt) gitlab at salsa.debian.org
Wed Aug 5 15:36:14 BST 2026



Pierre Gruet pushed to branch master at Debian Java Maintainers / libjogl2-java


Commits:
f3f66bd2 by Pierre Gruet at 2026-08-05T15:50:54+02:00
Removing Priority: optional, which is now defaults

- - - - -
a132fa41 by Pierre Gruet at 2026-08-05T15:51:07+02:00
Removing R-R-R: no, which is now defaults

- - - - -
40468caa by Pierre Gruet at 2026-08-05T15:51:19+02:00
Raising Standards version to 4.7.4 (no change)

- - - - -
b3893c1b by Pierre Gruet at 2026-08-05T15:52:09+02:00
Build-Depending on debhelper-compat 14, removing sblibs and misc substvars

- - - - -
96bc7149 by Pierre Gruet at 2026-08-05T15:52:41+02:00
Removing unneeded versioned B-D on ant

- - - - -
a0b847fd by Pierre Gruet at 2026-08-05T15:53:05+02:00
Updating years in d/copyright

- - - - -
67e40656 by Pierre Gruet at 2026-08-05T15:53:35+02:00
Updating changelog

- - - - -
a6a33186 by Pierre Gruet at 2026-08-05T16:08:06+02:00
Fixing old FSF address in d/copyright

- - - - -
e1dc8bb0 by Pierre Gruet at 2026-08-05T16:10:01+02:00
Refreshing d/copyright

- - - - -
ca227ab5 by Pierre Gruet at 2026-08-05T16:10:58+02:00
Updating changelog

- - - - -
dded7a13 by Pierre Gruet at 2026-08-05T16:12:21+02:00
Raising d/watch version to 5

- - - - -
031b962f by Pierre Gruet at 2026-08-05T16:12:48+02:00
Upload to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/copyright
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+libjogl2-java (2.6.0+dfsg-2) unstable; urgency=medium
+
+  * Upload to check build reproducibility (Closes: #1142134)
+  * Raising Standards version to 4.7.4:
+    - Removing Priority: optional, which is now defaults
+    - Removing R-R-R: no, which is now defaults
+  * Build-Depending on debhelper-compat 14, removing sblibs and misc substvars
+  * Removing unneeded versioned B-D on ant
+  * Refreshing d/copyright
+  * Fixing old FSF address in d/copyright
+  * Rewriting d/watch with Version: 5
+
+ -- Pierre Gruet <pgt at debian.org>  Wed, 05 Aug 2026 16:12:25 +0200
+
 libjogl2-java (2.6.0+dfsg-1) unstable; urgency=medium
 
   * New upstream version 2.6.0+dfsg (Closes: #1117753)


=====================================
debian/control
=====================================
@@ -1,14 +1,13 @@
 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>,
            Pierre Gruet <pgt at debian.org>
-Build-Depends: ant (>= 1.8),
+Build-Depends: ant,
                ant-contrib,
                ant-contrib-cpptasks,
                ant-optional,
-               debhelper-compat (= 13),
+               debhelper-compat (= 14),
                default-jdk,
                junit4,
                libdrm-dev,
@@ -26,17 +25,15 @@ Build-Depends: ant (>= 1.8),
                libxxf86vm-dev,
                maven-repo-helper,
                x11proto-xf86vidmode-dev
-Standards-Version: 4.7.2
+Standards-Version: 4.7.4
 Vcs-Git: https://salsa.debian.org/java-team/libjogl2-java.git
 Vcs-Browser: https://salsa.debian.org/java-team/libjogl2-java
-Rules-Requires-Root: no
 Homepage: https://jogamp.org
 
 Package: libjogl2-java
 Architecture: all
 Depends: libgluegen2-rt-java (>= 2.5.0+dfsg),
-         libjogl2-jni (>= ${source:Version}),
-         ${misc:Depends}
+         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
@@ -54,8 +51,6 @@ Description: Java bindings for OpenGL API
  Sun Microsystems.
 
 Package: libjogl2-jni
-Depends: ${shlibs: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
@@ -73,7 +68,6 @@ Description: Java bindings for OpenGL API (JNI lib)
 Package: libjogl2-java-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends}
 Multi-Arch: foreign
 Description: Documentation for the Java bindings for OpenGL
  The JOGL project hosts the development version of the Java Bindings for
@@ -92,7 +86,6 @@ Description: Documentation for the Java bindings for OpenGL
 Package: libjogl2-toolkits
 Architecture: all
 Section: doc
-Depends: ${misc:Depends}
 Multi-Arch: foreign
 Description: Toolkits to play with JOGL2
  The JOGL project hosts the development version of the Java Bindings for


=====================================
debian/copyright
=====================================
@@ -723,7 +723,7 @@ Files: src/jogl/classes/com/jogamp/opengl/glu/*
 Copyright: 2003-2009 Sun Microsystems, Inc.
 License: SGI-B-2.0
 
-Files: src/jogl/classes/com/jogamp/opengl/math/FixedPoint.java
+Files: src/jogl/classes/com/jogamp/math/FixedPoint.java
        src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderUtil.java
        src/jogl/classes/com/jogamp/opengl/util/glsl/fixedfunc/*
 Copyright: 2003-2009 Sun Microsystems, Inc.
@@ -1112,7 +1112,7 @@ License: Expat
 Files: debian/*
 Copyright: 2010-2014 Sylvestre Ledru <sylvestre at debian.org>
            2013-2022 tony mancill <tmancill at debian.org>
-           2023 Pierre Gruet <pgt at debian.org>
+           2023-2026 Pierre Gruet <pgt at debian.org>
 License: Expat
 
 License: BSD-2-Clause-Views
@@ -1229,9 +1229,8 @@ License: LGPL-2.1+
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU Lesser General Public License for more details.
  .
- You should have received a copy of the GNU Lesser General Public License along
- with this program; if not, write to the Free Software Foundation,
- Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ You should have received a copy of the GNU General Public License
+ along with this program.  If not, see https://www.gnu.org/licenses/.
  .
  On Debian systems, the complete text of the GNU Lesser General Public
  License version 2.1 can be found in ‘/usr/share/common-licenses/LGPL-2.1’.


=====================================
debian/watch
=====================================
@@ -1,3 +1,8 @@
-version=4
-opts="dversionmangle=auto, repack, repacksuffix=+dfsg, compression=xz" \
- https://jogamp.org/deployment/jogamp-current/archive/Sources/ jogl-v(.*).tar.xz
+Version: 5
+
+Source: https://jogamp.org/deployment/jogamp-current/archive/Sources/
+Matching-Pattern: jogl-v(.*).tar.xz
+Compression: xz
+Dversionmangle: auto
+Repack: yes
+Repacksuffix: +dfsg



View it on GitLab: https://salsa.debian.org/java-team/libjogl2-java/-/compare/84e5ea9785924e307b545b22c3b80aa8647067bd...031b962f5dd28c28a40f54df7b5b425b89f6d1e6

-- 
View it on GitLab: https://salsa.debian.org/java-team/libjogl2-java/-/compare/84e5ea9785924e307b545b22c3b80aa8647067bd...031b962f5dd28c28a40f54df7b5b425b89f6d1e6
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20260805/7b38562a/attachment.htm>


More information about the pkg-java-commits mailing list