Codebase list jtreg / d3fedef
Wrap and sort Emmanuel Bourg 5 years ago
1 changed file(s) with 16 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
22 Priority: optional
33 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
44 Uploaders: Guillaume Mazoyer <respawneral@gmail.com>
5 Build-Depends: debhelper (>= 11~), javahelper, help2man
6 Build-Depends-Indep: default-jdk,
7 libjtharness-java,
8 ant,
9 javahelp2,
10 libxalan2-java,
11 testng
5 Build-Depends:
6 ant,
7 debhelper (>= 11~),
8 default-jdk,
9 help2man,
10 javahelp2,
11 javahelper,
12 libjtharness-java,
13 libxalan2-java,
14 testng
1215 Standards-Version: 4.3.0
1316 Vcs-Git: https://salsa.debian.org/java-team/jtreg.git
1417 Vcs-Browser: https://salsa.debian.org/java-team/jtreg
1619
1720 Package: jtreg
1821 Architecture: all
19 Depends: ${java:Depends},
20 ${misc:Depends},
21 libjtharness-java,
22 javahelp2,
23 libxalan2-java
22 Depends:
23 ${java:Depends},
24 ${misc:Depends},
25 javahelp2,
26 libjtharness-java,
27 libxalan2-java
2428 Recommends: testng
2529 Description: Regression Test Harness for the OpenJDK platform
2630 jtreg is the test harness used by the OpenJDK test framework.