New Upstream Release - curvesapi

Ready changes

Summary

Merged new upstream version: 1.07 (was: 1.06).

Resulting package

Built on 2022-03-16T22:59 (took 4m23s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-releases libcurvesapi-java

Lintian Result

Diff

diff --git a/README.md b/README.md
index ff181c3..65fa6f4 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ However, bugfixes and reasonably scoped improvements will be accepted.
 List of changes
 ---------------
 
-* Version has been bumped to 1.06
+* Version has been bumped to 1.07
 * The javadocs have been removed from this distribution
 * The build scripts have been removed and pom.xml has been added to support
   usage with maven
diff --git a/debian/changelog b/debian/changelog
index 00f94dc..9b9d0c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+curvesapi (1.07-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 16 Mar 2022 22:55:19 -0000
+
 curvesapi (1.06-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/pom.xml b/pom.xml
index 3bee8cf..51bbf3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.github.virtuald</groupId>
   <artifactId>curvesapi</artifactId>
-  <version>1.06</version>
+  <version>1.07</version>
   <name>curvesapi</name>
   <description>Implementation of various mathematical curves that define themselves over a set of control points. The API is written in Java. The curves supported are: Bezier, B-Spline, Cardinal Spline, Catmull-Rom Spline, Lagrange, Natural Cubic Spline, and NURBS.</description>
   <url>https://github.com/virtuald/curvesapi</url>
@@ -17,6 +17,17 @@
           <target>1.5</target>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifestEntries>
+              <Automatic-Module-Name>com.github.virtuald.curvesapi</Automatic-Module-Name>
+            </manifestEntries>
+          </archive>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 
@@ -115,7 +126,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in second set of .debs but not in first

-rw-r--r--  root/root   /usr/share/maven-repo/com/github/virtuald/curvesapi/1.07/curvesapi-1.07.pom
lrwxrwxrwx  root/root   /usr/share/java/curvesapi-1.07.jar -> curvesapi.jar
lrwxrwxrwx  root/root   /usr/share/maven-repo/com/github/virtuald/curvesapi/1.07/curvesapi-1.07.jar -> ../../../../../../java/curvesapi.jar

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/share/maven-repo/com/github/virtuald/curvesapi/1.06/curvesapi-1.06.pom
lrwxrwxrwx  root/root   /usr/share/java/curvesapi-1.06.jar -> curvesapi.jar
lrwxrwxrwx  root/root   /usr/share/maven-repo/com/github/virtuald/curvesapi/1.06/curvesapi-1.06.jar -> ../../../../../../java/curvesapi.jar

No differences were encountered in the control files

More details

Full run details