New Upstream Snapshot - hawtjni

Ready changes

Summary

Merged new upstream version: 1.18+git20201213.1.f3843d0 (was: 1.18).

Resulting package

Built on 2022-10-21T20:11 (took 7m47s)

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

apt install -t fresh-snapshots libhawtjni-generator-javaapt install -t fresh-snapshots libhawtjni-maven-plugin-javaapt install -t fresh-snapshots libhawtjni-runtime-java

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 703951c..0092760 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+hawtjni (1.18+git20201213.1.f3843d0-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 21 Oct 2022 20:07:31 -0000
+
 hawtjni (1.18-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/patches/02-commons-lang-dependency.patch b/debian/patches/02-commons-lang-dependency.patch
index 930a766..839a4d3 100644
--- a/debian/patches/02-commons-lang-dependency.patch
+++ b/debian/patches/02-commons-lang-dependency.patch
@@ -1,8 +1,10 @@
 Description: Adds the missing dependency on commons-lang
 Author: Emmanuel Bourg <ebourg@apache.org>
 Forwarded: https://github.com/fusesource/hawtjni/issues/58
---- a/hawtjni-generator/pom.xml
-+++ b/hawtjni-generator/pom.xml
+Index: hawtjni.git/hawtjni-generator/pom.xml
+===================================================================
+--- hawtjni.git.orig/hawtjni-generator/pom.xml
++++ hawtjni.git/hawtjni-generator/pom.xml
 @@ -62,6 +62,11 @@
              <artifactId>commons-cli</artifactId>
              <version>1.0</version>
diff --git a/hawtjni-example/pom.xml b/hawtjni-example/pom.xml
index fec605d..75e7c55 100644
--- a/hawtjni-example/pom.xml
+++ b/hawtjni-example/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.fusesource.hawtjni</groupId>
         <artifactId>hawtjni-project</artifactId>
-        <version>1.18</version>
+        <version>1.19-SNAPSHOT</version>
     </parent>
 
     <artifactId>hawtjni-example</artifactId>
diff --git a/hawtjni-generator/pom.xml b/hawtjni-generator/pom.xml
index d73d175..a0ea4b6 100644
--- a/hawtjni-generator/pom.xml
+++ b/hawtjni-generator/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.fusesource.hawtjni</groupId>
         <artifactId>hawtjni-project</artifactId>
-        <version>1.18</version>
+        <version>1.19-SNAPSHOT</version>
     </parent>
 
     <artifactId>hawtjni-generator</artifactId>
diff --git a/hawtjni-maven-plugin/pom.xml b/hawtjni-maven-plugin/pom.xml
index e6b6690..da075c4 100644
--- a/hawtjni-maven-plugin/pom.xml
+++ b/hawtjni-maven-plugin/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.fusesource.hawtjni</groupId>
         <artifactId>hawtjni-project</artifactId>
-        <version>1.18</version>
+        <version>1.19-SNAPSHOT</version>
     </parent>
 
     <artifactId>hawtjni-maven-plugin</artifactId>
diff --git a/hawtjni-runtime/pom.xml b/hawtjni-runtime/pom.xml
index 1e464ee..5e606b8 100644
--- a/hawtjni-runtime/pom.xml
+++ b/hawtjni-runtime/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.fusesource.hawtjni</groupId>
         <artifactId>hawtjni-project</artifactId>
-        <version>1.18</version>
+        <version>1.19-SNAPSHOT</version>
     </parent>
 
     <artifactId>hawtjni-runtime</artifactId>
diff --git a/hawtjni-runtime/src/main/java/org/fusesource/hawtjni/runtime/Library.java b/hawtjni-runtime/src/main/java/org/fusesource/hawtjni/runtime/Library.java
index 6bc45d4..54702df 100755
--- a/hawtjni-runtime/src/main/java/org/fusesource/hawtjni/runtime/Library.java
+++ b/hawtjni-runtime/src/main/java/org/fusesource/hawtjni/runtime/Library.java
@@ -176,7 +176,7 @@ public class Library {
         if (arch.endsWith("64") && "Substrate VM".equals(System.getProperty("java.vm.name"))) {
             return 64;
         }
-        return -1; // we don't know..
+        return 64; // we don't know, assume 64..
     }
 
     /**
diff --git a/pom.xml b/pom.xml
index 66a5b20..d2adffc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
     <groupId>org.fusesource.hawtjni</groupId>
     <artifactId>hawtjni-project</artifactId>
-    <version>1.18</version>
+    <version>1.19-SNAPSHOT</version>
     <packaging>pom</packaging>
   
     <name>HawtJNI</name>
@@ -43,6 +43,7 @@
         <scala-version>2.9.3</scala-version>
         <maven.compiler.source>8</maven.compiler.source>
         <maven.compiler.target>8</maven.compiler.target>
+        <project.build.outputTimestamp>2020-12-13T22:04:00Z</project.build.outputTimestamp>
     </properties>
 
     <url>http://fusesource.github.io/${forge-project-id}</url>
@@ -88,7 +89,7 @@
         <connection>scm:git:https://github.com/fusesource/${forge-project-id}.git</connection>
         <developerConnection>scm:git:https://github.com/fusesource/${forge-project-id}.git</developerConnection>
         <url>https://github.com/fusesource/${forge-project-id}/tree/${project.scm.tag}</url>
-        <tag>hawtjni-project-1.18</tag>
+        <tag>master</tag>
     </scm>
 
     <distributionManagement>
@@ -151,11 +152,20 @@
                     <artifactId>maven-jar-plugin</artifactId>
                     <version>3.2.0</version>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-release-plugin</artifactId>
+                    <version>3.0.0-M1</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-source-plugin</artifactId>
+                    <version>3.2.1</version>
+                </plugin>
             </plugins>
         </pluginManagement>
 
         <plugins>
-        
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-idea-plugin</artifactId>

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/org/fusesource/hawtjni/hawtjni-generator/1.19-SNAPSHOT/hawtjni-generator-1.19-SNAPSHOT.pom
-rw-r--r--  root/root   /usr/share/maven-repo/org/fusesource/hawtjni/hawtjni-maven-plugin/1.19-SNAPSHOT/hawtjni-maven-plugin-1.19-SNAPSHOT.jar
-rw-r--r--  root/root   /usr/share/maven-repo/org/fusesource/hawtjni/hawtjni-maven-plugin/1.19-SNAPSHOT/hawtjni-maven-plugin-1.19-SNAPSHOT.pom
-rw-r--r--  root/root   /usr/share/maven-repo/org/fusesource/hawtjni/hawtjni-project/1.19-SNAPSHOT/hawtjni-project-1.19-SNAPSHOT.pom
-rw-r--r--  root/root   /usr/share/maven-repo/org/fusesource/hawtjni/hawtjni-runtime/1.19-SNAPSHOT/hawtjni-runtime-1.19-SNAPSHOT.pom
lrwxrwxrwx  root/root   /usr/share/java/hawtjni-generator-1.19-SNAPSHOT.jar -> hawtjni-generator.jar
lrwxrwxrwx  root/root   /usr/share/java/hawtjni-runtime-1.19-SNAPSHOT.jar -> hawtjni-runtime.jar
lrwxrwxrwx  root/root   /usr/share/maven-repo/org/fusesource/hawtjni/hawtjni-generator/1.19-SNAPSHOT/hawtjni-generator-1.19-SNAPSHOT.jar -> ../../../../../../java/hawtjni-generator.jar
lrwxrwxrwx  root/root   /usr/share/maven-repo/org/fusesource/hawtjni/hawtjni-runtime/1.19-SNAPSHOT/hawtjni-runtime-1.19-SNAPSHOT.jar -> ../../../../../../java/hawtjni-runtime.jar

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/share/maven-repo/org/fusesource/hawtjni/hawtjni-generator/1.18/hawtjni-generator-1.18.pom
-rw-r--r--  root/root   /usr/share/maven-repo/org/fusesource/hawtjni/hawtjni-maven-plugin/1.18/hawtjni-maven-plugin-1.18.jar
-rw-r--r--  root/root   /usr/share/maven-repo/org/fusesource/hawtjni/hawtjni-maven-plugin/1.18/hawtjni-maven-plugin-1.18.pom
-rw-r--r--  root/root   /usr/share/maven-repo/org/fusesource/hawtjni/hawtjni-project/1.18/hawtjni-project-1.18.pom
-rw-r--r--  root/root   /usr/share/maven-repo/org/fusesource/hawtjni/hawtjni-runtime/1.18/hawtjni-runtime-1.18.pom
lrwxrwxrwx  root/root   /usr/share/java/hawtjni-generator-1.18.jar -> hawtjni-generator.jar
lrwxrwxrwx  root/root   /usr/share/java/hawtjni-runtime-1.18.jar -> hawtjni-runtime.jar
lrwxrwxrwx  root/root   /usr/share/maven-repo/org/fusesource/hawtjni/hawtjni-generator/1.18/hawtjni-generator-1.18.jar -> ../../../../../../java/hawtjni-generator.jar
lrwxrwxrwx  root/root   /usr/share/maven-repo/org/fusesource/hawtjni/hawtjni-runtime/1.18/hawtjni-runtime-1.18.jar -> ../../../../../../java/hawtjni-runtime.jar

No differences were encountered between the control files of package libhawtjni-generator-java

No differences were encountered between the control files of package libhawtjni-maven-plugin-java

No differences were encountered between the control files of package libhawtjni-runtime-java

More details

Full run details