File: control

package info (click to toggle)
jboss-logging-tools 2.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 2,672 kB
  • sloc: java: 9,687; xml: 438; javascript: 38; makefile: 2
file content (57 lines) | stat: -rw-r--r-- 1,943 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
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
Source: jboss-logging-tools
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Markus Koschany <apo@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 default-jdk-doc,
 junit4,
 libjboss-jdeparser2-java,
 libjboss-logging-java,
 libjboss-logmanager-java,
 libmaven-javadoc-plugin-java,
 maven-debian-helper (>= 1.5),
 testng
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/java-team/jboss-logging-tools.git
Vcs-Browser: https://salsa.debian.org/java-team/jboss-logging-tools
Homepage: https://github.com/jboss-logging/jboss-logging-tools

Package: libjboss-logging-tools-java
Architecture: all
Depends:
 ${maven:Depends},
 ${misc:Depends}
Suggests:
 libjboss-logging-tools-java-doc,
 ${maven:OptionalDepends}
Description: create internationalized logger messages and exceptions
 If you want to internationalize (i18n) your logging, exception messages and
 messages in general, then along with JBoss Logging, JBoss Logging Tools is for
 you. It provides an easy way to offer internationalized messages, exceptions
 and logger messages to your project.
 .
 With JBoss Logging Tools you write interfaces and annotate the methods with a
 default message. Then you or a translator will create a properties file with
 the translated text.

Package: libjboss-logging-tools-java-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends}
Recommends:
 ${maven:DocDepends},
 ${maven:DocOptionalDepends}
Suggests:
 libjboss-logging-tools-java
Description: Documentation for JBoss Logging Tools
 If you want to internationalize (i18n) your logging, exception messages and
 messages in general, then along with JBoss Logging, JBoss Logging Tools is for
 you. It provides an easy way to offer internationalized messages, exceptions
 and logger messages to your project.
 .
 This package contains the API documentation of libjboss-logging-tools-java.