[Git][java-team/plexus-utils2] Pushed new tag debian/3.3.0-2

2022-05-27 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed new tag debian/3.3.0-2 at Debian Java Maintainers / 
plexus-utils2

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/plexus-utils2/-/tree/debian/3.3.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/libpicocontainer1-java] Pushed new tag debian/1.3-4

2022-05-27 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed new tag debian/1.3-4 at Debian Java Maintainers / 
libpicocontainer1-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libpicocontainer1-java/-/tree/debian/1.3-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/taglibs-standard][master] 6 commits: Fixed the build failure with OpenJDK 17 (Closes: #1011601)

2022-05-27 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / 
taglibs-standard


Commits:
4b11882b by Emmanuel Bourg at 2022-05-27T16:19:56+02:00
Fixed the build failure with OpenJDK 17 (Closes: #1011601)

- - - - -
f98c4599 by Emmanuel Bourg at 2022-05-27T16:20:24+02:00
Standards-Version updated to 4.6.1

- - - - -
fd9786af by Emmanuel Bourg at 2022-05-27T16:20:33+02:00
Switch to debhelper level 13

- - - - -
c918d19c by Emmanuel Bourg at 2022-05-27T16:20:39+02:00
Use salsa.debian.org Vcs-* URLs

- - - - -
23e78acb by Emmanuel Bourg at 2022-05-27T16:33:11+02:00
Depend on libservlet-api-java instead of libservlet3.1-java

- - - - -
0e96e7a5 by Emmanuel Bourg at 2022-05-27T16:33:22+02:00
Upload to unstable

- - - - -


6 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/maven.properties
- debian/maven.rules
- debian/rules


Changes:

=
debian/changelog
=
@@ -1,3 +1,13 @@
+taglibs-standard (1.2.5-3) unstable; urgency=medium
+
+  * Fixed the build failure with OpenJDK 17 (Closes: #1011601)
+  * Depend on libservlet-api-java instead of libservlet3.1-java
+  * Standards-Version updated to 4.6.1
+  * Switch to debhelper level 13
+  * Use salsa.debian.org Vcs-* URLs
+
+ -- Emmanuel Bourg   Fri, 27 May 2022 16:33:18 +0200
+
 taglibs-standard (1.2.5-2) unstable; urgency=medium
 
   * Team upload.


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


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

 Uploaders: Emmanuel Bourg 
 Build-Depends:
- debhelper (>= 9),
+ debhelper-compat (= 13),
  default-jdk,
  junit4,
  libeasymock-java,
+ libel-api-java,
+ libjsp-api-java,
  libmaven-bundle-plugin-java,
- libservlet3.1-java,
+ libservlet-api-java,
  libxalan2-java,
  maven-debian-helper (>= 2.0~)
-Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/taglibs-standard.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/taglibs-standard.git
+Standards-Version: 4.6.1
+Vcs-Git: https://salsa.debian.org/java-team/taglibs-standard.git
+Vcs-Browser: https://salsa.debian.org/java-team/taglibs-standard
 Homepage: http://tomcat.apache.org/taglibs/standard/
 
 Package: libtaglibs-standard-spec-java


=
debian/maven.properties
=
@@ -8,3 +8,5 @@ maven.compiler.source=1.5
 maven.compiler.target=1.5
 
 project.build.sourceEncoding=UTF-8
+
+argLine=--add-opens java.base/java.lang=ALL-UNNAMED


=
debian/maven.rules
=
@@ -1,5 +1,5 @@
 
 junit junit jar s/4\..*/4.x/ * *
-javax.el s/el-api/javax.el-api/ * s/.*/3.0/ * *
-javax.servlet s/servlet-api/javax.servlet-api/ * s/.*/3.1/ * *
-javax.servlet.jsp s/jsp-api/javax.servlet.jsp-api/ * s/.*/2.3/ * *
+javax.el s/el-api/javax.el-api/ * s/.*/debian/ * *
+javax.servlet s/servlet-api/javax.servlet-api/ * s/.*/debian/ * *
+javax.servlet.jsp s/jsp-api/javax.servlet.jsp-api/ * s/.*/debian/ * *


=
debian/rules
=
@@ -1,10 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-   dh $@ --buildsystem=maven
+   dh $@
 
 override_dh_auto_build:
dh_auto_build -- install
-
-get-orig-source:
-   uscan --download-current-version --force-download --rename --repack 
--compression xz



View it on GitLab: 
https://salsa.debian.org/java-team/taglibs-standard/-/compare/a5586dbc043d0ed5a87e449202e41eba221ee101...0e96e7a58ee2dda0dc60935c59427c2e2d0a0925

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/taglibs-standard/-/compare/a5586dbc043d0ed5a87e449202e41eba221ee101...0e96e7a58ee2dda0dc60935c59427c2e2d0a0925
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/plexus-utils2][master] Fixed the build failure with OpenJDK 17 (Closes: #1011592)

2022-05-27 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / 
plexus-utils2


Commits:
4fe90846 by Emmanuel Bourg at 2022-05-27T16:02:40+02:00
Fixed the build failure with OpenJDK 17 (Closes: #1011592)

- - - - -


2 changed files:

- debian/changelog
- + debian/maven.properties


Changes:

=
debian/changelog
=
@@ -1,3 +1,10 @@
+plexus-utils2 (3.3.0-2) unstable; urgency=medium
+
+  * Team upload.
+  * Fixed the build failure with OpenJDK 17 (Closes: #1011592)
+
+ -- Emmanuel Bourg   Fri, 27 May 2022 16:02:10 +0200
+
 plexus-utils2 (3.3.0-1) unstable; urgency=medium
 
   * Team upload.


=
debian/maven.properties
=
@@ -0,0 +1,5 @@
+# Include here properties to pass to Maven during the build.
+# For example:
+# maven.test.skip=true
+
+argLine=--add-opens java.base/java.lang=ALL-UNNAMED



View it on GitLab: 
https://salsa.debian.org/java-team/plexus-utils2/-/commit/4fe908463ccd2907b9c3abff5688d2e601560e32

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/plexus-utils2/-/commit/4fe908463ccd2907b9c3abff5688d2e601560e32
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/libpicocontainer1-java][master] Fixed the build failure with OpenJDK 17 (Closes: #1011555)

2022-05-27 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / 
libpicocontainer1-java


Commits:
3d468ab9 by Emmanuel Bourg at 2022-05-27T15:46:28+02:00
Fixed the build failure with OpenJDK 17 (Closes: #1011555)

- - - - -


2 changed files:

- debian/changelog
- + debian/maven.properties


Changes:

=
debian/changelog
=
@@ -1,3 +1,9 @@
+libpicocontainer1-java (1.3-4) unstable; urgency=medium
+
+  * Fixed the build failure with OpenJDK 17 (Closes: #1011555)
+
+ -- Emmanuel Bourg   Fri, 27 May 2022 15:46:15 +0200
+
 libpicocontainer1-java (1.3-3) unstable; urgency=medium
 
   * Team upload.


=
debian/maven.properties
=
@@ -0,0 +1,5 @@
+# Include here properties to pass to Maven during the build.
+# For example:
+# maven.test.skip=true
+
+argLine=--add-opens java.base/java.lang=ALL-UNNAMED --add-opens 
java.base/java.io=ALL-UNNAMED



View it on GitLab: 
https://salsa.debian.org/java-team/libpicocontainer1-java/-/commit/3d468ab98abe8ffdd5379449e0af8d2c517f5333

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libpicocontainer1-java/-/commit/3d468ab98abe8ffdd5379449e0af8d2c517f5333
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/libpicocontainer1-java] Pushed new tag debian/1.3-1

2022-05-27 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed new tag debian/1.3-1 at Debian Java Maintainers / 
libpicocontainer1-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libpicocontainer1-java/-/tree/debian/1.3-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/libpostgresql-jdbc-java] Pushed new tag debian/42.3.6-1

2022-05-27 Thread Christoph Berg (@myon)


Christoph Berg pushed new tag debian/42.3.6-1 at Debian Java Maintainers / 
libpostgresql-jdbc-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libpostgresql-jdbc-java/-/tree/debian/42.3.6-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/libpostgresql-jdbc-java] Pushed new tag upstream/42.3.6

2022-05-27 Thread Christoph Berg (@myon)


Christoph Berg pushed new tag upstream/42.3.6 at Debian Java Maintainers / 
libpostgresql-jdbc-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libpostgresql-jdbc-java/-/tree/upstream/42.3.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/libpostgresql-jdbc-java][pristine-tar] pristine-tar data for libpgjava_42.3.6.orig.tar.gz

2022-05-27 Thread Christoph Berg (@myon)


Christoph Berg pushed to branch pristine-tar at Debian Java Maintainers / 
libpostgresql-jdbc-java


Commits:
6d855522 by Christoph Berg at 2022-05-27T14:17:31+02:00
pristine-tar data for libpgjava_42.3.6.orig.tar.gz

- - - - -


2 changed files:

- + libpgjava_42.3.6.orig.tar.gz.delta
- + libpgjava_42.3.6.orig.tar.gz.id


Changes:

=
libpgjava_42.3.6.orig.tar.gz.delta
=
Binary files /dev/null and b/libpgjava_42.3.6.orig.tar.gz.delta differ


=
libpgjava_42.3.6.orig.tar.gz.id
=
@@ -0,0 +1 @@
+7bbc54c153cf48efb72e306b7ecff421a3ae44a5



View it on GitLab: 
https://salsa.debian.org/java-team/libpostgresql-jdbc-java/-/commit/6d855522174f2f7250c304eac7b8d6a0422d2acd

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libpostgresql-jdbc-java/-/commit/6d855522174f2f7250c304eac7b8d6a0422d2acd
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