File: managing_test_dependency.patch

package info (click to toggle)
libjung-free-java 2.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,352 kB
  • sloc: java: 39,633; xml: 594; sh: 24; makefile: 8
file content (19 lines) | stat: -rw-r--r-- 694 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
Description: Substituting old type "test-jar" with classifier "tests".
 Discussed on https://github.com/mtommila/apfloat/issues/13 about
 libapfloat-java, this seems to be a Debian-only issue.
Author: Pierre Gruet <pgt@debian.org>
Origin: https://sources.debian.org/src/libapfloat-java/1.10.1-1/debian/patches/managing_test_dependency.patch
Forwarded: not-needed
Last-Update: 2021-11-12

--- a/jung-graph-impl/pom.xml
+++ b/jung-graph-impl/pom.xml
@@ -20,7 +20,7 @@
 		<groupId>net.sf.jung</groupId>
 		<artifactId>jung-api</artifactId>
 		<version>${project.version}</version>
-		<type>test-jar</type>
+		<classifier>tests</classifier>
 		<scope>test</scope>
 	</dependency>
     <dependency>