[Git][java-team/jnr-enxio][master] 3 commits: New upstream version 0.32.16
Miguel Landaeta (@nomadium)
gitlab at salsa.debian.org
Thu Nov 30 23:18:00 GMT 2023
Miguel Landaeta pushed to branch master at Debian Java Maintainers / jnr-enxio
Commits:
160907eb by Miguel Landaeta at 2023-11-25T20:04:43+00:00
New upstream version 0.32.16
- - - - -
5db04b67 by Miguel Landaeta at 2023-11-30T22:59:46+00:00
Merge tag 'upstream/0.32.16'
Upstream version 0.32.16
- - - - -
b45049f6 by Miguel Landaeta at 2023-11-30T23:01:03+00:00
Upload 0.32.16-1 to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/copyright
- pom.xml
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+jnr-enxio (0.32.16-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Bump Standards-Version to 4.6.2.
+ * Apply Multi-Arch hints.
+ * Update copyright dates.
+
+ -- Miguel Landaeta <nomadium at debian.org> Sat, 25 Nov 2023 20:09:23 +0000
+
jnr-enxio (0.32.13-1) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -14,7 +14,7 @@ Build-Depends: debhelper-compat (= 13),
libmaven-source-plugin-java,
libmaven-compiler-plugin-java,
maven-debian-helper
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
Homepage: https://github.com/jnr/jnr-enxio
Vcs-Git: https://salsa.debian.org/java-team/jnr-enxio.git
Vcs-Browser: https://salsa.debian.org/java-team/jnr-enxio
@@ -22,6 +22,7 @@ Rules-Requires-Root: no
Package: libjnr-enxio-java
Architecture: all
+Multi-Arch: foreign
Depends: ${maven:Depends},
${misc:Depends}
Suggests: ${maven:OptionalDepends}
=====================================
debian/copyright
=====================================
@@ -4,12 +4,12 @@ Source: https://github.com/jnr/jnr-enxio
Files: *
Copyright: 2011-2014 Wayne Meissner
- 2011-2020 Charles Nutter
+ 2011-2023 Charles Nutter
License: Apache-2.0
Files: debian/*
Copyright: 2014 Tim Potter <tpot at hp.com>
- 2017 Miguel Landaeta <nomadium at debian.org>
+ 2017-2023 Miguel Landaeta <nomadium at debian.org>
License: Apache-2.0
Comment: the Debian packaging is licensed under the same terms as the original package.
=====================================
pom.xml
=====================================
@@ -10,7 +10,7 @@
<groupId>com.github.jnr</groupId>
<artifactId>jnr-enxio</artifactId>
<packaging>jar</packaging>
- <version>0.32.13</version>
+ <version>0.32.16</version>
<name>jnr-enxio</name>
<description>Native I/O access for java</description>
<url>http://github.com/jnr/jnr-enxio</url>
@@ -53,12 +53,12 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-constants</artifactId>
- <version>0.10.3</version>
+ <version>0.10.4</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
- <version>2.2.11</version>
+ <version>2.2.15</version>
</dependency>
</dependencies>
@@ -137,23 +137,6 @@
<id>java9</id>
<build>
<plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <!-- Use -release compiler option rather than source/target if 9+ -->
- <release>${maven.compiler.target}</release>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>3.2.0</version>
- <configuration>
- <!-- Use -release compiler option rather than source/target if 9+ -->
- <release>${maven.compiler.target}</release>
- </configuration>
- </plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
@@ -167,6 +150,9 @@
<activation>
<jdk>[9,)</jdk>
</activation>
+ <properties>
+ <maven.compiler.release>8</maven.compiler.release>
+ </properties>
</profile>
</profiles>
</project>
View it on GitLab: https://salsa.debian.org/java-team/jnr-enxio/-/compare/f83d0ba84635c3196a2babefb250d305444b442c...b45049f6385706d3471a74c25677a51375d87212
--
View it on GitLab: https://salsa.debian.org/java-team/jnr-enxio/-/compare/f83d0ba84635c3196a2babefb250d305444b442c...b45049f6385706d3471a74c25677a51375d87212
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20231130/b2b4484b/attachment.htm>
More information about the pkg-java-commits
mailing list