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
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
+28 −0
Original line number Diff line number Diff line
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>

debian/patches/series

0 → 100644
+1 −0
Original line number Diff line number Diff line
bundle-jar.patch