File: 0001-Fix-bundle-build.patch

package info (click to toggle)
mustache-java 0.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,152 kB
  • sloc: java: 8,282; xml: 973; javascript: 162; ruby: 17; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 408 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Fix bundle build
Author: Hilko Bengen <bengen@debian.org>
Forwarded: not-needed
--- a/indy/pom.xml
+++ b/indy/pom.xml
@@ -8,7 +8,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>indy</artifactId>
   <version>0.9.1</version>
-  <packaging>bundle</packaging>
+  <packaging>jar</packaging>
 
   <name>indy</name>
   <description>Invokedynamic implementation of ObjectHandler</description>