File: packaging_type.patch

package info (click to toggle)
libeddsa-java 0.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,700 kB
  • sloc: java: 5,004; xml: 217; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 467 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: using jar packaging type instead of bundle
Author: Pierre Gruet <pgt@debian.org>
Forwarded: not-needed
Last-Update: 2024-04-27

--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
   <artifactId>eddsa</artifactId>
   <version>0.3.0</version>
   <name>EdDSA-Java</name>
-  <packaging>bundle</packaging>
+  <packaging>jar</packaging>
   <description>Implementation of EdDSA in Java</description>
   <url>https://github.com/str4d/ed25519-java</url>
   <properties>