File: javax.annotations.patch

package info (click to toggle)
bazel-bootstrap 4.2.3%2Bds-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 85,704 kB
  • sloc: java: 721,717; sh: 55,859; cpp: 35,360; python: 12,139; xml: 295; objc: 269; makefile: 113; ansic: 106; ruby: 3
file content (26 lines) | stat: -rw-r--r-- 804 bytes parent folder | download | duplicates (2)
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
Description: Fix for javax.annotations
 Switch to geronimo-annotation-1.3-spec. Do not require libtomcat9-java.
Bug-Debian: https://bugs.debian.org/1035995
Author: Markus Koschany <apo@debian.org>
Forwarded: not-needed
Last-Update: 2023-05-14

--- a/tools/distributions/debian/debian_java.BUILD
+++ b/tools/distributions/debian/debian_java.BUILD
@@ -55,13 +55,13 @@
 # libtomcat9-java
 java_import(
     name = "tomcat_annotations_api",
-    jars = ["tomcat9-annotations-api.jar"],
+    jars = ["geronimo-annotation-1.3-spec.jar"],
 )
 
-# For bootstrapping java toolcahin
+# For bootstrapping java toolchain
 filegroup(
     name = "tomcat_annotations_api-jars",
-    srcs = ["tomcat9-annotations-api.jar"],
+    srcs = ["geronimo-annotation-1.3-spec.jar"],
 )
 
 # libjava-allocation-instrumenter-java