File: build.patch

package info (click to toggle)
libsweble-common-java 3.0.8-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,272 kB
  • sloc: java: 16,498; xml: 2,217; sh: 292; python: 18; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 563 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
From: Markus Koschany <apo@debian.org>
Date: Tue, 13 Apr 2021 13:29:40 +0200
Subject: build

maven-debian-helper chokes on ./

Forwarded: no
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 60c4943..898a680 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
 		<groupId>de.fau.cs.osr</groupId>
 		<artifactId>tooling</artifactId>
 		<version>3.0.8</version>
-		<relativePath>./tooling/</relativePath>
+		<relativePath>tooling/</relativePath>
 	</parent>
 
 	<artifactId>osr-common-aggregator</artifactId>