Tony Mancill pushed to branch master at Debian Java Maintainers / tiles-autotag


Commits:
a2ac6cd8 by tony mancill at 2024-02-20T21:47:16-08:00
Add -Dnet.bytebuddy.experimental=true to maven properties

Work-around FTBFS with Java 21 (Closes: #1057536)

- - - - -
4f9de152 by tony mancill at 2024-02-20T21:51:42-08:00
Bump Standards-Version to 4.6.2

- - - - -
2247536d by tony mancill at 2024-02-20T21:53:14-08:00
Collapse Build-Depends-Indep into Build-Depends

- - - - -
feac7ddc by tony mancill at 2024-02-20T21:53:40-08:00
Prepare changelog for upload

- - - - -
368f9135 by tony mancill at 2024-02-20T22:05:35-08:00
Set Rules-Requires-Root: no in debian/control

- - - - -
9ded0ce0 by tony mancill at 2024-02-20T22:06:49-08:00
Ship Apache NOTICE file

- - - - -
b22693a2 by tony mancill at 2024-02-20T22:07:25-08:00
Freshen years in debian/copyright

- - - - -
cf95c57a by tony mancill at 2024-02-20T22:08:10-08:00
whitespace

- - - - -
62087136 by tony mancill at 2024-02-20T22:08:42-08:00
Prepare changelog for upload

- - - - -


6 changed files:

- debian/changelog
- debian/control
- debian/copyright
- + debian/libtiles-autotag-java.install
- debian/maven.properties
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+tiles-autotag (1.2-5) unstable; urgency=medium
+
+  * Team upload
+  * Add -Dnet.bytebuddy.experimental=true to maven properties
+    Work-around FTBFS with Java 21 (Closes: #1057536)
+    Thank you to Vladimir Petko for the bug report and resolution.
+  * Bump Standards-Version to 4.6.2
+  * Collapse Build-Depends-Indep into Build-Depends
+  * Set Rules-Requires-Root: no in debian/control
+  * Ship Apache NOTICE file
+  * Freshen years in debian/copyright
+
+ -- tony mancill <tmanc...@debian.org>  Tue, 20 Feb 2024 22:08:14 -0800
+
 tiles-autotag (1.2-4) unstable; urgency=medium
 
   * Fixed the build failure with OpenJDK 17 (Closes: #1011925)


=====================================
debian/control
=====================================
@@ -7,8 +7,6 @@ Uploaders:
 Build-Depends:
  debhelper-compat (= 13),
  default-jdk,
- maven-debian-helper (>= 1.5)
-Build-Depends-Indep:
  junit4,
  libcommons-io-java,
  libeasymock-java,
@@ -18,11 +16,13 @@ Build-Depends-Indep:
  libplexus-compiler-java,
  libqdox-java,
  libxstream-java,
+ maven-debian-helper (>= 1.5),
  velocity
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
 Vcs-Git: https://salsa.debian.org/java-team/tiles-autotag.git
 Vcs-Browser: https://salsa.debian.org/java-team/tiles-autotag
 Homepage: https://tiles.apache.org/tiles-autotag/
+Rules-Requires-Root: no
 
 Package: libtiles-autotag-java
 Architecture: all


=====================================
debian/copyright
=====================================
@@ -10,7 +10,7 @@ Copyright: 2010-2012, The Apache Software Foundation
 License: Apache-2.0
 
 Files: debian/*
-Copyright: 2016, Emmanuel Bourg <ebo...@apache.org>
+Copyright: 2016-2024, Emmanuel Bourg <ebo...@apache.org>
 License: Apache-2.0
 
 License: Apache-2.0


=====================================
debian/libtiles-autotag-java.install
=====================================
@@ -0,0 +1 @@
+NOTICE.txt     usr/share/doc/libtiles-autotag-java


=====================================
debian/maven.properties
=====================================
@@ -2,4 +2,4 @@
 # For example:
 # maven.test.skip=true
 
-argLine=--add-opens java.base/java.lang=ALL-UNNAMED --add-opens 
java.base/java.util=ALL-UNNAMED
+argLine=--add-opens java.base/java.lang=ALL-UNNAMED --add-opens 
java.base/java.util=ALL-UNNAMED -Dnet.bytebuddy.experimental=true


=====================================
debian/rules
=====================================
@@ -2,4 +2,3 @@
 
 %:
        dh $@
-



View it on GitLab: 
https://salsa.debian.org/java-team/tiles-autotag/-/compare/dfb97b2624ac242dcd81f906ef7fe310f521346d...620871360da5f5f59500d0310327b5f4efcb162e

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/tiles-autotag/-/compare/dfb97b2624ac242dcd81f906ef7fe310f521346d...620871360da5f5f59500d0310327b5f4efcb162e
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to