Skip to content
Snippets Groups Projects
Commit 82863cd1 authored by Andreas Tille's avatar Andreas Tille Committed by Markus Koschany
Browse files

Import Debian changes 6.0.0+dfsg-1

libjavolution-java (6.0.0+dfsg-1) UNRELEASED; urgency=low

  * Initial release (Closes: #xxxxxx).
parent a427770f
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@ Priority: optional
Build-Depends: debhelper (>= 11~),
default-jdk,
javahelper,
libosgi-compendium-java,
libosgi-core-java,
maven-debian-helper
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/java-team/libjavolution-java
......@@ -14,7 +16,7 @@ Homepage: http://javolution.org/
Package: libjavolution-java
Architecture: all
Depends: ${java:Depends},
Depends: ${maven:Depends},
${misc:Depends}
Description: Java core library for real-time and embedded systems
Javolution real-time goals are simple: To make your application faster
......
......@@ -27,4 +27,4 @@
#
pom.xml --no-parent --has-package-version
core-java/pom.xml --has-package-version
core-cpp/pom.xml --has-package-version
core-cpp/pom.xml --ignore
From: Markus Koschany <apo@debian.org>
Date: Sat, 26 May 2018 00:05:52 +0200
Subject: bundle-jar
---
core-java/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core-java/pom.xml b/core-java/pom.xml
index d8a3107..458626d 100644
--- a/core-java/pom.xml
+++ b/core-java/pom.xml
@@ -11,7 +11,7 @@
<version>6.0.0</version>
</parent>
<artifactId>javolution-core-java</artifactId>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<name>Javolution Core (Java)</name>
<!-- ======================================================= -->
@@ -110,4 +110,4 @@
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
bundle-jar.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment