File: manifest.diff

package info (click to toggle)
libjogl2-java 2.6.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 57,484 kB
  • sloc: java: 257,713; ansic: 86,782; xml: 7,914; objc: 4,880; sh: 3,033; cpp: 139; makefile: 50; awk: 46; perl: 27
file content (24 lines) | stat: -rw-r--r-- 886 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Description: specifying vendoring and updating classpath in the jar manifest
Author: Sylvestre Ledru <sylvestre@debian.org>
Forwarded: not-needed
Last-Update: 2023-04-17

--- a/make/joglversion
+++ b/make/joglversion
@@ -2,7 +2,7 @@
 Application-Name: Java Bindings for OpenGL
 Specification-Title: Java Bindings for OpenGL API Specification
 Specification-Version: @BASEVERSION@
-Specification-Vendor: JogAmp Community
+Specification-Vendor: JogAmp Community - Debian package
 Implementation-Title: Java Bindings for OpenGL Runtime Environment
 Implementation-Version: @VERSION@
 Implementation-Build: @BUILD_VERSION@
@@ -15,6 +15,7 @@
 Trusted-Library: true
 Permissions: all-permissions
 Application-Library-Allowable-Codebase: *
+Class-Path: /usr/share/java/gluegen2-rt.jar
 Add-Opens: java.desktop/sun.awt java.desktop/sun.awt.windows java.desktop/sun.java2d
 @JAR_CODEBASE_TAG@