[Git][java-team/javatools][master] 3 commits: Build-dep on python3-markdown. Thank you to Bastian Germann.

2024-06-02 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / javatools


Commits:
71271f74 by tony mancill at 2024-06-02T09:43:34-07:00
Build-dep on python3-markdown.  Thank you to Bastian Germann.

Bug#1071642: javatools: Build-Depends on orphaned, RC-buggy markdown

- - - - -
fd2d7d08 by tony mancill at 2024-06-02T09:44:57-07:00
Bump Standards-Version to 4.7.0

- - - - -
7be95bb1 by tony mancill at 2024-06-02T09:45:04-07:00
Prepare changelog for upload

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=
debian/changelog
=
@@ -1,3 +1,14 @@
+javatools (0.80) unstable; urgency=medium
+
+  [ Bastian Germann ]
+  * Replace orphaned Build-Depends: markdown with python3-markdown
+(Closes: #1071642)
+
+  [ tony mancill ]
+  * Bump Standards-Version to 4.7.0
+
+ -- tony mancill   Sun, 02 Jun 2024 09:42:31 -0700
+
 javatools (0.79) unstable; urgency=medium
 
   [ Vladimir Petko ]


=
debian/control
=
@@ -11,10 +11,10 @@ Build-Depends:
  libtest-minimumversion-perl,
  libtest-perl-critic-perl,
  libtest-strict-perl,
- markdown,
+ python3-markdown,
  perl
 Rules-Requires-Root: no
-Standards-Version: 4.6.2
+Standards-Version: 4.7.0
 Vcs-Git: https://salsa.debian.org/java-team/javatools.git
 Vcs-Browser: https://salsa.debian.org/java-team/javatools
 


=
debian/rules
=
@@ -38,7 +38,7 @@ override_dh_auto_build: jh_lib.sh
# jarwrapper pod-based manpages
$(POD2MAN) -s 1 jarwrapper.pod tmp.jarwrapper/jarwrapper.1
$(POD2MAN) -s 1 jardetector.pod tmp.jarwrapper/jardetector.1
-   markdown --html4tags tutorial.txt | \
+   markdown_py -o html tutorial.txt | \
cat tutorial-header.html - tutorial-footer.html > tutorial.html
 
 runtests: jh_lib.sh



View it on GitLab: 
https://salsa.debian.org/java-team/javatools/-/compare/0fa10692242ef11181396952260cb0a7b733a1f6...7be95bb13b840dfcbde5b35ac0336583d52acd65

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://salsa.debian.org/java-team/javatools/-/compare/0fa10692242ef11181396952260cb0a7b733a1f6...7be95bb13b840dfcbde5b35ac0336583d52acd65
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


[Git][java-team/javatools] Pushed new tag debian/0.80

2024-06-02 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/0.80 at Debian Java Maintainers / javatools

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://salsa.debian.org/java-team/javatools/-/tree/debian/0.80
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


[Git][java-team/jtreg7][master] Prepare changelog for upload

2024-05-08 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / jtreg7


Commits:
f6a978ef by tony mancill at 2024-05-08T21:21:24-07:00
Prepare changelog for upload

- - - - -


1 changed file:

- debian/changelog


Changes:

=
debian/changelog
=
@@ -1,4 +1,4 @@
-jtreg7 (7.3.1+1+ds1-2) UNRELEASED; urgency=medium
+jtreg7 (7.3.1+1+ds1-2) unstable; urgency=medium
 
   [ Pushkar Kulkarni ]
   * d/t/self-test: Update jar paths for autopkgtests



View it on GitLab: 
https://salsa.debian.org/java-team/jtreg7/-/commit/f6a978efeaf29e951b0eb407eed3b63f2e0e3df1

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jtreg7/-/commit/f6a978efeaf29e951b0eb407eed3b63f2e0e3df1
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


[Git][java-team/jtreg7] Pushed new tag debian/7.3.1+1+ds1-2

2024-05-08 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/7.3.1+1+ds1-2 at Debian Java Maintainers / 
jtreg7

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jtreg7/-/tree/debian/7.3.1+1+ds1-2
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


[Git][java-team/jtreg7][master] 4 commits: debian/test/self-test: update jar file paths

2024-05-08 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / jtreg7


Commits:
5086cdf7 by Pushkar Kulkarni at 2024-05-09T08:49:48+12:00
debian/test/self-test: update jar file paths

- - - - -
d533f17b by Vladimir Petko at 2024-05-09T09:00:43+12:00
debian/test/self-test: use jtreg home in the jar file path

- - - - -
76592ad9 by Vladimir Petko at 2024-05-09T09:02:51+12:00
changelog

- - - - -
d8d38d8a by Tony Mancill at 2024-05-09T04:20:14+00:00
Merge branch fix-autopkgtest into master

Fix for autopkgtest failures with 7.3.1+1-1

See merge request java-team/jtreg7!3
- - - - -


2 changed files:

- debian/changelog
- debian/tests/self-test


Changes:

=
debian/changelog
=
@@ -1,3 +1,11 @@
+jtreg7 (7.3.1+1+ds1-2) UNRELEASED; urgency=medium
+
+  [ Pushkar Kulkarni ]
+  * d/t/self-test: Update jar paths for autopkgtests
+(Closes: #1070740).
+
+ -- Vladimir Petko   Thu, 09 May 2024 08:52:53 
+1200
+
 jtreg7 (7.3.1+1+ds1-1) unstable; urgency=medium
 
   * Team upload


=
debian/tests/self-test
=
@@ -18,11 +18,11 @@ export HEADLESS="1"
 set -x
 
 make -j${PARALLEL_TESTS} -C make \
-ASMTOOLS_JAR=/usr/share/java/asmtools.jar \
+ASMTOOLS_JAR=${JTREG_HOME}/lib/asmtools.jar \
 BUILD_DIR="${AUTOPKGTEST_TMP}/build" \
-JUNIT_JARS=/usr/share/java/junit-platform-console-standalone.jar \
-TESTNG_JARS="/usr/share/java/testng.jar /usr/share/java/guice.jar 
/usr/share/java/jcommander.jar /usr/share/java/slf4j-simple.jar 
/usr/share/java/slf4j-api.jar" \
-JAVATEST_JAR=/usr/share/java/javatest.jar \
+JUNIT_JARS=${JTREG_HOME}/lib/junit-platform-console-standalone.jar \
+TESTNG_JARS="${JTREG_HOME}/lib/testng.jar ${JTREG_HOME}/lib/guice.jar 
${JTREG_HOME}/lib/jcommander.jar ${JTREG_HOME}/lib/slf4j-simple.jar 
${JTREG_HOME}/lib/slf4j-api.jar" \
+JAVATEST_JAR=${JTREG_HOME}/lib/javatest.jar \
 BUILD_MILESTONE=src \
 JDKHOME="${JAVA_HOME}" \
 test



View it on GitLab: 
https://salsa.debian.org/java-team/jtreg7/-/compare/e1e70ea9c81c1c2317ca1583d61a4563d6e2caac...d8d38d8a5cb910d5cc49ca6b07c29d53683ec0b0

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jtreg7/-/compare/e1e70ea9c81c1c2317ca1583d61a4563d6e2caac...d8d38d8a5cb910d5cc49ca6b07c29d53683ec0b0
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


[Git][java-team/jtreg7][pristine-tar] 13 commits: pristine-tar data for jtreg7_7.3.1+1+ds1.orig-apiguardian.tar.gz

2024-05-08 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch pristine-tar at Debian Java Maintainers / jtreg7


Commits:
6f3d53c1 by tony mancill at 2024-05-05T21:21:55-07:00
pristine-tar data for jtreg7_7.3.1+1+ds1.orig-apiguardian.tar.gz

- - - - -
d4cc2775 by tony mancill at 2024-05-05T21:21:58-07:00
pristine-tar data for jtreg7_7.3.1+1+ds1.orig-hawt-jni.tar.gz

- - - - -
ba4fce61 by tony mancill at 2024-05-05T21:21:58-07:00
pristine-tar data for jtreg7_7.3.1+1+ds1.orig-jansi1.tar.gz

- - - - -
cb43a3ec by tony mancill at 2024-05-05T21:22:00-07:00
pristine-tar data for jtreg7_7.3.1+1+ds1.orig-jline3.tar.gz

- - - - -
7369d23c by tony mancill at 2024-05-05T21:22:01-07:00
pristine-tar data for jtreg7_7.3.1+1+ds1.orig-junit4.tar.gz

- - - - -
5c956ec9 by tony mancill at 2024-05-05T21:22:05-07:00
pristine-tar data for jtreg7_7.3.1+1+ds1.orig-junit5.tar.gz

- - - - -
272b1366 by tony mancill at 2024-05-05T21:22:05-07:00
pristine-tar data for jtreg7_7.3.1+1+ds1.orig-libhamcrest-java.tar.gz

- - - - -
728032f2 by tony mancill at 2024-05-05T21:22:05-07:00
pristine-tar data for jtreg7_7.3.1+1+ds1.orig-opentest4j-reporting.tar.gz

- - - - -
a7168ee8 by tony mancill at 2024-05-05T21:22:06-07:00
pristine-tar data for jtreg7_7.3.1+1+ds1.orig-opentest4j.tar.gz

- - - - -
68be2092 by tony mancill at 2024-05-05T21:22:09-07:00
pristine-tar data for jtreg7_7.3.1+1+ds1.orig-picocli.tar.gz

- - - - -
786bb695 by tony mancill at 2024-05-05T21:22:13-07:00
pristine-tar data for jtreg7_7.3.1+1+ds1.orig-testng.tar.gz

- - - - -
49a3b593 by tony mancill at 2024-05-05T21:22:14-07:00
pristine-tar data for jtreg7_7.3.1+1+ds1.orig-univocity-parsers.tar.gz

- - - - -
fa38cc22 by tony mancill at 2024-05-05T21:22:16-07:00
pristine-tar data for jtreg7_7.3.1+1+ds1.orig.tar.gz

- - - - -


26 changed files:

- + jtreg7_7.3.1+1+ds1.orig-apiguardian.tar.gz.delta
- + jtreg7_7.3.1+1+ds1.orig-apiguardian.tar.gz.id
- + jtreg7_7.3.1+1+ds1.orig-hawt-jni.tar.gz.delta
- + jtreg7_7.3.1+1+ds1.orig-hawt-jni.tar.gz.id
- + jtreg7_7.3.1+1+ds1.orig-jansi1.tar.gz.delta
- + jtreg7_7.3.1+1+ds1.orig-jansi1.tar.gz.id
- + jtreg7_7.3.1+1+ds1.orig-jline3.tar.gz.delta
- + jtreg7_7.3.1+1+ds1.orig-jline3.tar.gz.id
- + jtreg7_7.3.1+1+ds1.orig-junit4.tar.gz.delta
- + jtreg7_7.3.1+1+ds1.orig-junit4.tar.gz.id
- + jtreg7_7.3.1+1+ds1.orig-junit5.tar.gz.delta
- + jtreg7_7.3.1+1+ds1.orig-junit5.tar.gz.id
- + jtreg7_7.3.1+1+ds1.orig-libhamcrest-java.tar.gz.delta
- + jtreg7_7.3.1+1+ds1.orig-libhamcrest-java.tar.gz.id
- + jtreg7_7.3.1+1+ds1.orig-opentest4j-reporting.tar.gz.delta
- + jtreg7_7.3.1+1+ds1.orig-opentest4j-reporting.tar.gz.id
- + jtreg7_7.3.1+1+ds1.orig-opentest4j.tar.gz.delta
- + jtreg7_7.3.1+1+ds1.orig-opentest4j.tar.gz.id
- + jtreg7_7.3.1+1+ds1.orig-picocli.tar.gz.delta
- + jtreg7_7.3.1+1+ds1.orig-picocli.tar.gz.id
- + jtreg7_7.3.1+1+ds1.orig-testng.tar.gz.delta
- + jtreg7_7.3.1+1+ds1.orig-testng.tar.gz.id
- + jtreg7_7.3.1+1+ds1.orig-univocity-parsers.tar.gz.delta
- + jtreg7_7.3.1+1+ds1.orig-univocity-parsers.tar.gz.id
- + jtreg7_7.3.1+1+ds1.orig.tar.gz.delta
- + jtreg7_7.3.1+1+ds1.orig.tar.gz.id


Changes:

=
jtreg7_7.3.1+1+ds1.orig-apiguardian.tar.gz.delta
=
Binary files /dev/null and b/jtreg7_7.3.1+1+ds1.orig-apiguardian.tar.gz.delta 
differ


=
jtreg7_7.3.1+1+ds1.orig-apiguardian.tar.gz.id
=
@@ -0,0 +1 @@
+d99e602a0a946f0913e1b4bf59fee9c518999752


=
jtreg7_7.3.1+1+ds1.orig-hawt-jni.tar.gz.delta
=
Binary files /dev/null and b/jtreg7_7.3.1+1+ds1.orig-hawt-jni.tar.gz.delta 
differ


=
jtreg7_7.3.1+1+ds1.orig-hawt-jni.tar.gz.id
=
@@ -0,0 +1 @@
+66a64db7b245bf6d3a634059b82bd4c3c098c85a


=
jtreg7_7.3.1+1+ds1.orig-jansi1.tar.gz.delta
=
Binary files /dev/null and b/jtreg7_7.3.1+1+ds1.orig-jansi1.tar.gz.delta differ


=
jtreg7_7.3.1+1+ds1.orig-jansi1.tar.gz.id
=
@@ -0,0 +1 @@
+2231f668698cb1d2c272ad6cb67d385eb73f4848


=
jtreg7_7.3.1+1+ds1.orig-jline3.tar.gz.delta
=
Binary files /dev/null and b/jtreg7_7.3.1+1+ds1.orig-jline3.tar.gz.delta differ


=
jtreg7_7.3.1+1+ds1.orig-jline3.tar.gz.id
=
@@ -0,0 +1 @@
+2d01e0323466031455cada606b89db9548b8fe3f


=
jtreg7_7.3.1+1+ds1.orig-junit4.tar.gz.delta
=
Binary files /dev/null and b/jtreg7_7.3.1+1+ds1.orig-junit4.tar.gz.delta differ


=
jtreg7_7.3.1+1+ds1.orig-junit4.tar.gz.id
=
@@ -0,0 +1 @@
+6e36fcd3b336993a2974e417896be5afd9854a6e



[Git][java-team/mac-widgets] Pushed new tag debian/0.10.0+svn416-dfsg1-4

2024-05-05 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/0.10.0+svn416-dfsg1-4 at Debian Java 
Maintainers / mac-widgets

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/mac-widgets/-/tree/debian/0.10.0+svn416-dfsg1-4
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


[Git][java-team/mac-widgets][master] Import Debian changes 0.10.0+svn416-dfsg1-4

2024-05-05 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / mac-widgets


Commits:
3fc653d3 by tony mancill at 2024-05-05T21:13:10-07:00
Import Debian changes 0.10.0+svn416-dfsg1-4

mac-widgets (0.10.0+svn416-dfsg1-4) unstable; urgency=medium
.
  * Team upload.
  * Drop libmac-widgets-doc (Closes: #1070421)
  * Update Vcs URLs to point to Salsa

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/copyright
- − debian/source/local-options


Changes:

=
debian/changelog
=
@@ -1,3 +1,11 @@
+mac-widgets (0.10.0+svn416-dfsg1-4) unstable; urgency=medium
+
+  * Team upload.
+  * Drop libmac-widgets-doc (Closes: #1070421) 
+  * Update Vcs URLs to point to Salsa
+
+ -- tony mancill   Sun, 05 May 2024 20:56:09 -0700
+
 mac-widgets (0.10.0+svn416-dfsg1-3) unstable; urgency=medium
 
   * Drop default-jdk-doc from Build-Depends (closes: #919803)


=
debian/control
=
@@ -4,14 +4,10 @@ Priority: optional
 Maintainer: Debian Java Maintainers 

 Uploaders: Gilles Filippini 
 Build-Depends: debhelper (>= 7.0.50~), javahelper, default-jdk, 
libjgoodies-forms-java,
-# see #919803
-# default-jdk-doc, libjgoodies-forms-java-doc
- libjgoodies-forms-java-doc
 Standards-Version: 3.9.6
 Homepage: http://code.google.com/p/macwidgets/
-Vcs-Git: git://anonscm.debian.org/pkg-java/mac-widgets.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/mac-widgets.git
-
+Vcs-Git: https://salsa.debian.org/java-team/mac-widgets.git
+Vcs-Browser: https://salsa.debian.org/java-team/mac-widgets
 
 Package: libmac-widgets-java
 Architecture: all
@@ -21,12 +17,3 @@ Description: collection of Mac style widgets written in Java
  offered in a Java API. These widgets help Java developers create more
  Mac-like applications. Their usage is not restricted to Mac though, as
  they will render across platforms.
-
-Package: libmac-widgets-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Recommends: default-jdk-doc, libjgoodies-forms-java-doc
-Description: documentation for libmac-widgets-java
- This package contains the javadoc API documentation for libmac-widgets-java,
- a collection of Mac style widgets written in Java


=
debian/copyright
=
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: mac_widgets
 Source: http://code.google.com/p/macwidgets/
 Comment: No license information is present in the source tree but the


=
debian/source/local-options deleted
=
@@ -1 +0,0 @@
-unapply-patches



View it on GitLab: 
https://salsa.debian.org/java-team/mac-widgets/-/commit/3fc653d3c0b9e886d5bf9f78d901e17b8b1139df

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/mac-widgets/-/commit/3fc653d3c0b9e886d5bf9f78d901e17b8b1139df
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


[Git][java-team/libusb-java] Pushed new tag debian/0.8+ztex20090101-10

2024-04-28 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/0.8+ztex20090101-10 at Debian Java 
Maintainers / libusb-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libusb-java/-/tree/debian/0.8+ztex20090101-10
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


[Git][java-team/commons-io] Pushed new tag upstream/2.16.1

2024-04-25 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag upstream/2.16.1 at Debian Java Maintainers / 
commons-io

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/commons-io/-/tree/upstream/2.16.1
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


[Git][java-team/commons-io] Pushed new tag debian/2.16.1-1

2024-04-25 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/2.16.1-1 at Debian Java Maintainers / 
commons-io

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/commons-io/-/tree/debian/2.16.1-1
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


[Git][java-team/commons-io][pristine-tar] pristine-tar data for commons-io_2.16.1.orig.tar.gz

2024-04-25 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch pristine-tar at Debian Java Maintainers / 
commons-io


Commits:
3d8a31d6 by tony mancill at 2024-04-25T21:05:01-07:00
pristine-tar data for commons-io_2.16.1.orig.tar.gz

- - - - -


2 changed files:

- + commons-io_2.16.1.orig.tar.gz.delta
- + commons-io_2.16.1.orig.tar.gz.id


Changes:

=
commons-io_2.16.1.orig.tar.gz.delta
=
Binary files /dev/null and b/commons-io_2.16.1.orig.tar.gz.delta differ


=
commons-io_2.16.1.orig.tar.gz.id
=
@@ -0,0 +1 @@
+5e31936bc68e9d94da3ca493bbd63d3f3c7fdbff



View it on GitLab: 
https://salsa.debian.org/java-team/commons-io/-/commit/3d8a31d699a92f388d9b886e5e00424cb7b2841e

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/commons-io/-/commit/3d8a31d699a92f388d9b886e5e00424cb7b2841e
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


[Git][java-team/libnb-platform-java] Pushed new tag debian/12.1-3

2024-04-23 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/12.1-3 at Debian Java Maintainers / 
libnb-platform-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libnb-platform-java/-/tree/debian/12.1-3
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


[Git][java-team/libnb-platform-java][master] Prepare changelog for upload

2024-04-23 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / 
libnb-platform-java


Commits:
5273857d by tony mancill at 2024-04-23T21:12:21-07:00
Prepare changelog for upload

- - - - -


1 changed file:

- debian/changelog


Changes:

=
debian/changelog
=
@@ -1,5 +1,6 @@
-libnb-platform18-java (12.1-3) UNRELEASED; urgency=medium
+libnb-platform18-java (12.1-3) unstable; urgency=medium
 
+  * Team upload
   * d/p/allow-security-manager.patch: cherry-pick upstream patch to
 allow setting Java Security Manager (Closes: #1069015).
 



View it on GitLab: 
https://salsa.debian.org/java-team/libnb-platform-java/-/commit/5273857d08d274994e6629efea017e5549df9482

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libnb-platform-java/-/commit/5273857d08d274994e6629efea017e5549df9482
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


[Git][java-team/openjfx] Pushed new tag debian/11.0.11+1-3.2

2024-04-14 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/11.0.11+1-3.2 at Debian Java Maintainers / 
openjfx

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/openjfx/-/tree/debian/11.0.11+1-3.2
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


[Git][java-team/java-package][master] 2 commits: Update java-package Depends for time64 transition (Closes: #1067929)

2024-04-07 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / java-package


Commits:
601be79c by tony mancill at 2024-04-07T10:08:36-07:00
Update java-package Depends for time64 transition (Closes: #1067929)

- - - - -
5bb5c235 by tony mancill at 2024-04-07T10:08:36-07:00
Prepare changelog for upload

- - - - -


2 changed files:

- debian/changelog
- debian/control


Changes:

=
debian/changelog
=
@@ -1,3 +1,10 @@
+java-package (0.64) unstable; urgency=medium
+
+  * Team upload.
+  * Update java-package Depends for time64 transition (Closes: #1067929)
+
+ -- tony mancill   Sun, 07 Apr 2024 10:05:17 -0700
+
 java-package (0.63) unstable; urgency=medium
 
   [ Emmanuel Bourg ]


=
debian/control
=
@@ -14,11 +14,11 @@ Depends: debhelper (>= 11),
  build-essential,
  dpkg-dev,
  fakeroot,
- libasound2,
+ libasound2t64,
  libfontconfig1,
  libgl1,
  libglx-mesa0,
- libgtk2.0-0,
+ libgtk2.0-0t64,
  libx11-6,
  libxslt1.1,
  libxtst6,



View it on GitLab: 
https://salsa.debian.org/java-team/java-package/-/compare/458a9f7eab6b2799bc309698e5527cac7342add4...5bb5c2352355945016d601f507a4f9649a94bc64

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/java-package/-/compare/458a9f7eab6b2799bc309698e5527cac7342add4...5bb5c2352355945016d601f507a4f9649a94bc64
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


[Git][java-team/java-package] Pushed new tag debian/0.64

2024-04-07 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/0.64 at Debian Java Maintainers / 
java-package

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/java-package/-/tree/debian/0.64
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


[Git][java-team/snappy-java] Pushed new tag debian/1.1.10.5-2

2024-04-07 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/1.1.10.5-2 at Debian Java Maintainers / 
snappy-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/snappy-java/-/tree/debian/1.1.10.5-2
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


[Git][java-team/snappy-java][master] 2 commits: Add support for loong64 (Closes: #1068233)

2024-04-07 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / snappy-java


Commits:
ad8452ec by tony mancill at 2024-04-07T09:45:36-07:00
Add support for loong64 (Closes: #1068233)

- - - - -
ad63acee by tony mancill at 2024-04-07T09:46:29-07:00
Prepare changelog for upload

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/02-add-support-for-loong64.patch
- debian/patches/series


Changes:

=
debian/changelog
=
@@ -1,3 +1,10 @@
+snappy-java (1.1.10.5-2) unstable; urgency=medium
+
+  * Team upload.
+  * Add support for loong64 (Closes: #1068233)
+
+ -- tony mancill   Sun, 07 Apr 2024 09:46:14 -0700
+
 snappy-java (1.1.10.5-1) unstable; urgency=medium
 
   * Team upload.


=
debian/patches/02-add-support-for-loong64.patch
=
@@ -0,0 +1,69 @@
+Description: add support for loong64
+Bug-Debian: https://bugs.debian.org/1068233
+Origin: upstream
+Forwarded: not-needed
+Applied-Upstream: https://github.com/xerial/snappy-java/pull/526
+Signed-Off-By: zaixiang
+Last-Update: 2024-04-02
+
+--- a/Makefile.common
 b/Makefile.common
+@@ -51,7 +51,7 @@
+ # os=Default is meant to be generic unix/linux
+ 
+ # To support new CPU architecture, add a new target name here
+-known_os_archs := Linux-x86 Linux-x86_64 Linux-arm Linux-armv6 Linux-armv7 
Linux-android-arm Linux-android-aarch64 Linux-aarch64 Linux-ppc Linux-ppc64 
Linux-ppc64le Linux-s390 Linux-s390x Mac-x86 Mac-x86_64 Mac-aarch64 
FreeBSD-x86_64 Windows-x86 Windows-x86_64 Windows-aarch64 SunOS-x86 SunOS-sparc 
SunOS-x86_64 AIX-ppc AIX-ppc64 Linux-riscv Linux-riscv64
++known_os_archs := Linux-x86 Linux-x86_64 Linux-arm Linux-armv6 Linux-armv7 
Linux-android-arm Linux-android-aarch64 Linux-aarch64 Linux-ppc Linux-ppc64 
Linux-ppc64le Linux-s390 Linux-s390x Mac-x86 Mac-x86_64 Mac-aarch64 
FreeBSD-x86_64 Windows-x86 Windows-x86_64 Windows-aarch64 SunOS-x86 SunOS-sparc 
SunOS-x86_64 AIX-ppc AIX-ppc64 Linux-riscv Linux-riscv64 Linux-loongarch 
Linux-loongarch64
+ os_arch := $(OS_NAME)-$(OS_ARCH)
+ IBM_JDK_7 := $(findstring IBM, $(shell $(JAVA) -version 2>&1 | grep IBM | 
grep "JRE 1.7"))
+ 
+@@ -310,6 +310,19 @@
+ Windows-aarch64_LINKFLAGS := -Wl,--kill-at -shared -static
+ Windows-aarch64_LIBNAME   := snappyjava.dll
+ 
++Linux-loongarch_CXX   := $(CROSS_PREFIX)g++
++Linux-loongarch_STRIP := $(CROSS_PREFIX)strip
++Linux-loongarch_CXXFLAGS  := -Ilib/inc_linux -I$(JAVA_HOME)/include -O2 -fPIC 
-fvisibility=hidden -std=c++11
++Linux-loongarch_LINKFLAGS := -shared
++Linux-loongarch_LIBNAME   := libsnappyjava.so
++Linux-loongarch_SNAPPY_FLAGS:=
++
++Linux-loongarch64_CXX   := $(CROSS_PREFIX)g++
++Linux-loongarch64_STRIP := $(CROSS_PREFIX)strip
++Linux-loongarch64_CXXFLAGS  := -Ilib/inc_linux -I$(JAVA_HOME)/include -O2 
-fPIC -fvisibility=hidden -std=c++11
++Linux-loongarch64_LINKFLAGS := -shared
++Linux-loongarch64_LIBNAME   := libsnappyjava.so
++Linux-loongarch64_SNAPPY_FLAGS:=
+ 
+ CXX:= $($(os_arch)_CXX)
+ STRIP := $($(os_arch)_STRIP)
+--- a/build.sbt
 b/build.sbt
+@@ -110,6 +110,7 @@
+ 
"org/xerial/snappy/native/Linux/armv7/libsnappyjava.so;osname=linux;processor=arm_le",
+ 
"org/xerial/snappy/native/Linux/ppc64/libsnappyjava.so;osname=linux;processor=ppc64le",
+ 
"org/xerial/snappy/native/Linux/s390x/libsnappyjava.so;osname=linux;processor=s390x",
++
"org/xerial/snappy/native/Linux/loongarch64/libsnappyjava.so;osname=linux;processor=loongarch64",
+ 
"org/xerial/snappy/native/AIX/ppc/libsnappyjava.a;osname=aix;processor=ppc",
+ 
"org/xerial/snappy/native/AIX/ppc64/libsnappyjava.a;osname=aix;processor=ppc64",
+ 
"org/xerial/snappy/native/SunOS/x86/libsnappyjava.so;osname=sunos;processor=x86",
+--- a/src/main/java/org/xerial/snappy/OSInfo.java
 b/src/main/java/org/xerial/snappy/OSInfo.java
+@@ -48,6 +48,7 @@
+ public static final String IBMZ_64 = "s390x";
+ public static final String AARCH_64 = "aarch64";
+ public static final String RISCV_64 = "riscv64";
++public static final String LOONGARCH_64 = "loongarch64";
+ 
+ static {
+ // x86 mappings
+@@ -97,6 +98,9 @@
+ 
+ // RISC-V mappings
+ archMapping.put(RISCV_64, RISCV_64);
++
++  // LoongArch64 mappings
++archMapping.put(LOONGARCH_64, LOONGARCH_64);
+ }
+ 
+ public static void main(String[] args) {


=
debian/patches/series
=
@@ -1 +1,2 @@
 01-load-library.patch
+02-add-support-for-loong64.patch



View it on GitLab: 
https://salsa.debian.org/java-team/snappy-java/-/compare/5929f4aec412e92490549e91acb8fb336446e28a...ad63aceecaed2e3db15f4227e9903a0b705bb969

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/snappy-java/-/compare/5929f4aec412e92490549e91acb8fb336446e28a...ad63aceecaed2e3db15f4227e9903a0b705bb969
You're receiving this email because of 

[Git][java-team/maven-bundle-plugin] Pushed new tag debian/3.5.1-2.1

2024-03-28 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/3.5.1-2.1 at Debian Java Maintainers / 
maven-bundle-plugin

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/maven-bundle-plugin/-/tree/debian/3.5.1-2.1
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


[Git][java-team/maven-bundle-plugin][master] 6 commits: Import Debian changes 3.5.1-2.1

2024-03-28 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / 
maven-bundle-plugin


Commits:
c8fe81f3 by Mattia Rizzolo at 2024-03-28T10:11:49-07:00
Import Debian changes 3.5.1-2.1

maven-bundle-plugin (3.5.1-2.1) unstable; urgency=medium
.
  * Non-maintainer upload.
  * Apply patch from upstream to fix nondeterministic ordering in MANIFEST.MF
headers.  Closes: #1066045
Thanks to James Addison j...@jp-hosting.net for bringing up the 
patch.

- - - - -
cd76cabb by tony mancill at 2024-03-28T10:30:28-07:00
Set Rules-Requires-Root: no in debian/control

- - - - -
8d145529 by tony mancill at 2024-03-28T10:31:06-07:00
Bump Standards-Version to 4.6.2

- - - - -
d6dd32b4 by tony mancill at 2024-03-28T10:31:42-07:00
Update Homepage

- - - - -
f2b56497 by tony mancill at 2024-03-28T10:49:06-07:00
Use debhelper-compat 13

- - - - -
8c23c5cd by tony mancill at 2024-03-28T10:49:06-07:00
interim changelog entry

- - - - -


7 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- + debian/patches/0002-FELIX-6602-sort-resources-and-exported-packages.patch
- debian/patches/series
- − debian/source/local-options


Changes:

=
debian/changelog
=
@@ -1,3 +1,23 @@
+maven-bundle-plugin (3.5.1-3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Acknowledge NMU for #1066045 - thank you Mattia and James.
+  * Use debhelper-compat 13
+  * Set Rules-Requires-Root: no in debian/control
+  * Bump Standards-Version to 4.6.2
+  * Update Homepage
+
+ -- tony mancill   Thu, 28 Mar 2024 10:48:37 -0700
+
+maven-bundle-plugin (3.5.1-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Apply patch from upstream to fix nondeterministic ordering in MANIFEST.MF
+headers.  Closes: #1066045
+Thanks to James Addison  for bringing up the patch.
+
+ -- Mattia Rizzolo   Wed, 27 Mar 2024 18:13:06 +0100
+
 maven-bundle-plugin (3.5.1-2) unstable; urgency=medium
 
   * Team upload.


=
debian/compat deleted
=
@@ -1 +0,0 @@
-11
\ No newline at end of file


=
debian/control
=
@@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers 

 Build-Depends:
  bnd (>= 3.5.0),
- debhelper (>= 11),
+ debhelper-compat (= 13),
  default-jdk-headless,
  junit4,
  libfelix-bundlerepository-java,
@@ -24,10 +24,11 @@ Build-Depends:
  libplexus-container-default1.5-java,
  libplexus-utils2-java,
  maven-debian-helper (>= 2.0~)
-Standards-Version: 4.2.1
+Standards-Version: 4.6.2
 Vcs-Git: https://salsa.debian.org/java-team/maven-bundle-plugin.git
 Vcs-Browser: https://salsa.debian.org/java-team/maven-bundle-plugin
-Homepage: 
http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html
+Homepage: 
https://felix.apache.org/documentation/subprojects/apache-felix-maven-bundle-plugin-bnd.html
+Rules-Requires-Root: no
 
 Package: libmaven-bundle-plugin-java
 Architecture: all


=
debian/copyright
=
@@ -1,7 +1,7 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Apache Felix Maven Bundle Plugin
-Upstream-Contact: 
http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html
-Source: http://www.apache.org/dist/felix/
+Upstream-Contact: 
https://felix.apache.org/documentation/subprojects/apache-felix-maven-bundle-plugin-bnd.html
+Source: https://felix.apache.org/documentation/downloads.html
 Files-Excluded: *.jar *.class
 
 Files: *


=
debian/patches/0002-FELIX-6602-sort-resources-and-exported-packages.patch
=
@@ -0,0 +1,33 @@
+From d885d99a6a16660f655a4fd18e8a1a39beef0a15 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= 
+Date: Sat, 25 Mar 2023 00:18:11 +0100
+Subject: [PATCH] FELIX-6602 sort resources and exported packages
+
+---
+ .../java/org/apache/felix/bundleplugin/BundlePlugin.java | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+--- a/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java
 b/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java
+@@ -1938,6 +1938,7 @@ public class BundlePlugin extends AbstractMojo
+ scanner.scan();
+ 
+ String[] paths = scanner.getIncludedFiles();
++Arrays.sort( paths );
+ for ( int i = 0; i < paths.length; i++ )
+ {
+ packages.put( analyzer.getPackageRef( getPackageName( 
paths[i] ) ) );
+@@ -2076,7 +2077,9 @@ public class BundlePlugin extends AbstractMojo
+ scanner.addDefaultExcludes();
+ scanner.scan();
+ 
+-List includedFiles = Arrays.asList( 
scanner.getIncludedFiles() );
++String[] f = scanner.getIncludedFiles();
++Arrays.sort( f );
++  

[Git][java-team/commons-configuration2][master] 6 commits: New upstream version 2.10.1

2024-03-24 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / 
commons-configuration2


Commits:
006626d5 by tony mancill at 2024-03-24T21:27:11-07:00
New upstream version 2.10.1
- - - - -
04898a6e by tony mancill at 2024-03-24T21:27:14-07:00
Update upstream source from tag upstream/2.10.1

Update to upstream version 2.10.1
with Debian dir f3a1c3ea0004506c263f94a7f32375c80c11dd07
- - - - -
54269fe0 by tony mancill at 2024-03-24T21:34:36-07:00
Ignore spotbugs maven plugin

- - - - -
b5d5082d by tony mancill at 2024-03-24T21:38:10-07:00
Ignore org.apache.maven.plugins:maven-pmd-plugin

- - - - -
73b64898 by tony mancill at 2024-03-24T21:48:03-07:00
Add Build-Dep on libmockito-java and liblog4j2-java

- - - - -
d9f3880d by tony mancill at 2024-03-24T21:48:32-07:00
Prepare changelog for upload

- - - - -


9 changed files:

- CONTRIBUTING.md
- NOTICE.txt
- README.md
- RELEASE-NOTES.txt
- − conf/README
- − conf/checkstyle.xml
- debian/changelog
- debian/control
- debian/maven.ignoreRules


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/commons-configuration2/-/compare/8ca5f523c15148d7077e3cd291f6c32e65919c7c...d9f3880d5edc39cea1ed0afaebf0f06b43183d6a

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/commons-configuration2/-/compare/8ca5f523c15148d7077e3cd291f6c32e65919c7c...d9f3880d5edc39cea1ed0afaebf0f06b43183d6a
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


[Git][java-team/commons-configuration2] Pushed new tag upstream/2.10.1

2024-03-24 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag upstream/2.10.1 at Debian Java Maintainers / 
commons-configuration2

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/commons-configuration2/-/tree/upstream/2.10.1
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


[Git][java-team/commons-configuration2][upstream] New upstream version 2.10.1

2024-03-24 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch upstream at Debian Java Maintainers / 
commons-configuration2


Commits:
006626d5 by tony mancill at 2024-03-24T21:27:11-07:00
New upstream version 2.10.1
- - - - -


6 changed files:

- CONTRIBUTING.md
- NOTICE.txt
- README.md
- RELEASE-NOTES.txt
- − conf/README
- − conf/checkstyle.xml


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/commons-configuration2/-/commit/006626d545910f3499b4ccfbc5328840f67a3401

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/commons-configuration2/-/commit/006626d545910f3499b4ccfbc5328840f67a3401
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


[Git][java-team/commons-configuration2] Pushed new tag debian/2.10.1-1

2024-03-24 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/2.10.1-1 at Debian Java Maintainers / 
commons-configuration2

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/commons-configuration2/-/tree/debian/2.10.1-1
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


[Git][java-team/commons-configuration2][pristine-tar] pristine-tar data for commons-configuration2_2.10.1.orig.tar.xz

2024-03-24 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch pristine-tar at Debian Java Maintainers / 
commons-configuration2


Commits:
f0a7e222 by tony mancill at 2024-03-24T21:27:14-07:00
pristine-tar data for commons-configuration2_2.10.1.orig.tar.xz

- - - - -


2 changed files:

- + commons-configuration2_2.10.1.orig.tar.xz.delta
- + commons-configuration2_2.10.1.orig.tar.xz.id


Changes:

=
commons-configuration2_2.10.1.orig.tar.xz.delta
=
Binary files /dev/null and b/commons-configuration2_2.10.1.orig.tar.xz.delta 
differ


=
commons-configuration2_2.10.1.orig.tar.xz.id
=
@@ -0,0 +1 @@
+29c3c8436c879f2e7fd4a7ccc954c08f71ab9ca5



View it on GitLab: 
https://salsa.debian.org/java-team/commons-configuration2/-/commit/f0a7e22243efef404738ed6fa5c9ff22018fd440

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/commons-configuration2/-/commit/f0a7e22243efef404738ed6fa5c9ff22018fd440
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


[Git][java-team/apache-mime4j][pristine-tar] pristine-tar data for apache-mime4j_0.8.11.orig.tar.xz

2024-03-07 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch pristine-tar at Debian Java Maintainers / 
apache-mime4j


Commits:
042c329c by tony mancill at 2024-03-07T21:15:18-08:00
pristine-tar data for apache-mime4j_0.8.11.orig.tar.xz

- - - - -


2 changed files:

- + apache-mime4j_0.8.11.orig.tar.xz.delta
- + apache-mime4j_0.8.11.orig.tar.xz.id


Changes:

=
apache-mime4j_0.8.11.orig.tar.xz.delta
=
Binary files /dev/null and b/apache-mime4j_0.8.11.orig.tar.xz.delta differ


=
apache-mime4j_0.8.11.orig.tar.xz.id
=
@@ -0,0 +1 @@
+6a962b99cc8fc03d27abf2aa161141801a83a3f9



View it on GitLab: 
https://salsa.debian.org/java-team/apache-mime4j/-/commit/042c329c5a91e73fa36892d144c4f3f677db3b95

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/apache-mime4j/-/commit/042c329c5a91e73fa36892d144c4f3f677db3b95
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


[Git][java-team/apache-mime4j] Pushed new tag upstream/0.8.11

2024-03-07 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag upstream/0.8.11 at Debian Java Maintainers / 
apache-mime4j

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/apache-mime4j/-/tree/upstream/0.8.11
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


[Git][java-team/apache-mime4j] Pushed new tag debian/0.8.11-1

2024-03-07 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/0.8.11-1 at Debian Java Maintainers / 
apache-mime4j

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/apache-mime4j/-/tree/debian/0.8.11-1
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


[Git][java-team/libapache-poi-java] Pushed new tag debian/4.0.1-6

2024-03-06 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/4.0.1-6 at Debian Java Maintainers / 
libapache-poi-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libapache-poi-java/-/tree/debian/4.0.1-6
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


[Git][java-team/libapache-poi-java][master] 2 commits: Prepare changelog for upload

2024-03-06 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / 
libapache-poi-java


Commits:
f5cb5f80 by tony mancill at 2024-03-06T20:45:08-08:00
Prepare changelog for upload

- - - - -
7624b588 by tony mancill at 2024-03-06T20:54:37-08:00
add newline to debian/patches/series

- - - - -


2 changed files:

- debian/changelog
- debian/patches/series


Changes:

=
debian/changelog
=
@@ -1,4 +1,6 @@
-libapache-poi-java (4.0.1-6) UNRELEASED; urgency=medium
+libapache-poi-java (4.0.1-6) unstable; urgency=medium
+
+  * Team upload
 
   [ Vladimir Petko ]
   * d/p/17_commons-compress-upgrade.patch: apply upstream patch to resolve 
ftbfs
@@ -26,7 +28,6 @@ libapache-poi-java (4.0.1-5) unstable; urgency=medium
 
  -- tony mancill   Wed, 13 Dec 2023 13:42:30 -0800
 
-
 libapache-poi-java (4.0.1-4) unstable; urgency=medium
 
   * Compatibility with XMLBeans 4.0


=
debian/patches/series
=
@@ -10,4 +10,4 @@ bug-62996.patch
 14_language-level.patch
 15_xmlbeans-compatibility.patch
 16_bouncycastle-1.77.patch
-17_commons-compress-upgrade.patch
\ No newline at end of file
+17_commons-compress-upgrade.patch



View it on GitLab: 
https://salsa.debian.org/java-team/libapache-poi-java/-/compare/c54a5c39d9e292b1729cba64e503ce7740418674...7624b5881283b7b18ecaf7fb5294276f666072ef

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libapache-poi-java/-/compare/c54a5c39d9e292b1729cba64e503ce7740418674...7624b5881283b7b18ecaf7fb5294276f666072ef
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


[Git][java-team/libapache-poi-java][master] 4 commits: d/p/17_commons-compress-upgrade.patch: apply upstream patch to resolve ftbfs (Closes: 1065455).

2024-03-06 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / 
libapache-poi-java


Commits:
1d91b14d by Vladimir Petko at 2024-03-07T15:21:04+13:00
d/p/17_commons-compress-upgrade.patch: apply upstream patch to resolve ftbfs 
(Closes: 1065455).

- - - - -
71c6f877 by Vladimir Petko at 2024-03-07T15:27:00+13:00
changelog

- - - - -
8948a3e2 by Tony Mancill at 2024-03-07T04:35:36+00:00
Merge branch master into master

# Conflicts:
#   debian/changelog
- - - - -
c54a5c39 by Tony Mancill at 2024-03-07T04:36:36+00:00
Merge branch master into master

resolve ftbfs due to commons-compress upgrade

See merge request java-team/libapache-poi-java!2
- - - - -


3 changed files:

- debian/changelog
- + debian/patches/17_commons-compress-upgrade.patch
- debian/patches/series


Changes:

=
debian/changelog
=
@@ -1,3 +1,11 @@
+libapache-poi-java (4.0.1-6) UNRELEASED; urgency=medium
+
+  [ Vladimir Petko ]
+  * d/p/17_commons-compress-upgrade.patch: apply upstream patch to resolve 
ftbfs
+(Closes: #1065455).
+
+ -- Vladimir Petko   Thu, 07 Mar 2024 15:21:27 
+1300
+
 libapache-poi-java (4.0.1-5) unstable; urgency=medium
 
   [ Pierre Gruet ]
@@ -18,6 +26,7 @@ libapache-poi-java (4.0.1-5) unstable; urgency=medium
 
  -- tony mancill   Wed, 13 Dec 2023 13:42:30 -0800
 
+
 libapache-poi-java (4.0.1-4) unstable; urgency=medium
 
   * Compatibility with XMLBeans 4.0


=
debian/patches/17_commons-compress-upgrade.patch
=
@@ -0,0 +1,33 @@
+Description: fix compile issue due to commons-compress upgrade
+ commons-compress 1.25 has a different signature for
+ ZipArchiveOutputStream.putArchiveEntry(). This causes a build failure. 
+Author: PJ Fanning 
+Origin: upstream, 
https://github.com/apache/poi/commit/386b2fcc7898533ef047d9b52e86d370d2cc9ee2
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065455
+Bug-Ubuntu: 
https://bugs.launchpad.net/ubuntu/+source/libapache-poi-java/+bug/2056384
+Forwarded: not-needed
+Applied-Upstream: commit, 386b2fcc7898533ef047d9b52e86d370d2cc9ee2
+Last-Update: 2024-03-07
+
+diff --git 
a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/internal/marshallers/TestZipPackagePropertiesMarshaller.java
 
b/src/ooxml/testcases/org/apache/poi/openxml4j/opc/internal/marshallers/TestZipPackagePropertiesMarshaller.java
+index 30fabfc1..dc986b24 100644
+--- 
a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/internal/marshallers/TestZipPackagePropertiesMarshaller.java
 
b/src/ooxml/testcases/org/apache/poi/openxml4j/opc/internal/marshallers/TestZipPackagePropertiesMarshaller.java
+@@ -24,7 +24,7 @@ import java.io.ByteArrayOutputStream;
+ import java.io.IOException;
+ import java.io.OutputStream;
+ 
+-import org.apache.commons.compress.archivers.ArchiveEntry;
++import org.apache.commons.compress.archivers.zip.ZipArchiveEntry;
+ import org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream;
+ import org.apache.poi.openxml4j.exceptions.OpenXML4JException;
+ import org.apache.poi.openxml4j.opc.PackagingURIHelper;
+@@ -58,7 +58,7 @@ public class TestZipPackagePropertiesMarshaller {
+ marshaller.marshall(new PackagePropertiesPart(null, 
PackagingURIHelper.createPartName(PACKAGE_RELATIONSHIPS_ROOT_URI)),
+ new ZipArchiveOutputStream(new ByteArrayOutputStream()) {
+ @Override
+-public void putArchiveEntry(final ArchiveEntry 
archiveEntry) throws IOException {
++public void putArchiveEntry(final ZipArchiveEntry 
archiveEntry) throws IOException {
+ throw new IOException("TestException");
+ }
+ });


=
debian/patches/series
=
@@ -10,3 +10,4 @@ bug-62996.patch
 14_language-level.patch
 15_xmlbeans-compatibility.patch
 16_bouncycastle-1.77.patch
+17_commons-compress-upgrade.patch
\ No newline at end of file



View it on GitLab: 
https://salsa.debian.org/java-team/libapache-poi-java/-/compare/176279e904ecb471cc5d571e5b81bfcbb4e1d9fe...c54a5c39d9e292b1729cba64e503ce7740418674

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libapache-poi-java/-/compare/176279e904ecb471cc5d571e5b81bfcbb4e1d9fe...c54a5c39d9e292b1729cba64e503ce7740418674
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


[Git][java-team/libapache-poi-java][master] 2 commits: Use UTC for build timestamp (Closes: #1039741)

2024-03-06 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / 
libapache-poi-java


Commits:
0a19442c by tony mancill at 2023-12-13T13:41:40-08:00
Use UTC for build timestamp (Closes: #1039741)

- - - - -
176279e9 by tony mancill at 2023-12-13T13:42:49-08:00
Prepare changelog for upload

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=
debian/changelog
=
@@ -1,4 +1,4 @@
-libapache-poi-java (4.0.1-5) UNRELEASED; urgency=medium
+libapache-poi-java (4.0.1-5) unstable; urgency=medium
 
   [ Pierre Gruet ]
   * Team upload
@@ -14,8 +14,9 @@ libapache-poi-java (4.0.1-5) UNRELEASED; urgency=medium
 
   [ tony mancill ]
   * Add patch for BouncyCastle 1.77 (Closes: #1057167)
+  * Use UTC for build timestamp (Closes: #1039741)
 
- -- tony mancill   Wed, 13 Dec 2023 12:37:01 -0800
+ -- tony mancill   Wed, 13 Dec 2023 13:42:30 -0800
 
 libapache-poi-java (4.0.1-4) unstable; urgency=medium
 


=
debian/rules
=
@@ -10,7 +10,8 @@ VERSION := $(shell echo $(DEB_VERSION_UPSTREAM) | sed 
's/+dfsg//')
dh $@ --with maven-repo-helper --with javahelper
 
 override_dh_auto_build:
-   dh_auto_build -- -Dversion.id=$(VERSION) -DDSTAMP=$(shell date 
'--date=@$(SOURCE_DATE_EPOCH)' +%Y%m%d) jar maven-poms javadocs
+   dh_auto_build -- -Dversion.id=$(VERSION) -DDSTAMP=$(shell date --utc 
--date=@$(SOURCE_DATE_EPOCH) +%Y%m%d) jar maven-poms javadocs
+
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))



View it on GitLab: 
https://salsa.debian.org/java-team/libapache-poi-java/-/compare/c2bde22d48b15f729584ec360dfb09c30302d6c8...176279e904ecb471cc5d571e5b81bfcbb4e1d9fe

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libapache-poi-java/-/compare/c2bde22d48b15f729584ec360dfb09c30302d6c8...176279e904ecb471cc5d571e5b81bfcbb4e1d9fe
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


[Git][java-team/apache-mime4j] Pushed new tag debian/0.8.2-1

2024-03-03 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/0.8.2-1 at Debian Java Maintainers / 
apache-mime4j

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/apache-mime4j/-/tree/debian/0.8.2-1
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


[Git][java-team/apache-mime4j] Pushed new tag upstream/0.8.10

2024-03-03 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag upstream/0.8.10 at Debian Java Maintainers / 
apache-mime4j

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/apache-mime4j/-/tree/upstream/0.8.10
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


[Git][java-team/apache-mime4j] Pushed new tag debian/0.8.10-1

2024-03-03 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/0.8.10-1 at Debian Java Maintainers / 
apache-mime4j

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/apache-mime4j/-/tree/debian/0.8.10-1
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


[Git][java-team/apache-mime4j][pristine-tar] pristine-tar data for apache-mime4j_0.8.10.orig.tar.xz

2024-03-03 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch pristine-tar at Debian Java Maintainers / 
apache-mime4j


Commits:
06891daa by tony mancill at 2024-03-02T21:40:03-08:00
pristine-tar data for apache-mime4j_0.8.10.orig.tar.xz

- - - - -


2 changed files:

- + apache-mime4j_0.8.10.orig.tar.xz.delta
- + apache-mime4j_0.8.10.orig.tar.xz.id


Changes:

=
apache-mime4j_0.8.10.orig.tar.xz.delta
=
Binary files /dev/null and b/apache-mime4j_0.8.10.orig.tar.xz.delta differ


=
apache-mime4j_0.8.10.orig.tar.xz.id
=
@@ -0,0 +1 @@
+bef1c72371cd799eb92fd70751b531201214c5fb



View it on GitLab: 
https://salsa.debian.org/java-team/apache-mime4j/-/commit/06891daa3e169efd30f5c6da18107c5af62e0eb4

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/apache-mime4j/-/commit/06891daa3e169efd30f5c6da18107c5af62e0eb4
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


[Git][java-team/apache-mime4j][upstream] New upstream version 0.8.10

2024-03-03 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch upstream at Debian Java Maintainers / 
apache-mime4j


Commits:
7ccab00a by tony mancill at 2024-03-02T21:40:02-08:00
New upstream version 0.8.10
- - - - -


30 changed files:

- BUILDING.txt
- RELEASE_NOTES.txt → CHANGELOG.md
- + Jenkinsfile
- NOTICE
- − README
- + README.adoc
- assemble/pom.xml
- benchmark/pom.xml
- + benchmark/src/main/java/org/apache/james/mime4j/JMHFieldBench.java
- + 
benchmark/src/main/java/org/apache/james/mime4j/JMHLongMultipartReadBench.java
- benchmark/src/main/java/org/apache/james/mime4j/LongMultipartReadBench.java
- + benchmark/src/main/resources/long-headers.msg
- benchmark/src/main/resources/long-multipart.msg
- core/pom.xml
- core/src/main/java/org/apache/james/mime4j/codec/Base64InputStream.java
- core/src/main/java/org/apache/james/mime4j/codec/Base64OutputStream.java
- core/src/main/java/org/apache/james/mime4j/codec/DecoderUtil.java
- core/src/main/java/org/apache/james/mime4j/codec/EncoderUtil.java
- 
core/src/main/java/org/apache/james/mime4j/codec/QuotedPrintableInputStream.java
- 
core/src/main/java/org/apache/james/mime4j/io/BufferedLineReaderInputStream.java
- core/src/main/java/org/apache/james/mime4j/io/LimitedInputStream.java
- core/src/main/java/org/apache/james/mime4j/io/LineReaderInputStream.java
- 
core/src/main/java/org/apache/james/mime4j/io/LineReaderInputStreamAdaptor.java
- core/src/main/java/org/apache/james/mime4j/io/MimeBoundaryInputStream.java
- core/src/main/java/org/apache/james/mime4j/parser/ContentHandler.java
- core/src/main/java/org/apache/james/mime4j/parser/MimeStreamParser.java
- core/src/main/java/org/apache/james/mime4j/stream/BodyDescriptorBuilder.java
- core/src/main/java/org/apache/james/mime4j/stream/DefaultFieldBuilder.java
- 
core/src/main/java/org/apache/james/mime4j/stream/FallbackBodyDescriptorBuilder.java
- core/src/main/java/org/apache/james/mime4j/stream/Field.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/apache-mime4j/-/commit/7ccab00ae7d6a73951a3edfe8b10c571874fe21a

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/apache-mime4j/-/commit/7ccab00ae7d6a73951a3edfe8b10c571874fe21a
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


[Git][java-team/apache-mime4j][master] 11 commits: Update debian/watch to use GitHub API

2024-03-03 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / apache-mime4j


Commits:
7f2f12d8 by tony mancill at 2024-03-02T21:33:35-08:00
Update debian/watch to use GitHub API

- - - - -
7ccab00a by tony mancill at 2024-03-02T21:40:02-08:00
New upstream version 0.8.10
- - - - -
98274e14 by tony mancill at 2024-03-02T21:40:03-08:00
Update upstream source from tag upstream/0.8.10

Update to upstream version 0.8.10
with Debian dir f236148a8e25ba95a1e391e8a112bf1d56ef7548
- - - - -
88adf66e by tony mancill at 2024-03-02T21:56:20-08:00
Update debian/rules for different upstream changelog

- - - - -
4d0e2073 by tony mancill at 2024-03-02T22:03:28-08:00
Freshen years in debian/copyright

- - - - -
7484ad16 by tony mancill at 2024-03-02T22:03:28-08:00
Use debhelper-compat 13

- - - - -
7522f6c8 by tony mancill at 2024-03-02T22:03:28-08:00
Set Rules-Requires-Root: no in debian/control

- - - - -
88ba00be by tony mancill at 2024-03-02T22:03:28-08:00
Bump Standards-Version to 4.6.2

- - - - -
1d4e8e5b by tony mancill at 2024-03-03T20:49:28-08:00
Include Apache NOTICE file

- - - - -
acd2997e by tony mancill at 2024-03-03T20:49:29-08:00
Remove unneeded comments from debian/watch

- - - - -
baf875ab by tony mancill at 2024-03-03T20:51:11-08:00
Prepare changelog for upload

- - - - -


30 changed files:

- BUILDING.txt
- RELEASE_NOTES.txt → CHANGELOG.md
- + Jenkinsfile
- NOTICE
- − README
- + README.adoc
- assemble/pom.xml
- benchmark/pom.xml
- + benchmark/src/main/java/org/apache/james/mime4j/JMHFieldBench.java
- + 
benchmark/src/main/java/org/apache/james/mime4j/JMHLongMultipartReadBench.java
- benchmark/src/main/java/org/apache/james/mime4j/LongMultipartReadBench.java
- + benchmark/src/main/resources/long-headers.msg
- benchmark/src/main/resources/long-multipart.msg
- core/pom.xml
- core/src/main/java/org/apache/james/mime4j/codec/Base64InputStream.java
- core/src/main/java/org/apache/james/mime4j/codec/Base64OutputStream.java
- core/src/main/java/org/apache/james/mime4j/codec/DecoderUtil.java
- core/src/main/java/org/apache/james/mime4j/codec/EncoderUtil.java
- 
core/src/main/java/org/apache/james/mime4j/codec/QuotedPrintableInputStream.java
- 
core/src/main/java/org/apache/james/mime4j/io/BufferedLineReaderInputStream.java
- core/src/main/java/org/apache/james/mime4j/io/LimitedInputStream.java
- core/src/main/java/org/apache/james/mime4j/io/LineReaderInputStream.java
- 
core/src/main/java/org/apache/james/mime4j/io/LineReaderInputStreamAdaptor.java
- core/src/main/java/org/apache/james/mime4j/io/MimeBoundaryInputStream.java
- core/src/main/java/org/apache/james/mime4j/parser/ContentHandler.java
- core/src/main/java/org/apache/james/mime4j/parser/MimeStreamParser.java
- core/src/main/java/org/apache/james/mime4j/stream/BodyDescriptorBuilder.java
- core/src/main/java/org/apache/james/mime4j/stream/DefaultFieldBuilder.java
- 
core/src/main/java/org/apache/james/mime4j/stream/FallbackBodyDescriptorBuilder.java
- core/src/main/java/org/apache/james/mime4j/stream/Field.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/apache-mime4j/-/compare/bca941bd18002dfd271fcc4325f2c225b9228463...baf875abbf1cccb6e3ebb7b2ba046542a886ce7d

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/apache-mime4j/-/compare/bca941bd18002dfd271fcc4325f2c225b9228463...baf875abbf1cccb6e3ebb7b2ba046542a886ce7d
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


[Git][java-team/java3d][master] 7 commits: Add Build-Dep on libnsl-dev (Closes: #1065108)

2024-02-29 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / java3d


Commits:
769fd976 by tony mancill at 2024-02-29T19:35:59-08:00
Add Build-Dep on libnsl-dev (Closes: #1065108)

- - - - -
3521b767 by tony mancill at 2024-02-29T19:37:57-08:00
Set Rules-Requires-Root: no in debian/control

- - - - -
a7dcab80 by tony mancill at 2024-02-29T19:38:47-08:00
Use debhelper-compat 13

- - - - -
7fbe2e07 by tony mancill at 2024-02-29T19:39:31-08:00
Bump Standards-Version to 4.6.2

- - - - -
ab8bf7bd by tony mancill at 2024-02-29T19:47:53-08:00
Add lintian-overrides

- - - - -
7cdc4ea2 by tony mancill at 2024-02-29T19:50:55-08:00
Replace Build-Depends on libgl1-mesa-dev with libgl-dev

- - - - -
560457ea by tony mancill at 2024-02-29T19:53:11-08:00
Prepare changelog for upload

- - - - -


4 changed files:

- debian/changelog
- − debian/compat
- debian/control
- + debian/source/lintian-overrides


Changes:

=
debian/changelog
=
@@ -1,9 +1,19 @@
-java3d (1.5.2+dfsg-18) UNRELEASED; urgency=medium
+java3d (1.5.2+dfsg-18) unstable; urgency=medium
 
+  * Team upload
+  [ Andrius Merkys ]
   * Remove Onkar Shinde from uploaders per request.
 Thanks for your contributions.
 
- -- Andrius Merkys   Mon, 30 May 2022 04:43:27 -0400
+  [ tony mancill ]
+  * Add Build-Dep on libnsl-dev (Closes: #1065108)
+  * Set Rules-Requires-Root: no in debian/control
+  * Use debhelper-compat 13
+  * Bump Standards-Version to 4.6.2
+  * Add lintian-overrides
+  * Replace Build-Depends on libgl1-mesa-dev with libgl-dev
+
+ -- tony mancill   Thu, 29 Feb 2024 19:52:36 -0800
 
 java3d (1.5.2+dfsg-17) unstable; urgency=medium
 


=
debian/compat deleted
=
@@ -1 +0,0 @@
-11


=
debian/control
=
@@ -7,18 +7,20 @@ Uploaders:
  Torsten Werner 
 Build-Depends:
  ant-optional,
- debhelper (>= 11),
+ debhelper-compat (= 13),
  default-jdk,
  javahelper,
- libgl1-mesa-dev,
+ libgl-dev,
+ libnsl-dev,
  libvecmath-java,
  libxext-dev,
  libxt-dev,
  mesa-common-dev
-Standards-Version: 4.2.1
+Standards-Version: 4.6.2
 Vcs-Git: https://salsa.debian.org/java-team/java3d.git
 Vcs-Browser: https://salsa.debian.org/java-team/java3d
 Homepage: https://www.oracle.com/java/technologies/javase/java-3d.html
+Rules-Requires-Root: no
 
 Package: libjava3d-java
 Architecture: all


=
debian/source/lintian-overrides
=
@@ -0,0 +1,3 @@
+# upstream documentation contains long lines
+java3d source: source-is-missing 
[j3d-core/src/classes/share/javax/media/j3d/doc-files/HelloUniverse.html]
+java3d source: source-is-missing 
[j3d-core/src/classes/share/javax/media/j3d/doc-files/Immediate.html]



View it on GitLab: 
https://salsa.debian.org/java-team/java3d/-/compare/ca355bd29bb47f90e41157f654b56823fa00c7b9...560457eac7ce57a24b2503b7152e92d0902f0132

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/java3d/-/compare/ca355bd29bb47f90e41157f654b56823fa00c7b9...560457eac7ce57a24b2503b7152e92d0902f0132
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


[Git][java-team/java3d] Pushed new tag debian/1.5.2+dfsg-18

2024-02-29 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/1.5.2+dfsg-18 at Debian Java Maintainers / 
java3d

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/java3d/-/tree/debian/1.5.2+dfsg-18
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


[Git][java-team/libfreemarker-java] Pushed new tag debian/2.3.32-2

2024-02-27 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/2.3.32-2 at Debian Java Maintainers / 
libfreemarker-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libfreemarker-java/-/tree/debian/2.3.32-2
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


[Git][java-team/ivyplusplus] Pushed new tag upstream/1.42

2024-02-27 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag upstream/1.42 at Debian Java Maintainers / 
ivyplusplus

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/ivyplusplus/-/tree/upstream/1.42
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


[Git][java-team/ivyplusplus][upstream] New upstream version 1.42

2024-02-27 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch upstream at Debian Java Maintainers / ivyplusplus


Commits:
7ec783e6 by tony mancill at 2024-02-27T10:58:46-08:00
New upstream version 1.42
- - - - -


3 changed files:

- src/com/zwitserloot/ivyplusplus/Version.java
- src/com/zwitserloot/ivyplusplus/eclipse/BuildEclipseProject.java
- src/com/zwitserloot/ivyplusplus/eclipse/Settings.java


Changes:

=
src/com/zwitserloot/ivyplusplus/Version.java
=
@@ -23,7 +23,7 @@ package com.zwitserloot.ivyplusplus;
 
 public class Version {
// ** CAREFUL ** - this class must always compile with 0 dependencies 
(it must not refer to any other sources or libraries).
-   private static final String VERSION = "1.40";
+   private static final String VERSION = "1.42";

private Version() {
//Prevent instantiation


=
src/com/zwitserloot/ivyplusplus/eclipse/BuildEclipseProject.java
=
@@ -316,6 +316,14 @@ public class BuildEclipseProject extends 
IvyPostResolveTask {
private static final Map SOURCE_TO_CON;
static {
Map map = new LinkedHashMap();
+   map.put("25", "JavaSE-25");
+   map.put("24", "JavaSE-24");
+   map.put("23", "JavaSE-23");
+   map.put("22", "JavaSE-22");
+   map.put("21", "JavaSE-21");
+   map.put("20", "JavaSE-20");
+   map.put("19", "JavaSE-19");
+   map.put("18", "JavaSE-18");
map.put("17", "JavaSE-17");
map.put("16", "JavaSE-16");
map.put("15", "JavaSE-15");


=
src/com/zwitserloot/ivyplusplus/eclipse/Settings.java
=
@@ -89,12 +89,12 @@ public class Settings {
else if ("1.6".equals(source)) v = 6;
else if ("1.7".equals(source)) v = 7;
else if ("1.8".equals(source)) v = 8;
-   else if ("9".equals(source)) v = 9;
-   else if ("10".equals(source)) v = 10;
-   else if ("11".equals(source)) v = 11;
-   else if ("12".equals(source)) v = 12;
-   else if ("13".equals(source)) v = 13;
-   else v = 4;
+   else try {
+   v = Integer.parseInt(source);
+   if (v < 8 || v > ) throw new 
IllegalArgumentException("source: " + source);
+   } catch (NumberFormatException e) {
+   v = 4;
+   }

todir = new File(todir, ".settings");




View it on GitLab: 
https://salsa.debian.org/java-team/ivyplusplus/-/commit/7ec783e6cc9501fbf31a724dfcc08c1f3865979a

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/ivyplusplus/-/commit/7ec783e6cc9501fbf31a724dfcc08c1f3865979a
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


[Git][java-team/ivyplusplus][pristine-tar] pristine-tar data for ivyplusplus_1.42.orig.tar.gz

2024-02-27 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch pristine-tar at Debian Java Maintainers / 
ivyplusplus


Commits:
b23cefa4 by tony mancill at 2024-02-27T10:58:47-08:00
pristine-tar data for ivyplusplus_1.42.orig.tar.gz

- - - - -


2 changed files:

- + ivyplusplus_1.42.orig.tar.gz.delta
- + ivyplusplus_1.42.orig.tar.gz.id


Changes:

=
ivyplusplus_1.42.orig.tar.gz.delta
=
Binary files /dev/null and b/ivyplusplus_1.42.orig.tar.gz.delta differ


=
ivyplusplus_1.42.orig.tar.gz.id
=
@@ -0,0 +1 @@
+b64c78c6f20bf9f5e3702aa0a8853eb84c15d12c



View it on GitLab: 
https://salsa.debian.org/java-team/ivyplusplus/-/commit/b23cefa48ead5a2e921ef0f0c49fe767f2298546

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/ivyplusplus/-/commit/b23cefa48ead5a2e921ef0f0c49fe767f2298546
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


[Git][java-team/ivyplusplus] Pushed new tag debian/1.42-1

2024-02-27 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/1.42-1 at Debian Java Maintainers / 
ivyplusplus

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/ivyplusplus/-/tree/debian/1.42-1
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


[Git][java-team/libcommons-fileupload-java] Pushed new tag upstream/1.5

2024-02-26 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag upstream/1.5 at Debian Java Maintainers / 
libcommons-fileupload-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libcommons-fileupload-java/-/tree/upstream/1.5
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


[Git][java-team/libcommons-fileupload-java] Pushed new tag debian/1.5-1

2024-02-26 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/1.5-1 at Debian Java Maintainers / 
libcommons-fileupload-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libcommons-fileupload-java/-/tree/debian/1.5-1
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


[Git][java-team/libcommons-fileupload-java][pristine-tar] pristine-tar data for libcommons-fileupload-java_1.5.orig.tar.xz

2024-02-26 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch pristine-tar at Debian Java Maintainers / 
libcommons-fileupload-java


Commits:
3528adc6 by tony mancill at 2024-02-26T20:30:19-08:00
pristine-tar data for libcommons-fileupload-java_1.5.orig.tar.xz

- - - - -


2 changed files:

- + libcommons-fileupload-java_1.5.orig.tar.xz.delta
- + libcommons-fileupload-java_1.5.orig.tar.xz.id


Changes:

=
libcommons-fileupload-java_1.5.orig.tar.xz.delta
=
Binary files /dev/null and b/libcommons-fileupload-java_1.5.orig.tar.xz.delta 
differ


=
libcommons-fileupload-java_1.5.orig.tar.xz.id
=
@@ -0,0 +1 @@
+1cd601e9e3a50d815c68d1fb65804d1265e654d0



View it on GitLab: 
https://salsa.debian.org/java-team/libcommons-fileupload-java/-/commit/3528adc6a94e36e3ebfb50eee8072a050c420d66

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libcommons-fileupload-java/-/commit/3528adc6a94e36e3ebfb50eee8072a050c420d66
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


[Git][java-team/libcommons-fileupload-java][master] 11 commits: New upstream version 1.5

2024-02-26 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / 
libcommons-fileupload-java


Commits:
1a706f08 by tony mancill at 2024-02-26T20:30:18-08:00
New upstream version 1.5
- - - - -
cc70aa83 by tony mancill at 2024-02-26T20:30:19-08:00
Update upstream source from tag upstream/1.5

Update to upstream version 1.5
with Debian dir fcca636f8489c112bb8b9829ab8f7178fb242c6d
- - - - -
d36c8b93 by tony mancill at 2024-02-26T20:35:31-08:00
Remove CVE-2023-24998 patch (applied upstream)

- - - - -
cafef417 by tony mancill at 2024-02-26T20:44:06-08:00
Freshen years in debian/copyright

- - - - -
ab81abe5 by tony mancill at 2024-02-26T20:58:40-08:00
Replace build-dep on libservlet3.1-java with libservlet-api-java

- - - - -
a9007682 by tony mancill at 2024-02-26T20:58:40-08:00
Update Homepage

- - - - -
c97a4dc8 by tony mancill at 2024-02-26T20:58:40-08:00
Bump Standards-Version to 4.6.2

- - - - -
9d283501 by tony mancill at 2024-02-26T20:58:40-08:00
Set Rules-Requires-Root: no in debian/control

- - - - -
28abe8b5 by tony mancill at 2024-02-26T20:58:40-08:00
Use debhelper-compat 13

- - - - -
2c775e77 by tony mancill at 2024-02-26T21:06:30-08:00
Update debian/watch

- - - - -
50b5e7ee by tony mancill at 2024-02-26T21:11:09-08:00
Prepare changelog for upload

- - - - -


30 changed files:

- + .gitignore
- CONTRIBUTING.md
- NOTICE.txt
- README.md
- RELEASE-NOTES.txt
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/maven.rules
- − debian/patches/003_CVE-2023-24998.patch
- debian/patches/series
- debian/watch
- pom.xml
- + pom.xml.releaseBackup
- + release.properties
- src/changes/changes.xml
- src/changes/release-notes.vm
- src/checkstyle/checkstyle-suppressions.xml
- src/checkstyle/fileupload_basic.xml
- src/checkstyle/fileupload_checks.xml
- + 
src/main/java/org/apache/commons/fileupload/FileCountLimitExceededException.java
- src/main/java/org/apache/commons/fileupload/FileItemStream.java
- src/main/java/org/apache/commons/fileupload/FileUploadBase.java
- src/main/java/org/apache/commons/fileupload/disk/DiskFileItem.java
- src/main/java/org/apache/commons/fileupload/util/Streams.java
- src/main/java/org/apache/commons/fileupload/util/mime/Base64Decoder.java
- src/main/java/org/apache/commons/fileupload/util/mime/ParseException.java
- − src/site/resources/profile.cobertura
- .travis.yml → src/site/resources/profile.jacoco


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/libcommons-fileupload-java/-/compare/a2c5b4eea4f789e9b6eb344497a6eeafb73f0c32...50b5e7ee8d09e892f9b1e3c2b24a57cd0bceb2c1

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libcommons-fileupload-java/-/compare/a2c5b4eea4f789e9b6eb344497a6eeafb73f0c32...50b5e7ee8d09e892f9b1e3c2b24a57cd0bceb2c1
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


[Git][java-team/commons-io][upstream] New upstream version 2.15.1

2024-02-25 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch upstream at Debian Java Maintainers / commons-io


Commits:
a547a888 by tony mancill at 2024-02-25T15:16:53-08:00
New upstream version 2.15.1
- - - - -


6 changed files:

- CONTRIBUTING.md
- NOTICE.txt
- README.md
- RELEASE-NOTES.txt
- pom.xml
- src/changes/changes.xml


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/commons-io/-/commit/a547a8882c11cbdeb23e34976503c028c7990d21

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/commons-io/-/commit/a547a8882c11cbdeb23e34976503c028c7990d21
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


[Git][java-team/commons-io] Pushed new tag upstream/2.15.1

2024-02-25 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag upstream/2.15.1 at Debian Java Maintainers / 
commons-io

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/commons-io/-/tree/upstream/2.15.1
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


[Git][java-team/commons-io] Pushed new tag debian/2.15.1-1

2024-02-25 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/2.15.1-1 at Debian Java Maintainers / 
commons-io

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/commons-io/-/tree/debian/2.15.1-1
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


[Git][java-team/commons-io][pristine-tar] pristine-tar data for commons-io_2.15.1.orig.tar.gz

2024-02-25 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch pristine-tar at Debian Java Maintainers / 
commons-io


Commits:
4570633e by tony mancill at 2024-02-25T15:16:55-08:00
pristine-tar data for commons-io_2.15.1.orig.tar.gz

- - - - -


2 changed files:

- + commons-io_2.15.1.orig.tar.gz.delta
- + commons-io_2.15.1.orig.tar.gz.id


Changes:

=
commons-io_2.15.1.orig.tar.gz.delta
=
Binary files /dev/null and b/commons-io_2.15.1.orig.tar.gz.delta differ


=
commons-io_2.15.1.orig.tar.gz.id
=
@@ -0,0 +1 @@
+9ab7395e8cd82a14571bc0483c1f06e912af4d73



View it on GitLab: 
https://salsa.debian.org/java-team/commons-io/-/commit/4570633eef493737a677528a2b234e6311dccb87

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/commons-io/-/commit/4570633eef493737a677528a2b234e6311dccb87
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


[Git][java-team/commons-io][master] 12 commits: New upstream version 2.15.1

2024-02-25 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / commons-io


Commits:
a547a888 by tony mancill at 2024-02-25T15:16:53-08:00
New upstream version 2.15.1
- - - - -
b8ab3531 by tony mancill at 2024-02-25T15:16:55-08:00
Update upstream source from tag upstream/2.15.1

Update to upstream version 2.15.1
with Debian dir 71661f842b29c63598d90fb49cceff695fb3d105
- - - - -
9e06302b by tony mancill at 2024-02-25T15:20:58-08:00
Remove remove-junit-bom-dependency.patch

- - - - -
78b925e4 by tony mancill at 2024-02-25T15:25:30-08:00
Update Homepage and Source URLs

- - - - -
4c791e8a by tony mancill at 2024-02-25T15:26:11-08:00
Bump Standards-Version to 4.6.2

- - - - -
29ee9186 by tony mancill at 2024-02-25T15:27:16-08:00
Set Rules-Requires-Root: no in debian/control

- - - - -
f95d98eb by tony mancill at 2024-02-25T15:56:30-08:00
Ignore spotbugs-maven-plugin

- - - - -
ac930f06 by tony mancill at 2024-02-25T15:56:30-08:00
Ignore org.apache.maven.plugins:maven-pmd-plugin

- - - - -
3b4c9ff3 by tony mancill at 2024-02-25T15:56:30-08:00
Ignore net.bytebuddy:byte-buddy and byte-buddy-agent (used by tests)

- - - - -
d7896ac2 by tony mancill at 2024-02-25T16:04:26-08:00
whitespace

- - - - -
0b85f3cd by tony mancill at 2024-02-25T16:04:26-08:00
Update debian/watch

- - - - -
066540ae by tony mancill at 2024-02-25T16:04:26-08:00
Prepare changelog for upload to experimental

- - - - -


14 changed files:

- CONTRIBUTING.md
- NOTICE.txt
- README.md
- RELEASE-NOTES.txt
- debian/changelog
- debian/control
- debian/copyright
- debian/maven.ignoreRules
- − debian/patches/remove-junit-bom-dependency.patch
- − debian/patches/series
- debian/rules
- debian/watch
- pom.xml
- src/changes/changes.xml


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/commons-io/-/compare/3843013b0daef370f96fc15810e7a5208811870b...066540aeffb90d5d6e13e3698df6acaa448c8234

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/commons-io/-/compare/3843013b0daef370f96fc15810e7a5208811870b...066540aeffb90d5d6e13e3698df6acaa448c8234
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


[Git][java-team/tiles-autotag][master] 9 commits: Add -Dnet.bytebuddy.experimental=true to maven properties

2024-02-20 Thread Tony Mancill (@tmancill)


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   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 
+Copyright: 2016-2024, Emmanuel Bourg 
 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


[Git][java-team/tiles-autotag] Pushed new tag debian/1.2-5

2024-02-20 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/1.2-5 at Debian Java Maintainers / 
tiles-autotag

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/tiles-autotag/-/tree/debian/1.2-5
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


[Git][java-team/qpid-proton-j-extensions] Pushed new tag debian/1.2.4-2

2024-02-20 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/1.2.4-2 at Debian Java Maintainers / 
qpid-proton-j-extensions

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/qpid-proton-j-extensions/-/tree/debian/1.2.4-2
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


[Git][java-team/qpid-proton-j-extensions][master] Prepare changelog for upload

2024-02-20 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / 
qpid-proton-j-extensions


Commits:
4277ae13 by tony mancill at 2024-02-20T20:52:46-08:00
Prepare changelog for upload

- - - - -


1 changed file:

- debian/changelog


Changes:

=
debian/changelog
=
@@ -1,6 +1,8 @@
 qpid-proton-j-extensions (1.2.4-2) unstable; urgency=medium
 
-  * Use java-common's java_compat_level for -source/-target (Closes: #1057533)
+  * Team upload
+  * Use java-common's java_compat_level for -source/-target
+(Closes: #1057533)
 
  -- Pushkar Kulkarni   Sun, 21 Jan 2024 
13:02:49 +0530
 



View it on GitLab: 
https://salsa.debian.org/java-team/qpid-proton-j-extensions/-/commit/4277ae136e5ccb537b0199fb83cf2afe0122c019

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/qpid-proton-j-extensions/-/commit/4277ae136e5ccb537b0199fb83cf2afe0122c019
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


[Git][java-team/qpid-proton-j-extensions][master] 2 commits: Adjust -source/-target using java_compat_level

2024-02-20 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / 
qpid-proton-j-extensions


Commits:
36af6d5e by Pushkar Kulkarni at 2024-01-24T22:51:28+05:30
Adjust -source/-target using java_compat_level

OpenJDK 21 removed support for -source/-target value of
7/1.7. This means packages that use 7/1.7 will not compile.
Also, packages using value 8/1.8 will see a deprecation
warning.

java-common introduces $java_compat_level which could be
used to set the appropriate value for -source/-target.
Also, we can turn off the deprecation warning
(and failures due to -Werror) using -Xlint:-options.

- - - - -
d9e6acd5 by Tony Mancill at 2024-02-21T04:49:38+00:00
Merge branch fix-1057533 into master

Adjust -source/-target using java_compat_level

See merge request java-team/qpid-proton-j-extensions!1
- - - - -


4 changed files:

- debian/changelog
- + debian/patches/javac-source-target.patch
- + debian/patches/series
- debian/rules


Changes:

=
debian/changelog
=
@@ -1,3 +1,9 @@
+qpid-proton-j-extensions (1.2.4-2) unstable; urgency=medium
+
+  * Use java-common's java_compat_level for -source/-target (Closes: #1057533)
+
+ -- Pushkar Kulkarni   Sun, 21 Jan 2024 
13:02:49 +0530
+
 qpid-proton-j-extensions (1.2.4-1) unstable; urgency=medium
 
   * Initial release


=
debian/patches/javac-source-target.patch
=
@@ -0,0 +1,21 @@
+--- a/pom.xml
 b/pom.xml
+@@ -183,6 +183,7 @@
+   -Xlint:try
+   -Xlint:unchecked
+   -Xlint:varargs
++  -Xlint:-options
+ 
+   
+ 
+@@ -357,8 +358,8 @@
+ [1.8,9)
+   
+   
+-8
+-8
++
${env.JAVA_SOURCE_VERSION}
++
${env.JAVA_TARGET_VERSION}
+   
+   
+ 


=
debian/patches/series
=
@@ -0,0 +1 @@
+javac-source-target.patch


=
debian/rules
=
@@ -1,4 +1,8 @@
 #!/usr/bin/make -f
 
+include /usr/share/java/java_defaults.mk
+export JAVA_SOURCE_VERSION = $(java_compat_level)
+export JAVA_TARGET_VERSION = $(java_compat_level)
+
 %:
dh $@



View it on GitLab: 
https://salsa.debian.org/java-team/qpid-proton-j-extensions/-/compare/c5482511ac82ff8d4f3283852a26d62184b2101d...d9e6acd5733cb7650b1e3081fc2cac05f3335637

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/qpid-proton-j-extensions/-/compare/c5482511ac82ff8d4f3283852a26d62184b2101d...d9e6acd5733cb7650b1e3081fc2cac05f3335637
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


[Git][java-team/libnative-platform-java] Pushed new tag debian/0.14-6

2024-02-19 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/0.14-6 at Debian Java Maintainers / 
libnative-platform-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libnative-platform-java/-/tree/debian/0.14-6
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


[Git][java-team/libnative-platform-java][master] 6 commits: Update B-D to libncurses-dev

2024-02-19 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / 
libnative-platform-java


Commits:
119496d4 by tony mancill at 2024-02-19T09:13:32-08:00
Update B-D to libncurses-dev

- - - - -
dcef6226 by tony mancill at 2024-02-19T09:14:04-08:00
Add myself to Uploaders

- - - - -
b18ef2a7 by tony mancill at 2024-02-19T09:14:21-08:00
Set Rules-Requires-Root: no in debian/control

- - - - -
9384c58f by tony mancill at 2024-02-19T09:15:07-08:00
Freshen years in debian/copyright

- - - - -
560e421e by tony mancill at 2024-02-19T09:15:32-08:00
Bump Standards-Version to 4.6.2

- - - - -
26bd8402 by tony mancill at 2024-02-19T09:28:30-08:00
Prepare changelog for upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/copyright


Changes:

=
debian/changelog
=
@@ -1,4 +1,4 @@
-libnative-platform-java (0.14-6) UNRELEASED; urgency=medium
+libnative-platform-java (0.14-6) unstable; urgency=medium
 
   [ Vladimir Petko ]
   * d/Makefile: use java_compat_level variable provided by java-common
@@ -7,7 +7,14 @@ libnative-platform-java (0.14-6) UNRELEASED; urgency=medium
   [ Edward Betts ]
   * Upstream GitHub repo has moved, update URL.
 
- -- Vladimir Petko   Fri, 17 Nov 2023 20:18:10 
+1300
+  [ tony mancill ]
+  * Update B-D to libncurses-dev
+  * Add myself to Uploaders (there were no human maintainers)
+  * Set Rules-Requires-Root: no in debian/control
+  * Freshen years in debian/copyright
+  * Bump Standards-Version to 4.6.2
+
+ -- tony mancill   Mon, 19 Feb 2024 09:15:43 -0800
 
 libnative-platform-java (0.14-5) unstable; urgency=medium
 


=
debian/control
=
@@ -2,16 +2,18 @@ Source: libnative-platform-java
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 

+Uploaders: tony mancill 
 Build-Depends: debhelper-compat (= 13),
default-jdk (>= 2:1.8),
default-jdk-doc,
javahelper,
-   libncurses5-dev,
+   libncurses-dev,
maven-repo-helper (>= 1.5~)
-Standards-Version: 4.1.5
+Standards-Version: 4.6.2
 Vcs-Git: https://salsa.debian.org/java-team/libnative-platform-java.git
 Vcs-Browser: https://salsa.debian.org/java-team/libnative-platform-java
 Homepage: https://github.com/gradle/native-platform
+Rules-Requires-Root: no
 
 Package: libnative-platform-java
 Architecture: all


=
debian/copyright
=
@@ -9,6 +9,7 @@ License: Apache-2.0
 
 Files: debian/*
 Copyright: 2012, Damien Raude-Morvan 
+   2024, tony mancill 
 License: Apache-2.0
 
 License: Apache-2.0



View it on GitLab: 
https://salsa.debian.org/java-team/libnative-platform-java/-/compare/b8b5dcf67ded40710d6e4190c266c80d2b9caf50...26bd84023a3ec98eb687d7d9121f69d83d69a867

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libnative-platform-java/-/compare/b8b5dcf67ded40710d6e4190c266c80d2b9caf50...26bd84023a3ec98eb687d7d9121f69d83d69a867
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


[Git][java-team/libnative-platform-java][master] 4 commits: * d/Makefile: use java_compat_level variable provided by java-common (Closes: #1052566).

2024-02-19 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / 
libnative-platform-java


Commits:
59fa796e by Vladimir Petko at 2023-11-17T20:20:27+13:00
  * d/Makefile: use java_compat_level variable provided by java-common (Closes: 
#1052566).

- - - - -
86121396 by Vladimir Petko at 2023-11-17T20:20:48+13:00
changelog

- - - - -
8bbcb6ff by Tony Mancill at 2024-02-19T17:07:49+00:00
Merge branch master into use-compat-level-macro

Fix-up changelog

# Conflicts:
#   debian/changelog
- - - - -
b8b5dcf6 by Tony Mancill at 2024-02-19T17:08:46+00:00
Merge branch use-compat-level-macro into master

Use compat level macro to resolve Java 21 FTFBS

See merge request java-team/libnative-platform-java!4
- - - - -


2 changed files:

- debian/Makefile
- debian/changelog


Changes:

=
debian/Makefile
=
@@ -5,10 +5,11 @@
 #  Author: Damien Raude-Morvan 
 #  Adapted for Fedora by: gil cattaneo 
 include /usr/share/dpkg/architecture.mk
+include /usr/share/java/java_defaults.mk
 
 JAVA_HOME ?= /usr/lib/jvm/default-java
-JAVA_TARGET_VERSION = 1.7
-JAVA_SOURCE_VERSION = 1.7
+JAVA_TARGET_VERSION = $(java_compat_level)
+JAVA_SOURCE_VERSION = $(java_compat_level)
 BUILD_DIR = debian/out
 
 CPPFLAGS += -Isrc/shared/headers \


=
debian/changelog
=
@@ -1,8 +1,13 @@
 libnative-platform-java (0.14-6) UNRELEASED; urgency=medium
 
+  [ Vladimir Petko ]
+  * d/Makefile: use java_compat_level variable provided by java-common
+(Closes: #1052566).
+
+  [ Edward Betts ]
   * Upstream GitHub repo has moved, update URL.
 
- -- Edward Betts   Mon, 21 Sep 2020 12:27:27 +0100
+ -- Vladimir Petko   Fri, 17 Nov 2023 20:18:10 
+1300
 
 libnative-platform-java (0.14-5) unstable; urgency=medium
 



View it on GitLab: 
https://salsa.debian.org/java-team/libnative-platform-java/-/compare/b946c4298e5f710aaf5ec7521e2499c3b057ec13...b8b5dcf67ded40710d6e4190c266c80d2b9caf50

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libnative-platform-java/-/compare/b946c4298e5f710aaf5ec7521e2499c3b057ec13...b8b5dcf67ded40710d6e4190c266c80d2b9caf50
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


[Git][java-team/libnative-platform-java][master] 2 commits: Apply multi-arch hints.

2024-02-19 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / 
libnative-platform-java


Commits:
fd0bd8da by Debian Janitor at 2022-12-22T05:57:16+00:00
Apply multi-arch hints.
+ libnative-platform-java-doc: Add Multi-Arch: foreign.

Changes-By: apply-multiarch-hints

- - - - -
b946c429 by Tony Mancill at 2024-02-19T17:05:07+00:00
Merge branch multiarch-fixes into master

Apply multi-arch hints

See merge request java-team/libnative-platform-java!3
- - - - -


1 changed file:

- debian/control


Changes:

=
debian/control
=
@@ -42,6 +42,7 @@ Architecture: all
 Section: doc
 Depends: ${misc:Depends}
 Suggests: libnative-platform-java
+Multi-Arch: foreign
 Description: testing and specification framework for Java and Groovy - Docs
  A collection of cross-platform Java APIs for various native APIs.
  Supports OS X, Linux, Solaris and Windows.



View it on GitLab: 
https://salsa.debian.org/java-team/libnative-platform-java/-/compare/49670cc6b6a19143b852e5aa392243bdf0d02f82...b946c4298e5f710aaf5ec7521e2499c3b057ec13

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libnative-platform-java/-/compare/49670cc6b6a19143b852e5aa392243bdf0d02f82...b946c4298e5f710aaf5ec7521e2499c3b057ec13
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


[Git][java-team/libnative-platform-java][master] 3 commits: Bump debhelper from old 11 to 13.

2024-02-19 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / 
libnative-platform-java


Commits:
3f09eef5 by Debian Janitor at 2022-12-22T14:33:36+00:00
Bump debhelper from old 11 to 13.

Changes-By: lintian-brush
Fixes: lintian: package-uses-old-debhelper-compat-version
See-also: 
https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html

- - - - -
9559870e by Debian Janitor at 2022-12-22T14:33:36+00:00
Set debhelper-compat version in Build-Depends.

Changes-By: lintian-brush
Fixes: lintian: uses-debhelper-compat-file
See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html

- - - - -
49670cc6 by Tony Mancill at 2024-02-19T17:04:47+00:00
Merge branch lintian-fixes into master

Fix some issues reported by lintian

See merge request java-team/libnative-platform-java!2
- - - - -


2 changed files:

- − debian/compat
- debian/control


Changes:

=
debian/compat deleted
=
@@ -1 +0,0 @@
-11
\ No newline at end of file


=
debian/control
=
@@ -2,7 +2,7 @@ Source: libnative-platform-java
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 

-Build-Depends: debhelper (>= 11),
+Build-Depends: debhelper-compat (= 13),
default-jdk (>= 2:1.8),
default-jdk-doc,
javahelper,



View it on GitLab: 
https://salsa.debian.org/java-team/libnative-platform-java/-/compare/5135e8c700b615832695f7d28479146c82368fd3...49670cc6b6a19143b852e5aa392243bdf0d02f82

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libnative-platform-java/-/compare/5135e8c700b615832695f7d28479146c82368fd3...49670cc6b6a19143b852e5aa392243bdf0d02f82
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


[Git][java-team/libnative-platform-java][master] 2 commits: Upstream GitHub repo has moved, update URL.

2024-02-19 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / 
libnative-platform-java


Commits:
525e06f1 by Edward Betts at 2020-09-21T12:27:54+01:00
Upstream GitHub repo has moved, update URL.

- - - - -
5135e8c7 by Tony Mancill at 2024-02-19T17:04:12+00:00
Merge branch upstream-github-moved into master

Upstream GitHub repo has moved, update URL.

See merge request java-team/libnative-platform-java!1
- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/copyright
- debian/watch


Changes:

=
debian/changelog
=
@@ -1,3 +1,9 @@
+libnative-platform-java (0.14-6) UNRELEASED; urgency=medium
+
+  * Upstream GitHub repo has moved, update URL.
+
+ -- Edward Betts   Mon, 21 Sep 2020 12:27:27 +0100
+
 libnative-platform-java (0.14-5) unstable; urgency=medium
 
   * Team upload.


=
debian/control
=
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 11),
 Standards-Version: 4.1.5
 Vcs-Git: https://salsa.debian.org/java-team/libnative-platform-java.git
 Vcs-Browser: https://salsa.debian.org/java-team/libnative-platform-java
-Homepage: https://github.com/adammurdoch/native-platform
+Homepage: https://github.com/gradle/native-platform
 
 Package: libnative-platform-java
 Architecture: all


=
debian/copyright
=
@@ -1,6 +1,6 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Native-platform for Java
-Source: https://github.com/adammurdoch/native-platform.git
+Source: https://github.com/gradle/native-platform.git
 Files-Excluded: *.jar
 
 Files: *


=
debian/watch
=
@@ -1,5 +1,5 @@
 version=3
 
opts=repack,compression=xz,uversionmangle=s/(\d)[\.\-]?((?:rc|RC|pre)(?:\.|-)?\d+(?:-\d+)?)$/$1~$2/,dversionmangle=s/(\da?)[\+\.\-~](?:dfsg|debian|ds|repack|repacked)\.?\d*$/$1/,
 \
- https://github.com/adammurdoch/native-platform/tags \
+ https://github.com/gradle/native-platform/tags \
  .*/archive/(?:upstream/)?(?:v||version-|release-|X|R|r)(\d\S*)\.tar\.gz
 # Bart Martens   Sat, 04 May 2013 09:06:25 +



View it on GitLab: 
https://salsa.debian.org/java-team/libnative-platform-java/-/compare/a290acb94c48fe13627d1c2e8f0a4db27286810d...5135e8c700b615832695f7d28479146c82368fd3

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libnative-platform-java/-/compare/a290acb94c48fe13627d1c2e8f0a4db27286810d...5135e8c700b615832695f7d28479146c82368fd3
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


[Git][java-team/jansi] Pushed new tag debian/2.4.1-2

2024-02-14 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/2.4.1-2 at Debian Java Maintainers / jansi

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jansi/-/tree/debian/2.4.1-2
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


[Git][java-team/jansi][master] Prepare changelog for upload to unstable

2024-02-14 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / jansi


Commits:
0a404d72 by tony mancill at 2024-02-13T13:19:29-08:00
Prepare changelog for upload to unstable

- - - - -


1 changed file:

- debian/changelog


Changes:

=
debian/changelog
=
@@ -1,3 +1,10 @@
+jansi (2.4.1-2) unstable; urgency=medium
+
+  * Team upload.
+  * Upload to unstable.
+
+ -- tony mancill   Tue, 13 Feb 2024 11:24:13 -0800
+
 jansi (2.4.1-1) experimental; urgency=medium
 
   * Team upload.



View it on GitLab: 
https://salsa.debian.org/java-team/jansi/-/commit/0a404d72c68c5f244f1da1390e0674fdebf80876

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jansi/-/commit/0a404d72c68c5f244f1da1390e0674fdebf80876
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


[Git][java-team/maven] Pushed new tag debian/3.8.7-2

2024-02-13 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/3.8.7-2 at Debian Java Maintainers / maven

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/maven/-/tree/debian/3.8.7-2
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


[Git][java-team/maven][master] 3 commits: Set -Djansi.mode to work with Debian jansi (see: #1039607)

2024-02-13 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / maven


Commits:
c6751aed by tony mancill at 2024-01-07T21:11:45-08:00
Set -Djansi.mode to work with Debian jansi (see: #1039607)

- - - - -
4501966b by tony mancill at 2024-01-07T21:16:11-08:00
Prepare changelog for upload to experimental

- - - - -
b6f107c2 by tony mancill at 2024-02-11T22:15:08-08:00
Prepare changelog for upload to unstable

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/03_jansi_behavior.patch
- debian/patches/series


Changes:

=
debian/changelog
=
@@ -1,3 +1,21 @@
+maven (3.8.7-2) unstable; urgency=medium
+
+  * Team upload to unstable
+
+ -- tony mancill   Sun, 11 Feb 2024 22:14:29 -0800
+
+maven (3.8.7-2~exp1) experimental; urgency=medium
+
+  * Team upload to experimental
+  * Patch mvn script to work around failure of Debian jansi to detect a
+TTY when -Djansi.mode=default and thus behave more like upstream.
+By default, -Djansi.mode=force so output is colorized.  When -B or
+--batch-mode is specified, the property is set to jansi.mode=strip.
+This behavior can be overridden by setting MAVEN_JANSI_PROPERTY.
+See Debian bug #1039607.
+
+ -- tony mancill   Sun, 07 Jan 2024 18:47:04 -0800
+
 maven (3.8.7-1) unstable; urgency=medium
 
   * New upstream release


=
debian/patches/03_jansi_behavior.patch
=
@@ -0,0 +1,32 @@
+Description: set -Djansi.mode=force unless --batch-mode/-B is specified.
+ This enables colorized output for Debian versions of jansi > 2.4.0-2.
+ This behavior can be overridden by setting MAVEN_JANSI_PROPERTY="",
+ or to any other valid jansi.mode property value.
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1039607
+Author: tony mancill 
+Forwarded: not-needed
+
+--- a/apache-maven/src/bin/mvn
 b/apache-maven/src/bin/mvn
+@@ -174,8 +174,20 @@
+   fi
+ }
+ 
++jansi_mode_property() {
++  jansi_mode="-Djansi.mode=force"
++  for arg in "$@"; do
++if [ "${arg}" = "--batch-mode" ] || [ "${arg}" = "-B" ]; then
++  jansi_mode="-Djansi.mode=strip"
++  break
++fi
++  done
++  echo ${jansi_mode}
++}
++MAVEN_JANSI_PROPERTY="${MAVEN_JANSI_PROPERTY-$(jansi_mode_property "$@")}"
++
+ MAVEN_PROJECTBASEDIR="${MAVEN_BASEDIR:-`find_maven_basedir "$@"`}"
+-MAVEN_OPTS="`concat_lines "$MAVEN_PROJECTBASEDIR/.mvn/jvm.config"` 
$MAVEN_OPTS"
++MAVEN_OPTS="`concat_lines "$MAVEN_PROJECTBASEDIR/.mvn/jvm.config"` 
$MAVEN_OPTS $MAVEN_JANSI_PROPERTY"
+ 
+ # For Cygwin, switch project base directory path to Windows format before
+ # executing Maven otherwise this will cause Maven not to consider it.


=
debian/patches/series
=
@@ -1,2 +1,3 @@
 reproducible-build-timestamp.patch
 slf4j-compatibility.patch
+03_jansi_behavior.patch



View it on GitLab: 
https://salsa.debian.org/java-team/maven/-/compare/f9ea6cc7d58a688dd4d757a9106c69f7e97a962a...b6f107c27679c249a519be11ee2eaf55fec2b806

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/maven/-/compare/f9ea6cc7d58a688dd4d757a9106c69f7e97a962a...b6f107c27679c249a519be11ee2eaf55fec2b806
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


[Git][java-team/libusb-java][master] 4 commits: Use java_compat_level variable provided by java-common to adjust...

2024-02-01 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / libusb-java


Commits:
e523b54e by Vladimir Petko at 2024-01-30T15:20:56+13:00
Use java_compat_level variable provided by java-common to adjust 
-source/-target level to the minimum required by the default Java.

- - - - -
ee4d7cb0 by Vladimir Petko at 2024-01-30T15:22:32+13:00
changelog

- - - - -
5cc30aad by Tony Mancill at 2024-02-02T06:27:05+00:00
Merge branch master into master

# Conflicts:
#   debian/changelog
- - - - -
4f7a6fc9 by Tony Mancill at 2024-02-02T06:29:31+00:00
Merge branch master into master

Resolve Java 21 ftbfs

See merge request java-team/libusb-java!3
- - - - -


3 changed files:

- debian/changelog
- debian/patches/java-compat.patch
- debian/rules


Changes:

=
debian/changelog
=
@@ -1,10 +1,16 @@
 libusb-java (0.8+ztex20090101-10) UNRELEASED; urgency=medium
 
+  [ Vladimir Petko ]
+  * d/rules, d/p/java-compat.patch: use java_compat_level variable provided
+by java-common to adjust -source/-target level to the minimum required
+by the default Java (Closes: #1057523).
+
+  [ Debian Janitor ]
   * Trim trailing whitespace.
   * Use versioned copyright format URI.
   * Update standards version to 4.6.1, no changes needed.
 
- -- Debian Janitor   Thu, 22 Dec 2022 12:45:34 -
+ -- Vladimir Petko   Tue, 30 Jan 2024 15:21:25 
+1300
 
 libusb-java (0.8+ztex20090101-9) unstable; urgency=medium
 


=
debian/patches/java-compat.patch
=
@@ -10,7 +10,7 @@ Forwarded: no
  STRIP=strip
  CHMOD=chmod -x
 -JAVAC=javac
-+JAVAC=javac -source 7 -target 7 -encoding ISO-8859-1
++JAVAC=javac -source $(JAVA_COMPAT_LEVEL) -target $(JAVA_COMPAT_LEVEL) 
-encoding ISO-8859-1
  RM=rm -f
  INSTALL=install
  INSTALLDIR=$(INSTALL) -d


=
debian/rules
=
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
+include /usr/share/java/java_defaults.mk
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
@@ -19,10 +20,10 @@ override_dh_auto_build-arch:
touch build-arch-stamp
 
 override_dh_auto_build-indep:
-   $(MAKE) STRIP="# not stripping: " classes
+   $(MAKE) JAVA_COMPAT_LEVEL=$(java_compat_level) STRIP="# not stripping: 
" classes
jar cf libusb.jar `find ch -name "*.class"`
[ -d $(DOCPATH) ] || mkdir -p $(DOCPATH)
-   javadoc -Xdoclint:none -source 1.7 -encoding ISO-8859-1 -classpath . -d 
$(DOCPATH) ch.ntb.usb
+   javadoc -Xdoclint:none -source $(java_compat_level) -encoding 
ISO-8859-1 -classpath . -d $(DOCPATH) ch.ntb.usb
touch build-indep-stamp
 
 LIBPACKAGE=libusb-java-lib



View it on GitLab: 
https://salsa.debian.org/java-team/libusb-java/-/compare/3e9804bc81cb8ba3da82337001b363ad162e5357...4f7a6fc96d965f856f75f9b96fb51ba5cb7187e4

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libusb-java/-/compare/3e9804bc81cb8ba3da82337001b363ad162e5357...4f7a6fc96d965f856f75f9b96fb51ba5cb7187e4
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


[Git][java-team/libusb-java][master] 2 commits: Apply multi-arch hints.

2024-02-01 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / libusb-java


Commits:
847e2338 by Debian Janitor at 2022-12-22T05:56:04+00:00
Apply multi-arch hints.
+ libusb-java-doc: Add Multi-Arch: foreign.

Changes-By: apply-multiarch-hints

- - - - -
3e9804bc by Tony Mancill at 2024-02-02T06:23:59+00:00
Merge branch multiarch-fixes into master

Apply multi-arch hints

See merge request java-team/libusb-java!2
- - - - -


1 changed file:

- debian/control


Changes:

=
debian/control
=
@@ -37,6 +37,7 @@ Section: doc
 Architecture: all
 Depends: ${misc:Depends}
 Suggests: libusb-java
+Multi-Arch: foreign
 Description: Java wrapper for libusb (documentation)
  This Java library wraps the C library libusb (0.1). It is designed to
  support user level applications to access USB devices regardless of



View it on GitLab: 
https://salsa.debian.org/java-team/libusb-java/-/compare/4b91e1dd3ebd28db37ed84fd070b78125bf2ea48...3e9804bc81cb8ba3da82337001b363ad162e5357

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libusb-java/-/compare/4b91e1dd3ebd28db37ed84fd070b78125bf2ea48...3e9804bc81cb8ba3da82337001b363ad162e5357
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


[Git][java-team/libusb-java][master] 4 commits: Trim trailing whitespace.

2024-02-01 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / libusb-java


Commits:
af93f37a by Debian Janitor at 2022-12-22T12:45:34+00:00
Trim trailing whitespace.

Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html

- - - - -
10c3d170 by Debian Janitor at 2022-12-22T12:45:34+00:00
Use versioned copyright format URI.

Changes-By: lintian-brush
Fixes: lintian: unversioned-copyright-format-uri
See-also: https://lintian.debian.org/tags/unversioned-copyright-format-uri.html

- - - - -
fee7139a by Debian Janitor at 2022-12-22T12:45:37+00:00
Update standards version to 4.6.1, no changes needed.

Changes-By: lintian-brush
Fixes: lintian: out-of-date-standards-version
See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html

- - - - -
4b91e1dd by Tony Mancill at 2024-02-02T06:23:21+00:00
Merge branch lintian-fixes into master

Fix some issues reported by lintian

See merge request java-team/libusb-java!1
- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/copyright
- debian/rules


Changes:

=
debian/changelog
=
@@ -1,3 +1,11 @@
+libusb-java (0.8+ztex20090101-10) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Use versioned copyright format URI.
+  * Update standards version to 4.6.1, no changes needed.
+
+ -- Debian Janitor   Thu, 22 Dec 2022 12:45:34 -
+
 libusb-java (0.8+ztex20090101-9) unstable; urgency=medium
 
   * Team upload.


=
debian/control
=
@@ -7,7 +7,7 @@ Build-Depends:
  debhelper-compat (= 13),
  default-jdk,
  libusb-dev
-Standards-Version: 4.5.1
+Standards-Version: 4.6.1
 Vcs-Git: https://salsa.debian.org/java-team/libusb-java.git
 Vcs-Browser: https://salsa.debian.org/java-team/libusb-java
 Homepage: http://libusbjava.sf.net


=
debian/copyright
=
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: libusb-java
 Source: libusbjava.sf.net
 


=
debian/rules
=
@@ -8,7 +8,7 @@ P=$(shell dirname `find /usr/lib/jvm/ -name jni.h | head -n 1` )
 export CFLAGS=-I$(P)
 
 %:
-   dh $@ 
+   dh $@
 
 test:
echo "P=$(P)"
@@ -44,4 +44,3 @@ override_dh_clean:
rm -f build-arch-stamp build-indep-stamp
 
 .PHONY: build-arch-stamp build-indep-stamp
-



View it on GitLab: 
https://salsa.debian.org/java-team/libusb-java/-/compare/7e5451c6afa5fcdfb7a8b282e224631953f9de0b...4b91e1dd3ebd28db37ed84fd070b78125bf2ea48

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libusb-java/-/compare/7e5451c6afa5fcdfb7a8b282e224631953f9de0b...4b91e1dd3ebd28db37ed84fd070b78125bf2ea48
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


[Git][java-team/ognl] Pushed new tag debian/2.7.3-8

2024-01-29 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/2.7.3-8 at Debian Java Maintainers / ognl

-- 
View it on GitLab: https://salsa.debian.org/java-team/ognl/-/tree/debian/2.7.3-8
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


[Git][java-team/ognl][master] 3 commits: d/p/01_build_xml.diff: fork java command for javacc in order to avoid...

2024-01-29 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / ognl


Commits:
59b281b9 by Vladimir Petko at 2024-01-30T12:28:33+13:00
d/p/01_build_xml.diff: fork java command for javacc in order to avoid 
System.exit() (Closes: #1057528).

- - - - -
60642911 by Vladimir Petko at 2024-01-30T12:28:46+13:00
changelog

- - - - -
7d19d519 by Tony Mancill at 2024-01-30T04:35:59+00:00
Merge branch master into master

Resolve Java 21 ftbfs

See merge request java-team/ognl!2
- - - - -


2 changed files:

- debian/changelog
- debian/patches/01_build_xml.diff


Changes:

=
debian/changelog
=
@@ -1,3 +1,12 @@
+ognl (2.7.3-8) UNRELEASED; urgency=medium
+
+  * d/p/01_build_xml.diff: javacc calls System.exit() and it is no
+longer intercepted due to SecurityManager changes in Java 21.
+Rollback changes to build.xml so that javacc command is forked and
+does not abort the ant process (Closes:  #1057528).
+
+ -- Vladimir Petko   Tue, 30 Jan 2024 12:23:31 
+1300
+
 ognl (2.7.3-7) unstable; urgency=medium
 
   * Team upload.


=
debian/patches/01_build_xml.diff
=
@@ -1,5 +1,4 @@
 Description:
- - build.xml: Don't fork javacc-generate (use Ant Classpath)
  - docbook.xml: Use Xalan2 as XSLT processor
  - docbook.xml: Fix classpath inclusion of fop.jar
 Origin: Damien Raude-Morvan 
@@ -52,21 +51,7 @@ Origin: Damien Raude-Morvan 
  
 --- a/build.xml
 +++ b/build.xml
-@@ -59,19 +59,19 @@
- 
- 
- 
--
-+
- 
- 
- 
- 
--
-+
- 
- 
- 
+@@ -71,7 +71,7 @@
  
  
  



View it on GitLab: 
https://salsa.debian.org/java-team/ognl/-/compare/5c026d821c22d6a16e8171c572025f2659d13e88...7d19d519819d6abb89488ba0fb0f4b5c433fb3ca

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/ognl/-/compare/5c026d821c22d6a16e8171c572025f2659d13e88...7d19d519819d6abb89488ba0fb0f4b5c433fb3ca
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


[Git][java-team/beansbinding] Pushed new tag debian/1.2.1-5

2024-01-28 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/1.2.1-5 at Debian Java Maintainers / 
beansbinding

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/beansbinding/-/tree/debian/1.2.1-5
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


[Git][java-team/beansbinding][master] 3 commits: Bump Standards-Version to 4.6.2

2024-01-28 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / beansbinding


Commits:
c18bb5a8 by tony mancill at 2024-01-28T21:17:43-08:00
Bump Standards-Version to 4.6.2

- - - - -
f0d29243 by tony mancill at 2024-01-28T21:18:35-08:00
Set Rules-Requires-Root: no in debian/control

- - - - -
df42605b by tony mancill at 2024-01-28T21:19:09-08:00
Prepare changelog for upload

- - - - -


2 changed files:

- debian/changelog
- debian/control


Changes:

=
debian/changelog
=
@@ -1,9 +1,21 @@
-beansbinding (1.2.1-5) UNRELEASED; urgency=medium
+beansbinding (1.2.1-5) unstable; urgency=medium
 
+  [ Vladimir Petko ]
   * d/rules, d/p/*: pass Java source and target level on Ant command
 line, drop Java compatibility patch (Closes: #1057491).
 
- -- Vladimir Petko   Fri, 05 Jan 2024 20:58:46 
+1300
+  [ Debian Janitor ]
+  * Add Multi-Arch: foreign hint to libbeansbinding-java and
+libbeansbinding-java-doc
+  * Use debhelper 13.
+  * Update Vcs-* headers from URL redirect.
+  * Use canonical URL in Vcs-Git.
+
+  [ tony mancill ]
+  * Bump Standards-Version to 4.6.2
+  * Set Rules-Requires-Root: no in debian/control
+
+ -- tony mancill   Sun, 28 Jan 2024 21:18:42 -0800
 
 beansbinding (1.2.1-4) unstable; urgency=medium
 


=
debian/control
=
@@ -7,10 +7,11 @@ Uploaders: Marek Slama ,
 Build-Depends: debhelper-compat (= 13),
  javahelper, ant, default-jdk,
  maven-repo-helper
-Standards-Version: 4.1.3
+Standards-Version: 4.6.2
 Homepage: https://github.com/JFormDesigner/swing-beansbinding
 Vcs-Browser: https://salsa.debian.org/java-team/beansbinding
 Vcs-Git: https://salsa.debian.org/java-team/beansbinding.git
+Rules-Requires-Root: no
 
 Package: libbeansbinding-java
 Architecture: all



View it on GitLab: 
https://salsa.debian.org/java-team/beansbinding/-/compare/5363051ca252a3c13bf547d1569d2a5d76b1c0d0...df42605b57a421c36ea2ba3136a8bb856e6b262d

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/beansbinding/-/compare/5363051ca252a3c13bf547d1569d2a5d76b1c0d0...df42605b57a421c36ea2ba3136a8bb856e6b262d
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


[Git][java-team/beansbinding][master] 3 commits: d/rules, d/p/*: pass Java source and target level on ant command line, drop...

2024-01-28 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / beansbinding


Commits:
10114b6a by Vladimir Petko at 2024-01-05T21:00:29+13:00
d/rules, d/p/*: pass Java source and target level on ant command line, drop 
java compatibility patch (Closes: #1057491).

- - - - -
376aeab3 by Vladimir Petko at 2024-01-05T21:03:56+13:00
changelog

- - - - -
5363051c by Tony Mancill at 2024-01-29T05:12:22+00:00
Merge branch master into master

Resolve Java 21 ftbfs

See merge request java-team/beansbinding!3
- - - - -


4 changed files:

- debian/changelog
- − debian/patches/java9.patch
- − debian/patches/series
- debian/rules


Changes:

=
debian/changelog
=
@@ -1,3 +1,10 @@
+beansbinding (1.2.1-5) UNRELEASED; urgency=medium
+
+  * d/rules, d/p/*: pass Java source and target level on Ant command
+line, drop Java compatibility patch (Closes: #1057491).
+
+ -- Vladimir Petko   Fri, 05 Jan 2024 20:58:46 
+1300
+
 beansbinding (1.2.1-4) unstable; urgency=medium
 
   * Team upload.


=
debian/patches/java9.patch deleted
=
@@ -1,48 +0,0 @@
-From: Markus Koschany 
-Date: Fri, 23 Mar 2018 14:52:39 +0100
-Subject: java9
-
-Fix FTBFS with Java 9. Use source/target 1.7 at least.
-
-Bug-Debian: https://bugs.debian.org/893100
-Forwarded: no

- nbproject/build-impl.xml | 4 ++--
- nbproject/project.properties | 6 +++---
- 2 files changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml
-index b0d6bbe..42850a6 100644
 a/nbproject/build-impl.xml
-+++ b/nbproject/build-impl.xml
-@@ -37,8 +37,8 @@ is divided into following sections:
- 
- 
- 
--
--
-+
-+
- 
- 
- 
-diff --git a/nbproject/project.properties b/nbproject/project.properties
-index c6490ad..3408cff 100644
 a/nbproject/project.properties
-+++ b/nbproject/project.properties
-@@ -19,12 +19,12 @@ dist.javadoc.dir=${dist.dir}/javadoc
- file.reference.el.jar=lib/el.jar
- jar.compress=false
- javac.classpath=
--javac.compilerargs=-target 1.5
-+javac.compilerargs=-target 1.7
- # Space-separated list of extra javac options
- #javac.compilerargs=-Xlint:unchecked
- javac.deprecation=false
--javac.source=1.5
--javac.target=1.5
-+javac.source=1.7
-+javac.target=1.7
- javac.test.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}:\


=
debian/patches/series deleted
=
@@ -1 +0,0 @@
-java9.patch


=
debian/rules
=
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+include /usr/share/java/java_defaults.mk
+
 export JAVA_HOME=/usr/lib/jvm/default-java
 VERSION := $(shell dpkg-parsechangelog | grep ^Version: | sed -r 's/^.*:\ 
([0-9\.]+)(-|\+).*/\1/')
 
@@ -7,7 +9,10 @@ VERSION := $(shell dpkg-parsechangelog | grep ^Version: | sed 
-r 's/^.*:\ ([0-9\
dh $@ --with javahelper --with jh_maven_repo_helper
 
 override_dh_auto_build:
-   ant -f build.xml dist
+   ant -f build.xml dist \
+   -Djavac.source=$(java_compat_level) \
+   -Djavac.target=$(java_compat_level) \
+   -Djavac.compilerargs=
 
 override_jh_installlibs:
jh_installlibs --upstream-version=$(VERSION)



View it on GitLab: 
https://salsa.debian.org/java-team/beansbinding/-/compare/660e44b1f0aa88d295e27d1cd24b76f701ac5f9b...5363051ca252a3c13bf547d1569d2a5d76b1c0d0

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/beansbinding/-/compare/660e44b1f0aa88d295e27d1cd24b76f701ac5f9b...5363051ca252a3c13bf547d1569d2a5d76b1c0d0
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


[Git][java-team/beansbinding][master] 6 commits: Trim trailing whitespace.

2024-01-28 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / beansbinding


Commits:
ec1ce76f by Debian Janitor at 2023-01-14T03:54:42+00:00
Trim trailing whitespace.

Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html

- - - - -
d06f7d4c by Debian Janitor at 2023-01-14T03:54:47+00:00
Bump debhelper from old 11 to 13.

Changes-By: lintian-brush
Fixes: lintian: package-uses-old-debhelper-compat-version
See-also: 
https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html

- - - - -
c68bd303 by Debian Janitor at 2023-01-14T03:54:47+00:00
Set debhelper-compat version in Build-Depends.

Changes-By: lintian-brush
Fixes: lintian: uses-debhelper-compat-file
See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html

- - - - -
7e2fad01 by Debian Janitor at 2023-01-14T03:54:49+00:00
Update Vcs-* headers from URL redirect.

Changes-By: lintian-brush
Fixes: lintian: vcs-obsolete-in-debian-infrastructure
See-also: 
https://lintian.debian.org/tags/vcs-obsolete-in-debian-infrastructure.html

- - - - -
9ea712bf by Debian Janitor at 2023-01-14T03:54:49+00:00
Use canonical URL in Vcs-Git.

Changes-By: lintian-brush
Fixes: lintian: vcs-field-not-canonical
See-also: https://lintian.debian.org/tags/vcs-field-not-canonical.html

- - - - -
660e44b1 by Tony Mancill at 2024-01-29T05:07:43+00:00
Merge branch lintian-fixes into master

Fix some issues reported by lintian

See merge request java-team/beansbinding!2
- - - - -


3 changed files:

- debian/changelog
- − debian/compat
- debian/control


Changes:

=
debian/changelog
=
@@ -83,4 +83,3 @@ libbeansbinding-java (1.2.1-0ubuntu1) hardy; urgency=low
   * Initial version. (LP: #185975)
 
  -- Marek Slama   Fri, 25 Jan 2008 10:00:00 +0100
-


=
debian/compat deleted
=
@@ -1 +0,0 @@
-11


=
debian/control
=
@@ -4,12 +4,13 @@ Priority: optional
 Maintainer: Debian Java Maintainers 

 Uploaders: Marek Slama ,
  tony mancill 
-Build-Depends: debhelper (>= 11), javahelper, ant, default-jdk,
+Build-Depends: debhelper-compat (= 13),
+ javahelper, ant, default-jdk,
  maven-repo-helper
 Standards-Version: 4.1.3
 Homepage: https://github.com/JFormDesigner/swing-beansbinding
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/beansbinding.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/beansbinding.git
+Vcs-Browser: https://salsa.debian.org/java-team/beansbinding
+Vcs-Git: https://salsa.debian.org/java-team/beansbinding.git
 
 Package: libbeansbinding-java
 Architecture: all



View it on GitLab: 
https://salsa.debian.org/java-team/beansbinding/-/compare/26fd7ec1a92904d538f174cedbf32bd4f7877d07...660e44b1f0aa88d295e27d1cd24b76f701ac5f9b

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/beansbinding/-/compare/26fd7ec1a92904d538f174cedbf32bd4f7877d07...660e44b1f0aa88d295e27d1cd24b76f701ac5f9b
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


[Git][java-team/beansbinding][master] 2 commits: Apply multi-arch hints.

2024-01-28 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / beansbinding


Commits:
31a40384 by Debian Janitor at 2022-12-21T12:12:28+00:00
Apply multi-arch hints.
+ libbeansbinding-java, libbeansbinding-java-doc: Add Multi-Arch: foreign.

Changes-By: apply-multiarch-hints

- - - - -
26fd7ec1 by Tony Mancill at 2024-01-29T05:06:01+00:00
Merge branch multiarch-fixes into master

Apply multi-arch hints

See merge request java-team/beansbinding!1
- - - - -


1 changed file:

- debian/control


Changes:

=
debian/control
=
@@ -15,6 +15,7 @@ Package: libbeansbinding-java
 Architecture: all
 Depends: ${java:Depends}, ${misc:Depends}
 Suggests: libbeansbinding-java-doc
+Multi-Arch: foreign
 Description: Beans Binding API (library)
  In essence, Beans Binding (JSR 295) is about keeping
  two properties (typically of two objects) in sync.
@@ -30,6 +31,7 @@ Architecture: all
 Section: doc
 Depends: ${misc:Depends}
 Recommends: ${java:Recommends}
+Multi-Arch: foreign
 Description: Beans Binding API (documentation)
  In essence, Beans Binding (JSR 295) is about keeping
  two properties (typically of two objects) in sync.



View it on GitLab: 
https://salsa.debian.org/java-team/beansbinding/-/compare/41ed7fd1145aff0d43b2c918cf72bd264a240d9a...26fd7ec1a92904d538f174cedbf32bd4f7877d07

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/beansbinding/-/compare/41ed7fd1145aff0d43b2c918cf72bd264a240d9a...26fd7ec1a92904d538f174cedbf32bd4f7877d07
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


[Git][java-team/lombok] Pushed new tag debian/1.18.24-2

2024-01-27 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/1.18.24-2 at Debian Java Maintainers / lombok

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/lombok/-/tree/debian/1.18.24-2
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


[Git][java-team/lombok][master] 6 commits: Set Rules-Requires-Root: no in debian/control

2024-01-27 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / lombok


Commits:
13386296 by tony mancill at 2024-01-27T12:15:43-08:00
Set Rules-Requires-Root: no in debian/control

- - - - -
c3c35ff9 by tony mancill at 2024-01-27T12:16:11-08:00
Freshen years in debian/copyright

- - - - -
2d0c6985 by tony mancill at 2024-01-27T12:17:03-08:00
Use debian/watch version 4

- - - - -
70c13e3f by tony mancill at 2024-01-27T12:17:40-08:00
Bump Standards-Version to 4.6.2

- - - - -
5e16f489 by tony mancill at 2024-01-27T12:26:05-08:00
Apply reproducible builds patch for SpiProcessorPersistence (Closes: #1035365)

- - - - -
17f6d5f1 by tony mancill at 2024-01-27T12:33:20-08:00
Prepare changelog for upload

- - - - -


6 changed files:

- debian/changelog
- debian/control
- debian/copyright
- + debian/patches/reproducible-builds-spiprocessor.patch
- debian/patches/series
- debian/watch


Changes:

=
debian/changelog
=
@@ -1,9 +1,23 @@
-lombok (1.18.24-2) UNRELEASED; urgency=medium
+lombok (1.18.24-2) unstable; urgency=medium
 
-  * d/p/java21_compatibility.patch: add eclise-jface-text.jar to the
+  * Team upload
+
+  [ Vladimir Petko ]
+  * d/p/java21_compatibility.patch: add eclipse-jface-text to the
 classpath to fix the ftbfs (Closes: #1057524).
 
- -- Vladimir Petko   Thu, 25 Jan 2024 11:47:21 
+1300
+  [ Debian Janitor ]
+  * Apply multi-arch hints. + liblombok-java: Add Multi-Arch: foreign.
+
+  [ tony mancill ]
+  * Set Rules-Requires-Root: no in debian/control
+  * Freshen years in debian/copyright
+  * Use debian/watch version 4
+  * Bump Standards-Version to 4.6.2
+  * Apply reproducible builds patch for SpiProcessorPersistence class
+(Closes: #1035365)
+
+ -- tony mancill   Sat, 27 Jan 2024 12:19:09 -0800
 
 lombok (1.18.24-1) unstable; urgency=medium
 


=
debian/control
=
@@ -21,10 +21,11 @@ Build-Depends:
  liblombok-patcher-java (>= 0.42-3~),
  libosgi-core-java,
  maven-repo-helper
-Standards-Version: 4.6.0.1
+Standards-Version: 4.6.2
 Vcs-Git: https://salsa.debian.org/java-team/lombok.git
 Vcs-Browser: https://salsa.debian.org/java-team/lombok
 Homepage: https://projectlombok.org
+Rules-Requires-Root: no
 
 Package: liblombok-java
 Architecture: all


=
debian/copyright
=
@@ -10,10 +10,10 @@ Copyright: 2009-2015 The Project Lombok Authors.
 License: MIT
 
 Files: debian/*
-Copyright: 2012-2013, Jakub Adam 
-   2015, Hans-Christoph Steiner 
-   2016, Markus Koschany 
-   2017, tony mancill 
+Copyright: 2012-2024, Jakub Adam 
+   2015-2024, Hans-Christoph Steiner 
+   2016-2024, Markus Koschany 
+   2017-2024, tony mancill 
 License: MIT
 
 License: MIT


=
debian/patches/reproducible-builds-spiprocessor.patch
=
@@ -0,0 +1,21 @@
+From 9e2381870db66336dee2ac7b1ad6ef00f131cdac Mon Sep 17 00:00:00 2001
+From: Vagrant Cascadian 
+Date: Mon, 1 May 2023 16:27:59 -0700
+Subject: [PATCH 1/3] src/spiProcessor/lombok/spi/SpiProcessorPersistence.java:
+ Avoid embedding the build timestamp.
+
+https://reproducible-builds.org/docs/timestamps/
+---
+ src/spiProcessor/lombok/spi/SpiProcessorPersistence.java | 1 -
+ 1 file changed, 1 deletion(-)
+
+--- a/src/spiProcessor/lombok/spi/SpiProcessorPersistence.java
 b/src/spiProcessor/lombok/spi/SpiProcessorPersistence.java
+@@ -141,7 +141,6 @@
+   FileObject output = 
filer.createResource(StandardLocation.CLASS_OUTPUT, "", path + serviceName);
+   Writer writer = output.openWriter();
+   writer.write("# Generated by " + name + "\n");
+-  writer.write("# " + new SimpleDateFormat("EEE, d MMM  
HH:mm:ss Z", Locale.US).format(new Date()) + "\n");
+   writer.write(value);
+   writer.close();
+   }


=
debian/patches/series
=
@@ -10,3 +10,4 @@ compilation.patch
 ignore-apt-errors.patch
 java17-compatibility.patch
 java21-compatibility.patch
+reproducible-builds-spiprocessor.patch


=
debian/watch
=
@@ -1,3 +1,3 @@
-version=3
+version=4
 
opts=dversionmangle=s/(\da?)[\+\.\-~](?:dfsg|debian|ds|repack|repacked)\.?\d*$/$1/,filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/lombok-$1\.tar\.gz/
 \
   https://github.com/rzwitserloot/lombok/tags .*/v?(\d\S*)\.tar\.gz



View it on GitLab: 
https://salsa.debian.org/java-team/lombok/-/compare/3818845eaefe89ce99044581a42aa6ca5043b087...17f6d5f18244f5cecbef7443a1e498bd744ee925

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/lombok/-/compare/3818845eaefe89ce99044581a42aa6ca5043b087...17f6d5f18244f5cecbef7443a1e498bd744ee925
You're receiving this email because of your 

[Git][java-team/lombok][master] 2 commits: Apply multi-arch hints.

2024-01-27 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / lombok


Commits:
34bc7c23 by Debian Janitor at 2023-01-25T02:33:39+00:00
Apply multi-arch hints.
+ liblombok-java: Add Multi-Arch: foreign.

Changes-By: apply-multiarch-hints

- - - - -
3818845e by Tony Mancill at 2024-01-27T20:13:53+00:00
Merge branch multiarch-fixes into master

Apply multi-arch hints

See merge request java-team/lombok!1
- - - - -


1 changed file:

- debian/control


Changes:

=
debian/control
=
@@ -31,6 +31,7 @@ Architecture: all
 Depends:
  ${java:Depends},
  ${misc:Depends}
+Multi-Arch: foreign
 Description: Reduce boilerplate code in Java projects
  "Boilerplate" is a term used to describe code that is repeated in
  many parts of an application with little alteration. One of the most



View it on GitLab: 
https://salsa.debian.org/java-team/lombok/-/compare/6ddfd21590ec75cb1d6f74a204edab5fd12b6529...3818845eaefe89ce99044581a42aa6ca5043b087

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/lombok/-/compare/6ddfd21590ec75cb1d6f74a204edab5fd12b6529...3818845eaefe89ce99044581a42aa6ca5043b087
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


[Git][java-team/lombok][master] 3 commits: Add Java 21 compatibility patch

2024-01-27 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / lombok


Commits:
bce63fb5 by Vladimir Petko at 2024-01-25T14:08:01+13:00
Add Java 21 compatibility patch

add eclise-jface-text.jar to the classpath

- - - - -
ba396b74 by Vladimir Petko at 2024-01-25T14:08:31+13:00
changelog

- - - - -
6ddfd215 by Tony Mancill at 2024-01-27T20:04:12+00:00
Merge branch resolve_java_ftbfs into master

Resolve Java 21 ftbfs - add Java 21 compatibility patch

See merge request java-team/lombok!2
- - - - -


3 changed files:

- debian/changelog
- + debian/patches/java21-compatibility.patch
- debian/patches/series


Changes:

=
debian/changelog
=
@@ -1,3 +1,10 @@
+lombok (1.18.24-2) UNRELEASED; urgency=medium
+
+  * d/p/java21_compatibility.patch: add eclise-jface-text.jar to the
+classpath to fix the ftbfs (Closes: #1057524).
+
+ -- Vladimir Petko   Thu, 25 Jan 2024 11:47:21 
+1300
+
 lombok (1.18.24-1) unstable; urgency=medium
 
   * Team upload.


=
debian/patches/java21-compatibility.patch
=
@@ -0,0 +1,16 @@
+Description: add eclise-jface-text.jar to the classpath
+ Java 21 build fails with the error "cannot access ICompletionProposal".
+ Explicitly add eclipse-jface-test.jar to the classpath.
+Author: Vladimir Petko 
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057524
+Forwarded: not-needed
+--- a/buildScripts/compile.ant.xml
 b/buildScripts/compile.ant.xml
+@@ -183,6 +183,7 @@
+   
+   
+   
++  
+   
+   
+   


=
debian/patches/series
=
@@ -9,3 +9,4 @@ build-with-java11-only.patch
 compilation.patch
 ignore-apt-errors.patch
 java17-compatibility.patch
+java21-compatibility.patch



View it on GitLab: 
https://salsa.debian.org/java-team/lombok/-/compare/d41b7eddb99a34c4db1069127d019c6fba7da8e1...6ddfd21590ec75cb1d6f74a204edab5fd12b6529

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/lombok/-/compare/d41b7eddb99a34c4db1069127d019c6fba7da8e1...6ddfd21590ec75cb1d6f74a204edab5fd12b6529
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


[Git][java-team/jtreg] Pushed new tag debian/6.2+1-4

2024-01-25 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/6.2+1-4 at Debian Java Maintainers / jtreg

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jtreg/-/tree/debian/6.2+1-4
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


[Git][java-team/jtreg][master] 2 commits: Prepare changelog for upload

2024-01-25 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / jtreg


Commits:
56119b56 by tony mancill at 2024-01-25T21:01:31-08:00
Prepare changelog for upload

- - - - -
342236b0 by tony mancill at 2024-01-25T21:06:47-08:00
typo

Gbp-Dch: ignore

- - - - -


2 changed files:

- debian/changelog
- debian/patches/java21-this-escape.patch


Changes:

=
debian/changelog
=
@@ -1,5 +1,6 @@
-jtreg6 (6.2+1-4) UNRELEASED; urgency=medium
+jtreg6 (6.2+1-4) unstable; urgency=medium
 
+  * Team upload
   * d/p/java21-*: cherry-pick upstream patches fixing Java 21 build
 warnings (Closes: #1057511).
 


=
debian/patches/java21-this-escape.patch
=
@@ -1,6 +1,6 @@
 Description: fix [this-escape] warnings by declaring classes final.
  [this-escape] warning is generated when a class's constructor calls
- a method that can be overriden.
+ a method that can be overridden.
 Author: Jonathan Gibbons 
 Origin: upstream, 
https://github.com/openjdk/jtreg/commit/48935be4685ec5c99b3fe15c10439946944c9f7e
 Bug: https://bugs.openjdk.org/browse/CODETOOLS-7903516



View it on GitLab: 
https://salsa.debian.org/java-team/jtreg/-/compare/4b4b2cc7fee6dcceb61d02921ce9139628b56e38...342236b0a476953161aa42199bd0910756336493

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jtreg/-/compare/4b4b2cc7fee6dcceb61d02921ce9139628b56e38...342236b0a476953161aa42199bd0910756336493
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


[Git][java-team/libcommons-collections3-java] Pushed new tag debian/3.2.2-3

2024-01-24 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/3.2.2-3 at Debian Java Maintainers / 
libcommons-collections3-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libcommons-collections3-java/-/tree/debian/3.2.2-3
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


[Git][java-team/libcommons-collections3-java][master] Prepare changelog for upload

2024-01-24 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / 
libcommons-collections3-java


Commits:
3cbe22a1 by tony mancill at 2024-01-24T23:34:37-08:00
Prepare changelog for upload

- - - - -


1 changed file:

- debian/changelog


Changes:

=
debian/changelog
=
@@ -1,5 +1,6 @@
-libcommons-collections3-java (3.2.2-3) UNRELEASED; urgency=medium
+libcommons-collections3-java (3.2.2-3) unstable; urgency=medium
 
+  * Team upload
   [ Vladimir Petko ]
   * Use java_compat_level variable provided by java-common to set Java
 release level (Closes: #1057517).
@@ -14,6 +15,7 @@ libcommons-collections3-java (3.2.2-3) UNRELEASED; 
urgency=medium
   * Use secure URI in Homepage field.
   * Bump debhelper from old 11 to 13.
   * Set debhelper-compat version in Build-Depends.
+  * Binary packages are now Multi-Arch: foreign
 
  -- Vladimir Petko   Thu, 25 Jan 2024 16:05:04 
+1300
 



View it on GitLab: 
https://salsa.debian.org/java-team/libcommons-collections3-java/-/commit/3cbe22a1f408ab3428c33ff54f27e5fb0847807a

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libcommons-collections3-java/-/commit/3cbe22a1f408ab3428c33ff54f27e5fb0847807a
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


[Git][java-team/libcommons-collections3-java][master] 4 commits: Use java_compat_level variable provided by java-common to set Java release level.

2024-01-24 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / 
libcommons-collections3-java


Commits:
04866f03 by Vladimir Petko at 2024-01-25T16:04:12+13:00
Use java_compat_level variable provided by java-common to set Java release 
level.

- - - - -
fca6f628 by Vladimir Petko at 2024-01-25T16:09:16+13:00
changelog

- - - - -
a2e72571 by Tony Mancill at 2024-01-25T06:32:41+00:00
Merge branch master into master

fix-up changelog after rebasing

# Conflicts:
#   debian/changelog
- - - - -
e19a4b25 by Tony Mancill at 2024-01-25T06:41:08+00:00
Merge branch master into master

Resolve Java 21 FTBFS

See merge request java-team/libcommons-collections3-java!4
- - - - -


3 changed files:

- debian/changelog
- debian/patches/java11-compatibility.patch
- debian/rules


Changes:

=
debian/changelog
=
@@ -1,5 +1,10 @@
 libcommons-collections3-java (3.2.2-3) UNRELEASED; urgency=medium
 
+  [ Vladimir Petko ]
+  * Use java_compat_level variable provided by java-common to set Java
+release level (Closes: #1057517).
+
+  [ Debian Janitor ]
   * Remove constraints unnecessary since buster (oldstable):
 + libcommons-collections3-java: Drop conflict with removed package
   libjson-java (<= 2.3-2) in Breaks.
@@ -10,7 +15,7 @@ libcommons-collections3-java (3.2.2-3) UNRELEASED; 
urgency=medium
   * Bump debhelper from old 11 to 13.
   * Set debhelper-compat version in Build-Depends.
 
- -- Debian Janitor   Thu, 22 Dec 2022 11:09:43 -
+ -- Vladimir Petko   Thu, 25 Jan 2024 16:05:04 
+1300
 
 libcommons-collections3-java (3.2.2-2) unstable; urgency=medium
 


=
debian/patches/java11-compatibility.patch
=
@@ -3,11 +3,19 @@ Author: Emmanuel Bourg 
 Forwarded: not-needed
 --- a/build.xml
 +++ b/build.xml
-@@ -269,6 +269,7 @@
+@@ -125,6 +125,7 @@
+ 
+ 
+@@ -269,6 +270,7 @@
  



=
debian/rules
=
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 include /usr/share/dpkg/pkg-info.mk
+include /usr/share/java/java_defaults.mk
 
 LAST_MODIFIED:= $(shell date +%s%N | cut -c -13)
 
@@ -8,7 +9,7 @@ LAST_MODIFIED:= $(shell date +%s%N | cut -c -13)
dh $@ --with maven-repo-helper
 
 override_dh_auto_build:
-   dh_auto_build -- jar javadoc -Dlastmodified=$(LAST_MODIFIED) 
-Dant.build.javac.source=6 -Dant.build.javac.target=6
+   dh_auto_build -- jar javadoc -Dlastmodified=$(LAST_MODIFIED) 
-Djavac.release=$(java_compat_level)
 
 override_dh_auto_install:
mh_installpoms -plibcommons-collections3-java



View it on GitLab: 
https://salsa.debian.org/java-team/libcommons-collections3-java/-/compare/17fd4c3c7d1950e01ee971ec84f78803e4f1bac7...e19a4b25dec34d54ffb2f989eb5b5dfe1ccfada7

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libcommons-collections3-java/-/compare/17fd4c3c7d1950e01ee971ec84f78803e4f1bac7...e19a4b25dec34d54ffb2f989eb5b5dfe1ccfada7
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


[Git][java-team/libcommons-collections3-java][master] 2 commits: Apply multi-arch hints

2024-01-24 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / 
libcommons-collections3-java


Commits:
c70f0250 by Janitor at 2024-01-25T06:30:17+00:00
Apply multi-arch hints

- - - - -
17fd4c3c by Tony Mancill at 2024-01-25T06:30:17+00:00
Merge branch multiarch-fixes into master

Apply multi-arch hints

See merge request java-team/libcommons-collections3-java!3
- - - - -


1 changed file:

- debian/control


Changes:

=
debian/control
=
@@ -24,6 +24,7 @@ Depends: ${misc:Depends}
 Suggests: libcommons-collections3-java-doc
 Breaks:
  jenkins-json (<= 2.4-jenkins-3-1)
+Multi-Arch: foreign
 Description: Apache Commons Collections - Extended Collections API for Java
  The Java Collections Framework was a major addition in JDK 1.2. It added many
  powerful data structures that accelerate development of most significant Java
@@ -54,6 +55,7 @@ Package: libcommons-collections3-java-doc
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}
+Multi-Arch: foreign
 Description: Documentation for libcommons-collections3-java
  Javadocs for libcommons-collections3-java which is a Java
  collection framework.



View it on GitLab: 
https://salsa.debian.org/java-team/libcommons-collections3-java/-/compare/3191539364e468c28d58d5561d2e38296c9f52be...17fd4c3c7d1950e01ee971ec84f78803e4f1bac7

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libcommons-collections3-java/-/compare/3191539364e468c28d58d5561d2e38296c9f52be...17fd4c3c7d1950e01ee971ec84f78803e4f1bac7
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


[Git][java-team/libcommons-collections3-java][master] 2 commits: Remove unnecessary constraints

2024-01-24 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / 
libcommons-collections3-java


Commits:
eda3301d by Janitor at 2024-01-25T06:26:00+00:00
Remove unnecessary constraints

- - - - -
31915393 by Tony Mancill at 2024-01-25T06:26:01+00:00
Merge branch scrub-obsolete into master

Remove unnecessary constraints

See merge request java-team/libcommons-collections3-java!2
- - - - -


2 changed files:

- debian/changelog
- debian/control


Changes:

=
debian/changelog
=
@@ -1,5 +1,8 @@
 libcommons-collections3-java (3.2.2-3) UNRELEASED; urgency=medium
 
+  * Remove constraints unnecessary since buster (oldstable):
++ libcommons-collections3-java: Drop conflict with removed package
+  libjson-java (<= 2.3-2) in Breaks.
   * Trim trailing whitespace.
   * Use secure copyright file specification URI.
   * Update watch file format version to 4.
@@ -7,7 +10,7 @@ libcommons-collections3-java (3.2.2-3) UNRELEASED; 
urgency=medium
   * Bump debhelper from old 11 to 13.
   * Set debhelper-compat version in Build-Depends.
 
- -- Debian Janitor   Wed, 21 Dec 2022 09:59:36 -
+ -- Debian Janitor   Thu, 22 Dec 2022 11:09:43 -
 
 libcommons-collections3-java (3.2.2-2) unstable; urgency=medium
 


=
debian/control
=
@@ -23,8 +23,7 @@ Architecture: all
 Depends: ${misc:Depends}
 Suggests: libcommons-collections3-java-doc
 Breaks:
- jenkins-json (<= 2.4-jenkins-3-1),
- libjson-java (<= 2.3-2)
+ jenkins-json (<= 2.4-jenkins-3-1)
 Description: Apache Commons Collections - Extended Collections API for Java
  The Java Collections Framework was a major addition in JDK 1.2. It added many
  powerful data structures that accelerate development of most significant Java



View it on GitLab: 
https://salsa.debian.org/java-team/libcommons-collections3-java/-/compare/279e54214cfb5cc15e755c08887aa217d1a13d53...3191539364e468c28d58d5561d2e38296c9f52be

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libcommons-collections3-java/-/compare/279e54214cfb5cc15e755c08887aa217d1a13d53...3191539364e468c28d58d5561d2e38296c9f52be
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


[Git][java-team/libcommons-collections3-java][master] 7 commits: Trim trailing whitespace.

2024-01-24 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / 
libcommons-collections3-java


Commits:
cc6288db by Debian Janitor at 2022-12-21T09:59:36+00:00
Trim trailing whitespace.

Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html

- - - - -
26fea246 by Debian Janitor at 2022-12-21T09:59:37+00:00
Use secure copyright file specification URI.

Changes-By: lintian-brush
Fixes: lintian: insecure-copyright-format-uri
See-also: https://lintian.debian.org/tags/insecure-copyright-format-uri.html

- - - - -
f149766a by Debian Janitor at 2022-12-21T09:59:38+00:00
Update watch file format version to 4.

Changes-By: lintian-brush
Fixes: lintian: older-debian-watch-file-standard
See-also: https://lintian.debian.org/tags/older-debian-watch-file-standard.html

- - - - -
d310dae7 by Debian Janitor at 2022-12-21T09:59:41+00:00
Use secure URI in Homepage field.

Changes-By: lintian-brush
Fixes: lintian: homepage-field-uses-insecure-uri
See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html

- - - - -
a6c7effb by Debian Janitor at 2022-12-21T09:59:43+00:00
Bump debhelper from old 11 to 13.

Changes-By: lintian-brush
Fixes: lintian: package-uses-old-debhelper-compat-version
See-also: 
https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html

- - - - -
72a06889 by Debian Janitor at 2022-12-21T09:59:43+00:00
Set debhelper-compat version in Build-Depends.

Changes-By: lintian-brush
Fixes: lintian: uses-debhelper-compat-file
See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html

- - - - -
279e5421 by Tony Mancill at 2024-01-25T06:20:57+00:00
Merge branch lintian-fixes into master

Fix some issues reported by lintian

See merge request java-team/libcommons-collections3-java!1
- - - - -


5 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/watch


Changes:

=
debian/changelog
=
@@ -1,3 +1,14 @@
+libcommons-collections3-java (3.2.2-3) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Use secure copyright file specification URI.
+  * Update watch file format version to 4.
+  * Use secure URI in Homepage field.
+  * Bump debhelper from old 11 to 13.
+  * Set debhelper-compat version in Build-Depends.
+
+ -- Debian Janitor   Wed, 21 Dec 2022 09:59:36 -
+
 libcommons-collections3-java (3.2.2-2) unstable; urgency=medium
 
   * Fixed the build failure with Java 11 (Closes: #912515)
@@ -76,7 +87,7 @@ libcommons-collections3-java (3.2.1-3) experimental; 
urgency=low
   * Use mh_installpom and mh_installjar to install the POM and the jar to the
 Maven repository
   * Add ${misc:Depends} to Depends to clear Lintian warnings
-  * Patch src/conf/MANIFEST.MF: add the OSGi metadata generated by the Maven 
+  * Patch src/conf/MANIFEST.MF: add the OSGi metadata generated by the Maven
 build, use quilt
   * Fix Lintian warning: Remove full text of Apache license
 
@@ -155,7 +166,7 @@ libcommons-collections3-java (3.1a-2) unstable; urgency=low
  -- Wolfgang Baer   Fri,  6 Jan 2006 19:53:47 +0100
 
 libcommons-collections3-java (3.1a-1) unstable; urgency=low
-  
+
   * Moved package to pkg-java-maintainers
   * Cleaned upstream tarball which contained the debian
 directory and all file after a build - added an 'a'
@@ -167,7 +178,7 @@ libcommons-collections3-java (3.1a-1) unstable; urgency=low
   * Build apidocs and register with doc-base
   * Drop gjdoc patch - not needed anymore
   * Added myself to uploaders
-  * Standards-Version 3.6.2 (no changes)  
+  * Standards-Version 3.6.2 (no changes)
 
  -- Wolfgang Baer   Sun, 25 Sep 2005 02:44:13 +0200
 


=
debian/compat deleted
=
@@ -1 +0,0 @@
-11


=
debian/control
=
@@ -8,7 +8,7 @@ Uploaders:
 Build-Depends:
  ant,
  ant-optional,
- debhelper (>= 11),
+ debhelper-compat (= 13),
  default-jdk,
  default-jdk-doc,
  junit,
@@ -16,7 +16,7 @@ Build-Depends:
 Standards-Version: 4.2.1
 Vcs-Git: https://salsa.debian.org/java-team/libcommons-collections3-java.git
 Vcs-Browser: https://salsa.debian.org/java-team/libcommons-collections3-java
-Homepage: http://commons.apache.org/collections/
+Homepage: https://commons.apache.org/collections/
 
 Package: libcommons-collections3-java
 Architecture: all


=
debian/copyright
=
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Apache Commons Collections
 Upstream-Contact: Apache Commons Developers 
 Source: http://commons.apache.org/collections/


=
debian/watch

[Git][java-team/jmagick] Pushed new tag debian/6.6.9_20130201-svn99-5

2024-01-24 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/6.6.9_20130201-svn99-5 at Debian Java 
Maintainers / jmagick

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jmagick/-/tree/debian/6.6.9_20130201-svn99-5
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


[Git][java-team/jmagick][master] Prepare changelog for upload

2024-01-24 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / jmagick


Commits:
81f3ebe7 by tony mancill at 2024-01-24T20:22:49-08:00
Prepare changelog for upload

- - - - -


1 changed file:

- debian/changelog


Changes:

=
debian/changelog
=
@@ -1,5 +1,6 @@
-jmagick (6.6.9~20130201-svn99-5) UNRELEASED; urgency=medium
+jmagick (6.6.9~20130201-svn99-5) unstable; urgency=medium
 
+  * Team upload
   * d/rules: use java_compat_level variable provided by java-common to
 set Java release level (Closes: #1057510).
 
@@ -186,4 +187,3 @@ jmagick (6.0.4-0-1) unstable; urgency=low
   * Initial release.
 
  -- Adam Heath   Wed, 17 Aug 2005 14:27:52 -0500
-



View it on GitLab: 
https://salsa.debian.org/java-team/jmagick/-/commit/81f3ebe763924fa7f67cd9fc1546294a98c485d5

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jmagick/-/commit/81f3ebe763924fa7f67cd9fc1546294a98c485d5
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


[Git][java-team/jmagick][master] 3 commits: Use java_compat_level variable provided by java-common to set the release.

2024-01-24 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / jmagick


Commits:
9baf55cb by Vladimir Petko at 2024-01-25T14:50:31+13:00
Use java_compat_level variable provided by java-common to set the release.

- - - - -
cce96da5 by Vladimir Petko at 2024-01-25T14:59:27+13:00
changelog

- - - - -
a057aa94 by Tony Mancill at 2024-01-25T03:57:31+00:00
Merge branch master into master

Resolve Java 21 ftbfs

See merge request java-team/jmagick!1
- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=
debian/changelog
=
@@ -1,3 +1,10 @@
+jmagick (6.6.9~20130201-svn99-5) UNRELEASED; urgency=medium
+
+  * d/rules: use java_compat_level variable provided by java-common to
+set Java release level (Closes: #1057510).
+
+ -- Vladimir Petko   Thu, 25 Jan 2024 14:50:47 
+1300
+
 jmagick (6.6.9~20130201-svn99-4) unstable; urgency=medium
 
   * Team upload.


=
debian/rules
=
@@ -5,6 +5,7 @@ JAVA_HOME   := /usr/lib/jvm/default-java
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/java/java_defaults.mk
 
 CC=gcc
 DEB_CONFIGURE_SCRIPT_ENV += PATH=$(JAVA_HOME)/bin:$$PATH
@@ -19,7 +20,7 @@ DEB_INSTALL_CHANGELOGS_ALL := Changelog.txt
 DEB_AUTO_UPDATE_AUTOCONF := yes
 VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^~-]+).*,\1,p')
 
-export JFLAGS = --release 7 -g
+export JFLAGS = --release $(java_compat_level) -g
 
 install/libjmagick6-java::
mh_install



View it on GitLab: 
https://salsa.debian.org/java-team/jmagick/-/compare/fa685029b87e983028b3b00704aa4ba75e3ecbc6...a057aa94f49dd71a6648479e108671f778ad090f

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jmagick/-/compare/fa685029b87e983028b3b00704aa4ba75e3ecbc6...a057aa94f49dd71a6648479e108671f778ad090f
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


[Git][java-team/jackson-datatype-joda][master] 2 commits: refresh patch

2024-01-17 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / 
jackson-datatype-joda


Commits:
c89e8756 by tony mancill at 2024-01-17T19:35:16-08:00
refresh patch

- - - - -
bcad4932 by tony mancill at 2024-01-17T19:35:16-08:00
Prepare changelog for upload

- - - - -


2 changed files:

- debian/changelog
- debian/patches/java21_replace_special_character.patch


Changes:

=
debian/changelog
=
@@ -1,5 +1,6 @@
-jackson-datatype-joda (2.12.1-2) UNRELEASED; urgency=medium
+jackson-datatype-joda (2.12.1-2) unstable; urgency=medium
 
+  * Team upload.
   * d/p/java21_replace_special_character.patch: cherry-pick upstream
 patch to resolve Java 21 FTBFS (Closes: #1057507).
 


=
debian/patches/java21_replace_special_character.patch
=
@@ -7,11 +7,9 @@ Bug: 
https://github.com/FasterXML/jackson-datatype-joda/pull/133
 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057507
 Applied-Upstream: bc68eeb9154874ef8135d65317619a197eeb0ceb
 Last-Update: 2024-01-18
-diff --git 
a/src/test/java/com/fasterxml/jackson/datatype/joda/DateTimeTest.java 
b/src/test/java/com/fasterxml/jackson/datatype/joda/DateTimeTest.java
-index 4d3d766..b9324aa 100644
 --- a/src/test/java/com/fasterxml/jackson/datatype/joda/DateTimeTest.java
 +++ b/src/test/java/com/fasterxml/jackson/datatype/joda/DateTimeTest.java
-@@ -129,6 +129,12 @@ public class DateTimeTest extends JodaTestBase
+@@ -129,6 +129,12 @@
  if (json.contains(",")) {
  json = json.replace(", ", " ");
  }
@@ -23,3 +21,4 @@ index 4d3d766..b9324aa 100644
 +
  assertEquals(aposToQuotes("{'date':'1/1/70 12:00 AM'}"), json);
  }
+ 



View it on GitLab: 
https://salsa.debian.org/java-team/jackson-datatype-joda/-/compare/cf79937e594dea6a47834b0d3dc8b6dbf701385c...bcad49327cc049b9ca4e35d5b144d0a2901890fa

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jackson-datatype-joda/-/compare/cf79937e594dea6a47834b0d3dc8b6dbf701385c...bcad49327cc049b9ca4e35d5b144d0a2901890fa
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


[Git][java-team/jackson-datatype-joda] Pushed new tag debian/2.12.1-2

2024-01-17 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/2.12.1-2 at Debian Java Maintainers / 
jackson-datatype-joda

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jackson-datatype-joda/-/tree/debian/2.12.1-2
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


[Git][java-team/jackson-datatype-joda][master] 3 commits: d/p/java21_replace_special_character.patch: cherry-pick upstream patch to...

2024-01-17 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / 
jackson-datatype-joda


Commits:
d132b101 by Vladimir Petko at 2024-01-18T13:40:35+13:00
d/p/java21_replace_special_character.patch: cherry-pick upstream patch to 
resolve Java 21 FTBFS (Closes: #1057507).

- - - - -
45271e40 by Vladimir Petko at 2024-01-18T13:41:31+13:00
changelog

- - - - -
cf79937e by Tony Mancill at 2024-01-18T03:23:32+00:00
Merge branch master into master

Resolve Java 21 FTBFS

See merge request java-team/jackson-datatype-joda!2
- - - - -


3 changed files:

- debian/changelog
- + debian/patches/java21_replace_special_character.patch
- debian/patches/series


Changes:

=
debian/changelog
=
@@ -1,3 +1,10 @@
+jackson-datatype-joda (2.12.1-2) UNRELEASED; urgency=medium
+
+  * d/p/java21_replace_special_character.patch: cherry-pick upstream
+patch to resolve Java 21 FTBFS (Closes: #1057507).
+
+ -- Vladimir Petko   Thu, 18 Jan 2024 13:40:48 
+1300
+
 jackson-datatype-joda (2.12.1-1) unstable; urgency=medium
 
   * Team upload.


=
debian/patches/java21_replace_special_character.patch
=
@@ -0,0 +1,25 @@
+Description: Replace the special character with a space
+ See https://bugs.openjdk.org/browse/JDK-8284840. For the assertion to succeed,
+ a special character is replaced by a normal space.
+Author: Vladimir Petko 
+Origin: upstream, 
https://github.com/FasterXML/jackson-datatype-joda/commit/bc68eeb9154874ef8135d65317619a197eeb0ceb
+Bug: https://github.com/FasterXML/jackson-datatype-joda/pull/133
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057507
+Applied-Upstream: bc68eeb9154874ef8135d65317619a197eeb0ceb
+Last-Update: 2024-01-18
+diff --git 
a/src/test/java/com/fasterxml/jackson/datatype/joda/DateTimeTest.java 
b/src/test/java/com/fasterxml/jackson/datatype/joda/DateTimeTest.java
+index 4d3d766..b9324aa 100644
+--- a/src/test/java/com/fasterxml/jackson/datatype/joda/DateTimeTest.java
 b/src/test/java/com/fasterxml/jackson/datatype/joda/DateTimeTest.java
+@@ -129,6 +129,12 @@ public class DateTimeTest extends JodaTestBase
+ if (json.contains(",")) {
+ json = json.replace(", ", " ");
+ }
++// https://bugs.openjdk.org/browse/JDK-8284840
++// Java 21 uses NBSP/NNBSP prefixed to AM/PM in time format, instead 
of a normal space
++if (json.contains("\u202f")) {
++json = json.replace("\u202f", " ");
++}
++
+ assertEquals(aposToQuotes("{'date':'1/1/70 12:00 AM'}"), json);
+ }


=
debian/patches/series
=
@@ -1 +1,2 @@
 base-pom-version.patch
+java21_replace_special_character.patch



View it on GitLab: 
https://salsa.debian.org/java-team/jackson-datatype-joda/-/compare/11792ee2619214e682cee6e1561b8f1e2304a73b...cf79937e594dea6a47834b0d3dc8b6dbf701385c

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jackson-datatype-joda/-/compare/11792ee2619214e682cee6e1561b8f1e2304a73b...cf79937e594dea6a47834b0d3dc8b6dbf701385c
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


[Git][java-team/exec-maven-plugin] Pushed new tag debian/3.1.0-2

2024-01-17 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/3.1.0-2 at Debian Java Maintainers / 
exec-maven-plugin

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/exec-maven-plugin/-/tree/debian/3.1.0-2
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


[Git][java-team/exec-maven-plugin][master] 5 commits: Set Rules-Requires-Root: no in debian/control

2024-01-17 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / 
exec-maven-plugin


Commits:
050a9d09 by tony mancill at 2024-01-17T09:28:17-08:00
Set Rules-Requires-Root: no in debian/control

- - - - -
2a1955cc by tony mancill at 2024-01-17T09:28:28-08:00
Bump Standards-Version to 4.6.2

- - - - -
fa8f2334 by tony mancill at 2024-01-17T09:30:11-08:00
Freshen years in debian/copyright

- - - - -
ea0c3841 by tony mancill at 2024-01-17T09:44:38-08:00
Update debian/watch to find updated release tag format

- - - - -
3146a56c by tony mancill at 2024-01-17T09:44:38-08:00
Prepare changelog for upload

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/copyright
- debian/watch


Changes:

=
debian/changelog
=
@@ -1,9 +1,16 @@
-exec-maven-plugin (3.1.0-2) UNRELEASED; urgency=medium
+exec-maven-plugin (3.1.0-2) unstable; urgency=medium
 
+  [ Vladimir Petko ]
   * d/p/cope_with_thread_stop_being_unavailable_in_jdk20.patch: cherry-
 pick upstream patch to resolve the test failure (Closes: #1057499).
 
- -- Vladimir Petko   Wed, 17 Jan 2024 17:18:59 
+1300
+  [ tony mancill ]
+  * Set Rules-Requires-Root: no in debian/control
+  * Bump Standards-Version to 4.6.2
+  * Freshen years in debian/copyright
+  * Update debian/watch to find updated release tag format
+
+ -- tony mancill   Wed, 17 Jan 2024 09:44:05 -0800
 
 exec-maven-plugin (3.1.0-1) unstable; urgency=medium
 


=
debian/control
=
@@ -17,10 +17,11 @@ Build-Depends:
  libplexus-utils-java,
  libslf4j-java,
  maven-debian-helper (>= 2.2)
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
 Vcs-Git: https://salsa.debian.org/java-team/exec-maven-plugin.git
 Vcs-Browser: https://salsa.debian.org/java-team/exec-maven-plugin
 Homepage: http://www.mojohaus.org/exec-maven-plugin/
+Rules-Requires-Root: no
 
 Package: libexec-maven-plugin-java
 Architecture: all


=
debian/copyright
=
@@ -13,8 +13,8 @@ Files: debian/*
 Copyright: 2009-2014, Gabriele Giacone <1o5g4...@gmail.com>
2011, Torsten Werner 
2013, Andres Mejia 
-   2017, tony mancill 
-   2017, Emmanuel Bourg 
+   2017-2024, tony mancill 
+   2017-2024, Emmanuel Bourg 
 License: GPL-3+
  On Debian systems, the full text of the GPL-3 license
  can be found in the file '/usr/share/common-licenses/GPL-3'


=
debian/watch
=
@@ -1,3 +1,3 @@
-version=3
+version=4
 
opts="mode=git,repack,compression=xz,uversionmangle=s/-(alpha|beta)-/~$1/,dversionmangle=s/[+]dfsg//"
 \
-https://github.com/mojohaus/exec-maven-plugin 
refs/tags/exec-maven-plugin-([\d\.]+)
+https://github.com/mojohaus/exec-maven-plugin 
refs/tags/(?:exec-maven-plugin-)?@ANY_VERSION@



View it on GitLab: 
https://salsa.debian.org/java-team/exec-maven-plugin/-/compare/ff8f745b34efc5c33a0af0eba28839a7bcac0bb6...3146a56cb670cefdd88170e367871d766fac7712

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/exec-maven-plugin/-/compare/ff8f745b34efc5c33a0af0eba28839a7bcac0bb6...3146a56cb670cefdd88170e367871d766fac7712
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


  1   2   3   4   5   6   >