[Git][java-team/ivy] Pushed new tag debian/2.5.0-2

2022-02-16 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed new tag debian/2.5.0-2 at Debian Java Maintainers / ivy

-- 
View it on GitLab: https://salsa.debian.org/java-team/ivy/-/tree/debian/2.5.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/cmdreader][master] 6 commits: Use salsa.debian.org Vcs-* URLs

2022-02-16 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / cmdreader


Commits:
47c2a95d by Emmanuel Bourg at 2022-02-16T15:50:06+01:00
Use salsa.debian.org Vcs-* URLs

- - - - -
e21884fa by Emmanuel Bourg at 2022-02-16T15:50:31+01:00
Standards-Version updated to 4.6.0.1

- - - - -
6f27793e by Emmanuel Bourg at 2022-02-16T15:50:40+01:00
Switch to debhelper level 13

- - - - -
87e7b7d5 by Emmanuel Bourg at 2022-02-16T15:51:45+01:00
Wrap and sort

- - - - -
f5b570f1 by Emmanuel Bourg at 2022-02-16T17:49:05+01:00
Install the Maven artifacts

- - - - -
226fbc74 by Emmanuel Bourg at 2022-02-16T17:50:13+01:00
Upload to unstable

- - - - -


9 changed files:

- debian/changelog
- + debian/cmdreader.poms
- − debian/compat
- debian/control
- debian/copyright
- − debian/install
- + debian/links
- + debian/pom.xml
- debian/rules


Changes:

=
debian/changelog
=
@@ -1,3 +1,13 @@
+cmdreader (1.5-3) unstable; urgency=medium
+
+  * Team upload.
+  * Install the Maven artifacts
+  * Use salsa.debian.org Vcs-* URLs
+  * Standards-Version updated to 4.6.0.1
+  * Switch to debhelper level 13
+
+ -- Emmanuel Bourg   Wed, 16 Feb 2022 17:49:33 +0100
+
 cmdreader (1.5-2) unstable; urgency=medium
 
   * Team upload.


=
debian/cmdreader.poms
=
@@ -0,0 +1 @@
+debian/pom.xml --java-lib --artifact=dist/com.zwitserloot.cmdreader.jar


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


=
debian/control
=
@@ -3,21 +3,23 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 

 Uploaders: Komal Sukhani 
-Build-Depends: debhelper (>= 11),
-   ant,
-   ant-optional,
-   default-jdk,
-   ivy,
-   junit4 (>=4.8.12),
-   libhamcrest-java
-Standards-Version: 4.1.3
+Build-Depends:
+ ant,
+ ant-optional,
+ debhelper-compat (= 13),
+ default-jdk,
+ ivy,
+ junit4 (>= 4.8.12),
+ libhamcrest-java,
+ maven-repo-helper
+Standards-Version: 4.6.0.1
+Vcs-Git: https://salsa.debian.org/java-team/cmdreader.git
+Vcs-Browser: https://salsa.debian.org/java-team/cmdreader
 Homepage: https://github.com/rzwitserloot/com.zwitserloot.cmdreader
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/cmdreader.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/cmdreader.git
 
 Package: cmdreader
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}
 Description: Library that parses command line arguments
  Parses command line arguments. The CmdReader can turn strings like
  -fmv /foo/bar /bar/baz --color=white *.xyzzy *.cheese


=
debian/copyright
=
@@ -42,4 +42,3 @@ License: GPL-2+
  .
  On Debian systems, the complete text of the GNU General
  Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
-


=
debian/install deleted
=
@@ -1,3 +0,0 @@
-dist/com.zwitserloot.cmdreader-1.5.jar /usr/share/java
-dist/com.zwitserloot.cmdreader.jar /usr/share/java
-


=
debian/links
=
@@ -0,0 +1,2 @@
+/usr/share/java/cmdreader.jar /usr/share/java/com.zwitserloot.cmdreader.jar
+/usr/share/java/cmdreader.jar /usr/share/java/com.zwitserloot.cmdreader-1.5.jar


=
debian/pom.xml
=
@@ -0,0 +1,32 @@
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;>
+   4.0.0
+   com.zwitserloot
+   cmdreader
+   jar
+   1.5
+   CmdReader
+   http://github.com/rzwitserloot/com.zwitserloot.cmdreader
+   Define the structure of your command line options as 
fields in a class, annotate these fields with further metadata about the 
command line switch, and CmdReader will take care of the rest. Command line 
parsing for java.
+   
+   
+   
+   The MIT License
+   http://projectlombok.org/LICENSE
+   repo
+   
+   
+   
+   
scm:git:git://github.com/rzwitserloot/com.zwitserloot.cmdreader.git
+   
http://github.com/rzwitserloot/com.zwitserloot.cmdreader
+   
+   
+   
+   rzwitserloot
+   Reinier Zwitserloot
+   rein...@projectlombok.org
+   +1
+   
+   
+
+


=
debian/rules
=
@@

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

2022-02-15 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed new tag upstream/1.38 at Debian Java Maintainers / 
ivyplusplus

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

2022-02-15 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed new tag upstream/1.34 at Debian Java Maintainers / 
ivyplusplus

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

2022-02-15 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed new tag debian/1.38-1 at Debian Java Maintainers / 
ivyplusplus

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/ivyplusplus/-/tree/debian/1.38-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/ivyplusplus][pristine-tar] 2 commits: pristine-tar data for ivyplusplus_1.34.orig.tar.xz

2022-02-15 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch pristine-tar at Debian Java Maintainers / 
ivyplusplus


Commits:
4aaef4b3 by Emmanuel Bourg at 2022-02-15T12:16:29+01:00
pristine-tar data for ivyplusplus_1.34.orig.tar.xz

- - - - -
ead4e2d6 by Emmanuel Bourg at 2022-02-15T12:16:50+01:00
pristine-tar data for ivyplusplus_1.38.orig.tar.xz

- - - - -


4 changed files:

- + ivyplusplus_1.34.orig.tar.xz.delta
- + ivyplusplus_1.34.orig.tar.xz.id
- + ivyplusplus_1.38.orig.tar.xz.delta
- + ivyplusplus_1.38.orig.tar.xz.id


Changes:

=
ivyplusplus_1.34.orig.tar.xz.delta
=
Binary files /dev/null and b/ivyplusplus_1.34.orig.tar.xz.delta differ


=
ivyplusplus_1.34.orig.tar.xz.id
=
@@ -0,0 +1 @@
+82c93626f58cc34634d0fcd362e7091ad6942e41


=
ivyplusplus_1.38.orig.tar.xz.delta
=
Binary files /dev/null and b/ivyplusplus_1.38.orig.tar.xz.delta differ


=
ivyplusplus_1.38.orig.tar.xz.id
=
@@ -0,0 +1 @@
+c2b4d94761cd41d69a59ba91adb69394d09c22e0



View it on GitLab: 
https://salsa.debian.org/java-team/ivyplusplus/-/compare/b9a240b634da1196c74892627871e9066aefb53b...ead4e2d615f1d40ed19ad816d6c03ab4eb7ccee8

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/ivyplusplus/-/compare/b9a240b634da1196c74892627871e9066aefb53b...ead4e2d615f1d40ed19ad816d6c03ab4eb7ccee8
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.12-1

2022-02-15 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed new tag debian/1.18.12-1 at Debian Java Maintainers / 
lombok

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/lombok/-/tree/debian/1.18.12-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/lombok][upstream] 7 commits: New upstream version 1.18.0

2022-02-14 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch upstream at Debian Java Maintainers / lombok


Commits:
7a7f20d3 by Emmanuel Bourg at 2021-10-18T21:40:20+02:00
New upstream version 1.18.0
- - - - -
d4866da3 by Emmanuel Bourg at 2022-02-14T17:28:59+01:00
New upstream version 1.18.2
- - - - -
85f2a175 by Emmanuel Bourg at 2022-02-14T17:41:19+01:00
New upstream version 1.18.4
- - - - -
7631870b by Emmanuel Bourg at 2022-02-14T18:01:54+01:00
New upstream version 1.18.6
- - - - -
055f10fa by Emmanuel Bourg at 2022-02-14T18:04:29+01:00
New upstream version 1.18.8
- - - - -
c9b3271f by Emmanuel Bourg at 2022-02-15T00:02:49+01:00
New upstream version 1.18.10
- - - - -
e3353770 by Emmanuel Bourg at 2022-02-15T00:40:34+01:00
New upstream version 1.18.12
- - - - -


30 changed files:

- + .github/FUNDING.yml
- + .github/ISSUE_TEMPLATE/bug_report.md
- + .github/ISSUE_TEMPLATE/feature_request.md
- + .github/ISSUE_TEMPLATE/intellij_plugin.md
- .gitignore
- AUTHORS
- − README
- + README.md
- + SECURITY.md
- build.xml
- buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.26.xml → 
buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.32.xml
- buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.24.xml → 
buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.34.xml
- + buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.36.xml
- buildScripts/ivy.xml
- buildScripts/website.ant.xml
- doc/changelog.markdown
- doc/maven-pom.xml
- doc/utils-maven-pom.xml
- docker/ant/Dockerfile
- docker/ant/files/jdk-10/build.xml → 
docker/ant/files/jdk-10/classpath/build.xml
- + docker/ant/files/jdk-10/modules/build.xml
- + docker/ant/files/jdk-11/classpath/build.xml
- docker/ant/files/jdk-9/build.xml → docker/ant/files/jdk-11/modules/build.xml
- + docker/ant/files/jdk-12/classpath/build.xml
- + docker/ant/files/jdk-12/modules/build.xml
- + docker/ant/files/jdk-13/classpath/build.xml
- + docker/ant/files/jdk-13/modules/build.xml
- docker/ant/files/jdk-8/build.xml → docker/ant/files/jdk-8/classpath/build.xml
- + docker/ant/files/jdk-8/modules/readme.txt
- + docker/ant/files/jdk-9/classpath/build.xml


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/lombok/-/compare/c4993b841a4faf6a393d183755e513e905849609...e3353770a01fcdc8d67ab3c2f4bf4437775ebffa

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/lombok/-/compare/c4993b841a4faf6a393d183755e513e905849609...e3353770a01fcdc8d67ab3c2f4bf4437775ebffa
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] 25 commits: New upstream version 1.18.0

2022-02-14 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / lombok


Commits:
7a7f20d3 by Emmanuel Bourg at 2021-10-18T21:40:20+02:00
New upstream version 1.18.0
- - - - -
d7ba2bc1 by Emmanuel Bourg at 2021-10-18T22:20:11+02:00
Merge tag upstream/1.18.0

Upstream version 1.18.0

- - - - -
c70308fb by Emmanuel Bourg at 2021-10-18T22:20:48+02:00
Refreshed the patches

- - - - -
88c38071 by Emmanuel Bourg at 2021-10-18T22:20:52+02:00
Standards-Version updated to 4.6.0.1

- - - - -
df89a8cf by Emmanuel Bourg at 2021-10-18T22:20:57+02:00
Switch to debhelper level 13

- - - - -
d4866da3 by Emmanuel Bourg at 2022-02-14T17:28:59+01:00
New upstream version 1.18.2
- - - - -
4bd9f32e by Emmanuel Bourg at 2022-02-14T17:29:00+01:00
Update upstream source from tag upstream/1.18.2

Update to upstream version 1.18.2
with Debian dir 252ee7aefc03b7a00c32597f1c342f138ff4b4c0
- - - - -
53eea727 by Emmanuel Bourg at 2022-02-14T17:41:00+01:00
Refreshed the patches

- - - - -
85f2a175 by Emmanuel Bourg at 2022-02-14T17:41:19+01:00
New upstream version 1.18.4
- - - - -
6b2208de by Emmanuel Bourg at 2022-02-14T17:41:20+01:00
Update upstream source from tag upstream/1.18.4

Update to upstream version 1.18.4
with Debian dir 1e7afff487076c192c5b12a6af4825a8aaf48743
- - - - -
ffdd14a3 by Emmanuel Bourg at 2022-02-14T18:01:37+01:00
Refreshed the patches

- - - - -
7631870b by Emmanuel Bourg at 2022-02-14T18:01:54+01:00
New upstream version 1.18.6
- - - - -
8709be02 by Emmanuel Bourg at 2022-02-14T18:01:56+01:00
Update upstream source from tag upstream/1.18.6

Update to upstream version 1.18.6
with Debian dir 601c818b3a405d6595494de0861a5e43b834eb7d
- - - - -
3a7c9d3c by Emmanuel Bourg at 2022-02-14T18:04:13+01:00
Refreshed the patches

- - - - -
055f10fa by Emmanuel Bourg at 2022-02-14T18:04:29+01:00
New upstream version 1.18.8
- - - - -
7b3b16e1 by Emmanuel Bourg at 2022-02-14T18:04:31+01:00
Update upstream source from tag upstream/1.18.8

Update to upstream version 1.18.8
with Debian dir 93c621677cc0050b447abd892e0854b237542323
- - - - -
215bf5a8 by Emmanuel Bourg at 2022-02-15T00:02:19+01:00
Refreshed the patches

- - - - -
c9b3271f by Emmanuel Bourg at 2022-02-15T00:02:49+01:00
New upstream version 1.18.10
- - - - -
16679e27 by Emmanuel Bourg at 2022-02-15T00:02:50+01:00
Update upstream source from tag upstream/1.18.10

Update to upstream version 1.18.10
with Debian dir 93c1e87bc94eb5b220ab2701833e281a3808b5be
- - - - -
13b9f495 by Emmanuel Bourg at 2022-02-15T00:40:00+01:00
Refreshed the patches

- - - - -
e3353770 by Emmanuel Bourg at 2022-02-15T00:40:34+01:00
New upstream version 1.18.12
- - - - -
d1f51d96 by Emmanuel Bourg at 2022-02-15T00:40:36+01:00
Update upstream source from tag upstream/1.18.12

Update to upstream version 1.18.12
with Debian dir 8c0ce76fad1ac0e5c8ec778f5870fbc9bf47c239
- - - - -
9a9dbf5b by Emmanuel Bourg at 2022-02-15T00:55:28+01:00
Refreshed the patches

- - - - -
a5820963 by Emmanuel Bourg at 2022-02-15T01:17:22+01:00
Updated the Maven poms

- - - - -
1965783c by Emmanuel Bourg at 2022-02-15T01:23:30+01:00
Upload to unstable

- - - - -


30 changed files:

- + .github/FUNDING.yml
- + .github/ISSUE_TEMPLATE/bug_report.md
- + .github/ISSUE_TEMPLATE/feature_request.md
- + .github/ISSUE_TEMPLATE/intellij_plugin.md
- .gitignore
- AUTHORS
- − README
- + README.md
- + SECURITY.md
- build.xml
- buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.26.xml → 
buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.32.xml
- buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.24.xml → 
buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.34.xml
- + buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.36.xml
- buildScripts/ivy.xml
- buildScripts/website.ant.xml
- debian/changelog
- − debian/compat
- debian/control
- debian/lombok-utils.pom
- debian/lombok.pom
- debian/patches/build-with-java11-only.patch
- debian/patches/build.patch
- + debian/patches/compilation.patch
- debian/patches/disable-java6-and-java7-support.patch
- debian/patches/java11-log-error.patch
- debian/patches/java9-compatibility.patch
- debian/patches/remove-j9stub.patch
- debian/patches/series
- debian/rules
- doc/changelog.markdown


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/lombok/-/compare/81391345d7e5e17444994ae134fe298e9e2a804e...1965783c272c7a3e99fb3641e80e61033c5a82c9

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/lombok/-/compare/81391345d7e5e17444994ae134fe298e9e2a804e...1965783c272c7a3e99fb3641e80e61033c5a82c9
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][pristine-tar] 7 commits: pristine-tar data for lombok_1.18.0.orig.tar.xz

2022-02-14 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch pristine-tar at Debian Java Maintainers / lombok


Commits:
0577241e by Emmanuel Bourg at 2021-10-18T21:40:21+02:00
pristine-tar data for lombok_1.18.0.orig.tar.xz

- - - - -
b793adc0 by Emmanuel Bourg at 2022-02-14T17:29:00+01:00
pristine-tar data for lombok_1.18.2.orig.tar.xz

- - - - -
ef638c11 by Emmanuel Bourg at 2022-02-14T17:41:20+01:00
pristine-tar data for lombok_1.18.4.orig.tar.xz

- - - - -
7e1d89c2 by Emmanuel Bourg at 2022-02-14T18:01:56+01:00
pristine-tar data for lombok_1.18.6.orig.tar.xz

- - - - -
eccd5b4b by Emmanuel Bourg at 2022-02-14T18:04:31+01:00
pristine-tar data for lombok_1.18.8.orig.tar.xz

- - - - -
bc92ffdf by Emmanuel Bourg at 2022-02-15T00:02:50+01:00
pristine-tar data for lombok_1.18.10.orig.tar.xz

- - - - -
a3d30786 by Emmanuel Bourg at 2022-02-15T00:40:36+01:00
pristine-tar data for lombok_1.18.12.orig.tar.xz

- - - - -


14 changed files:

- + lombok_1.18.0.orig.tar.xz.delta
- + lombok_1.18.0.orig.tar.xz.id
- + lombok_1.18.10.orig.tar.xz.delta
- + lombok_1.18.10.orig.tar.xz.id
- + lombok_1.18.12.orig.tar.xz.delta
- + lombok_1.18.12.orig.tar.xz.id
- + lombok_1.18.2.orig.tar.xz.delta
- + lombok_1.18.2.orig.tar.xz.id
- + lombok_1.18.4.orig.tar.xz.delta
- + lombok_1.18.4.orig.tar.xz.id
- + lombok_1.18.6.orig.tar.xz.delta
- + lombok_1.18.6.orig.tar.xz.id
- + lombok_1.18.8.orig.tar.xz.delta
- + lombok_1.18.8.orig.tar.xz.id


Changes:

=
lombok_1.18.0.orig.tar.xz.delta
=
Binary files /dev/null and b/lombok_1.18.0.orig.tar.xz.delta differ


=
lombok_1.18.0.orig.tar.xz.id
=
@@ -0,0 +1 @@
+f2a50a5c02687b4455dc9f68d8f42ee619fa6687


=
lombok_1.18.10.orig.tar.xz.delta
=
Binary files /dev/null and b/lombok_1.18.10.orig.tar.xz.delta differ


=
lombok_1.18.10.orig.tar.xz.id
=
@@ -0,0 +1 @@
+6534199d04bd8e889fb613a4a2ef67ed6ca8fe6e


=
lombok_1.18.12.orig.tar.xz.delta
=
Binary files /dev/null and b/lombok_1.18.12.orig.tar.xz.delta differ


=
lombok_1.18.12.orig.tar.xz.id
=
@@ -0,0 +1 @@
+5194bc882a71dc7e1f68e98c4275a96fad3cd3b6


=
lombok_1.18.2.orig.tar.xz.delta
=
Binary files /dev/null and b/lombok_1.18.2.orig.tar.xz.delta differ


=
lombok_1.18.2.orig.tar.xz.id
=
@@ -0,0 +1 @@
+73bcfa1bb95fe2e06f7c72236b6ccbc406359843


=
lombok_1.18.4.orig.tar.xz.delta
=
Binary files /dev/null and b/lombok_1.18.4.orig.tar.xz.delta differ


=
lombok_1.18.4.orig.tar.xz.id
=
@@ -0,0 +1 @@
+3773c09fd6669b624ddd06fdf46bfeee5ad253ee


=
lombok_1.18.6.orig.tar.xz.delta
=
Binary files /dev/null and b/lombok_1.18.6.orig.tar.xz.delta differ


=
lombok_1.18.6.orig.tar.xz.id
=
@@ -0,0 +1 @@
+ad4d520558127ac5032fd7fcffeec6d5f3b9c050


=
lombok_1.18.8.orig.tar.xz.delta
=
Binary files /dev/null and b/lombok_1.18.8.orig.tar.xz.delta differ


=
lombok_1.18.8.orig.tar.xz.id
=
@@ -0,0 +1 @@
+5eea63ad70229c157acc67f1212c70ac5163297b



View it on GitLab: 
https://salsa.debian.org/java-team/lombok/-/compare/1794e3b08ea2b7215572d34f58ac2301894807b6...a3d30786ec76beeaede66e884341c6c7c6717db7

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/lombok/-/compare/1794e3b08ea2b7215572d34f58ac2301894807b6...a3d30786ec76beeaede66e884341c6c7c6717db7
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-3

2022-02-14 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed new tag debian/4.0.1-3 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-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/ant] Pushed new tag upstream/1.10.12

2022-01-13 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed new tag upstream/1.10.12 at Debian Java Maintainers / ant

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

2022-01-13 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed new tag debian/1.10.12-1 at Debian Java Maintainers / ant

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/ant/-/tree/debian/1.10.12-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/ant][pristine-tar] pristine-tar data for ant_1.10.12.orig.tar.xz

2022-01-13 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch pristine-tar at Debian Java Maintainers / ant


Commits:
a4367ac0 by Emmanuel Bourg at 2022-01-13T15:04:51+01:00
pristine-tar data for ant_1.10.12.orig.tar.xz

- - - - -


2 changed files:

- + ant_1.10.12.orig.tar.xz.delta
- + ant_1.10.12.orig.tar.xz.id


Changes:

=
ant_1.10.12.orig.tar.xz.delta
=
Binary files /dev/null and b/ant_1.10.12.orig.tar.xz.delta differ


=
ant_1.10.12.orig.tar.xz.id
=
@@ -0,0 +1 @@
+afa57ef3433f8866b0ddfa6dbc28288c14542f71



View it on GitLab: 
https://salsa.debian.org/java-team/ant/-/commit/a4367ac09a0ed84072c146f831f86040df895b50

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/ant/-/commit/a4367ac09a0ed84072c146f831f86040df895b50
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/ant][master] 4 commits: New upstream version 1.10.12

2022-01-13 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / ant


Commits:
a1f3b510 by Emmanuel Bourg at 2022-01-13T15:04:45+01:00
New upstream version 1.10.12
- - - - -
af829846 by Emmanuel Bourg at 2022-01-13T15:04:51+01:00
Update upstream source from tag upstream/1.10.12

Update to upstream version 1.10.12
with Debian dir 7ef6292f94d677533660bf0fa0eacefb7c6ad41b
- - - - -
68b290ae by Emmanuel Bourg at 2022-01-13T15:07:01+01:00
Refreshed the patches

- - - - -
e07fe531 by Emmanuel Bourg at 2022-01-13T15:12:43+01:00
Upload to unstable

- - - - -


30 changed files:

- CONTRIBUTORS
- WHATSNEW
- build.xml
- contributors.xml
- debian/changelog
- debian/patches/0013-auto-adjust-target.patch
- lib/libraries.properties
- manual/Tasks/copy.html
- manual/Tasks/move.html
- manual/cover.html
- manual/credits.html
- src/etc/poms/ant-antlr/pom.xml
- src/etc/poms/ant-apache-bcel/pom.xml
- src/etc/poms/ant-apache-bsf/pom.xml
- src/etc/poms/ant-apache-log4j/pom.xml
- src/etc/poms/ant-apache-oro/pom.xml
- src/etc/poms/ant-apache-regexp/pom.xml
- src/etc/poms/ant-apache-resolver/pom.xml
- src/etc/poms/ant-apache-xalan2/pom.xml
- src/etc/poms/ant-commons-logging/pom.xml
- src/etc/poms/ant-commons-net/pom.xml
- src/etc/poms/ant-imageio/pom.xml
- src/etc/poms/ant-jai/pom.xml
- src/etc/poms/ant-javamail/pom.xml
- src/etc/poms/ant-jdepend/pom.xml
- src/etc/poms/ant-jmf/pom.xml
- src/etc/poms/ant-jsch/pom.xml
- src/etc/poms/ant-junit/pom.xml
- src/etc/poms/ant-junit4/pom.xml
- src/etc/poms/ant-junitlauncher/pom.xml


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/ant/-/compare/690ea9bf3fd461f2d9079a8807475405ba4ce32f...e07fe5315e22fc3cbb4f1f6958a83459dd1383a6

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/ant/-/compare/690ea9bf3fd461f2d9079a8807475405ba4ce32f...e07fe5315e22fc3cbb4f1f6958a83459dd1383a6
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/ant][upstream] New upstream version 1.10.12

2022-01-13 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch upstream at Debian Java Maintainers / ant


Commits:
a1f3b510 by Emmanuel Bourg at 2022-01-13T15:04:45+01:00
New upstream version 1.10.12
- - - - -


30 changed files:

- CONTRIBUTORS
- WHATSNEW
- build.xml
- contributors.xml
- lib/libraries.properties
- manual/Tasks/copy.html
- manual/Tasks/move.html
- manual/cover.html
- manual/credits.html
- src/etc/poms/ant-antlr/pom.xml
- src/etc/poms/ant-apache-bcel/pom.xml
- src/etc/poms/ant-apache-bsf/pom.xml
- src/etc/poms/ant-apache-log4j/pom.xml
- src/etc/poms/ant-apache-oro/pom.xml
- src/etc/poms/ant-apache-regexp/pom.xml
- src/etc/poms/ant-apache-resolver/pom.xml
- src/etc/poms/ant-apache-xalan2/pom.xml
- src/etc/poms/ant-commons-logging/pom.xml
- src/etc/poms/ant-commons-net/pom.xml
- src/etc/poms/ant-imageio/pom.xml
- src/etc/poms/ant-jai/pom.xml
- src/etc/poms/ant-javamail/pom.xml
- src/etc/poms/ant-jdepend/pom.xml
- src/etc/poms/ant-jmf/pom.xml
- src/etc/poms/ant-jsch/pom.xml
- src/etc/poms/ant-junit/pom.xml
- src/etc/poms/ant-junit4/pom.xml
- src/etc/poms/ant-junitlauncher/pom.xml
- src/etc/poms/ant-launcher/pom.xml
- src/etc/poms/ant-netrexx/pom.xml


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/ant/-/commit/a1f3b5108d73cc4ce5c47e8b68c484eb53ea073f

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/ant/-/commit/a1f3b5108d73cc4ce5c47e8b68c484eb53ea073f
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/biglybt] Pushed new tag debian/2.9.0.0-3

2021-12-12 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed new tag debian/2.9.0.0-3 at Debian Java Maintainers / 
biglybt

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/biglybt/-/tree/debian/2.9.0.0-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/biglybt][master] Source only upload

2021-12-12 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / biglybt


Commits:
55214628 by Emmanuel Bourg at 2021-12-12T10:30:24+01:00
Source only upload

- - - - -


1 changed file:

- debian/changelog


Changes:

=
debian/changelog
=
@@ -1,3 +1,9 @@
+biglybt (2.9.0.0-3) unstable; urgency=medium
+
+  * Source only upload
+
+ -- Emmanuel Bourg   Sun, 12 Dec 2021 10:30:08 +0100
+
 biglybt (2.9.0.0-2) unstable; urgency=medium
 
   [ Fab Stz ]



View it on GitLab: 
https://salsa.debian.org/java-team/biglybt/-/commit/55214628d00abb43407e27dae34a872060056421

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/biglybt/-/commit/55214628d00abb43407e27dae34a872060056421
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/junit4] Pushed new tag upstream/4.13.2

2021-11-21 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed new tag upstream/4.13.2 at Debian Java Maintainers / 
junit4

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/junit4/-/tree/upstream/4.13.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/junit4] Pushed new tag debian/4.13.2-1

2021-11-21 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed new tag debian/4.13.2-1 at Debian Java Maintainers / 
junit4

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/junit4/-/tree/debian/4.13.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/junit4][pristine-tar] pristine-tar data for junit4_4.13.2.orig.tar.xz

2021-11-21 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch pristine-tar at Debian Java Maintainers / junit4


Commits:
376c5a42 by Emmanuel Bourg at 2021-11-21T23:28:06+01:00
pristine-tar data for junit4_4.13.2.orig.tar.xz

- - - - -


2 changed files:

- + junit4_4.13.2.orig.tar.xz.delta
- + junit4_4.13.2.orig.tar.xz.id


Changes:

=
junit4_4.13.2.orig.tar.xz.delta
=
Binary files /dev/null and b/junit4_4.13.2.orig.tar.xz.delta differ


=
junit4_4.13.2.orig.tar.xz.id
=
@@ -0,0 +1 @@
+0e978130f7ec6348526627e1ff9e46b8a52b50c6



View it on GitLab: 
https://salsa.debian.org/java-team/junit4/-/commit/376c5a42ec34b246e9f2d76a85f23e8c47dbd119

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/junit4/-/commit/376c5a42ec34b246e9f2d76a85f23e8c47dbd119
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/junit4][upstream] New upstream version 4.13.2

2021-11-21 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch upstream at Debian Java Maintainers / junit4


Commits:
3ffb8b4c by Emmanuel Bourg at 2021-11-21T23:28:05+01:00
New upstream version 4.13.2
- - - - -


30 changed files:

- − .classpath
- + .github/workflows/main.yml
- .travis.settings.xml → .github/workflows/settings.xml
- − .project
- − .settings/org.eclipse.jdt.core.prefs
- − .settings/org.eclipse.jdt.ui.prefs
- − .travis.yml
- README.md
- doc/ReleaseNotes4.13.1.md
- + doc/ReleaseNotes4.13.2.md
- pom.xml
- src/main/java/junit/extensions/ActiveTestSuite.java
- src/main/java/junit/framework/Assert.java
- src/main/java/junit/runner/Version.java
- src/main/java/org/junit/experimental/results/ResultMatchers.java
- src/main/java/org/junit/internal/AssumptionViolatedException.java
- + src/main/java/org/junit/internal/SerializableMatcherDescription.java
- + src/main/java/org/junit/internal/SerializableValueDescription.java
- src/main/java/org/junit/internal/Throwables.java
- src/main/java/org/junit/internal/runners/statements/FailOnTimeout.java
- src/main/java/org/junit/runner/notification/RunNotifier.java
- src/main/java/org/junit/runners/model/FrameworkField.java
- src/main/java/org/junit/validator/AnnotationsValidator.java
- + src/test/java/junit/tests/SampleJUnit3Tests.java
- src/test/java/junit/tests/framework/DoublePrecisionAssertTest.java
- src/test/java/junit/tests/framework/FloatAssertTest.java
- src/test/java/junit/tests/runner/ResultTest.java
- src/test/java/junit/tests/runner/TextRunnerTest.java
- src/test/java/org/junit/AssumptionViolatedExceptionTest.java
- 
src/test/java/org/junit/experimental/categories/CategoriesAndParameterizedTest.java


The diff was not included because it is too large.


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

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/junit4/-/commit/3ffb8b4c96775f8ae860e1d1d510ad60330f4c95
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/junit4][master] 5 commits: New upstream version 4.13.2

2021-11-21 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / junit4


Commits:
3ffb8b4c by Emmanuel Bourg at 2021-11-21T23:28:05+01:00
New upstream version 4.13.2
- - - - -
6534e011 by Emmanuel Bourg at 2021-11-21T23:28:06+01:00
Update upstream source from tag upstream/4.13.2

Update to upstream version 4.13.2
with Debian dir 5f53e650f7afa469d1babff19fab55930c74ba19
- - - - -
3d2648fd by Emmanuel Bourg at 2021-11-21T23:28:27+01:00
Refreshed the patches

- - - - -
90fa109c by Emmanuel Bourg at 2021-11-21T23:28:34+01:00
Standards-Version updated to 4.6.0.1

- - - - -
1ea3c97a by Emmanuel Bourg at 2021-11-21T23:28:41+01:00
Upload to unstable

- - - - -


30 changed files:

- − .classpath
- + .github/workflows/main.yml
- .travis.settings.xml → .github/workflows/settings.xml
- − .project
- − .settings/org.eclipse.jdt.core.prefs
- − .settings/org.eclipse.jdt.ui.prefs
- − .travis.yml
- README.md
- debian/changelog
- debian/control
- debian/patches/Version.patch
- debian/patches/exclude-dependency-sources.patch
- debian/patches/java17-compatibility.patch
- doc/ReleaseNotes4.13.1.md
- + doc/ReleaseNotes4.13.2.md
- pom.xml
- src/main/java/junit/extensions/ActiveTestSuite.java
- src/main/java/junit/framework/Assert.java
- src/main/java/junit/runner/Version.java
- src/main/java/org/junit/experimental/results/ResultMatchers.java
- src/main/java/org/junit/internal/AssumptionViolatedException.java
- + src/main/java/org/junit/internal/SerializableMatcherDescription.java
- + src/main/java/org/junit/internal/SerializableValueDescription.java
- src/main/java/org/junit/internal/Throwables.java
- src/main/java/org/junit/internal/runners/statements/FailOnTimeout.java
- src/main/java/org/junit/runner/notification/RunNotifier.java
- src/main/java/org/junit/runners/model/FrameworkField.java
- src/main/java/org/junit/validator/AnnotationsValidator.java
- + src/test/java/junit/tests/SampleJUnit3Tests.java
- src/test/java/junit/tests/framework/DoublePrecisionAssertTest.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/junit4/-/compare/f52b681d47dc2b25fbdeab11ffaade8ecbd55e4d...1ea3c97aeb928f3057c2e67a752069eecf2b4f49

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/junit4/-/compare/f52b681d47dc2b25fbdeab11ffaade8ecbd55e4d...1ea3c97aeb928f3057c2e67a752069eecf2b4f49
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/junit4][master] Deleted 5 commits: New upstream version 4.13.2

2021-11-21 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / junit4


WARNING: The push did not contain any new commits, but force pushed to delete 
the commits and changes below.


Deleted commits:
bafe856b by Emmanuel Bourg at 2021-11-21T23:13:40+01:00
New upstream version 4.13.2
- - - - -
4442a136 by Emmanuel Bourg at 2021-11-21T23:13:41+01:00
Update upstream source from tag upstream/4.13.2

Update to upstream version 4.13.2
with Debian dir 5f53e650f7afa469d1babff19fab55930c74ba19
- - - - -
02b59739 by Emmanuel Bourg at 2021-11-21T23:15:24+01:00
Refreshed the patches

- - - - -
5abf62f2 by Emmanuel Bourg at 2021-11-21T23:17:28+01:00
Standards-Version updated to 4.6.0.1

- - - - -
3029846f by Emmanuel Bourg at 2021-11-21T23:17:51+01:00
Upload to unstable

- - - - -


30 changed files:

- − .classpath
- + .github/workflows/main.yml
- .travis.settings.xml → .github/workflows/settings.xml
- − .project
- − .settings/org.eclipse.jdt.core.prefs
- − .settings/org.eclipse.jdt.ui.prefs
- − .travis.yml
- README.md
- debian/changelog
- debian/control
- debian/patches/Version.patch
- debian/patches/exclude-dependency-sources.patch
- debian/patches/java17-compatibility.patch
- doc/ReleaseNotes4.13.1.md
- + doc/ReleaseNotes4.13.2.md
- pom.xml
- src/main/java/junit/extensions/ActiveTestSuite.java
- src/main/java/junit/framework/Assert.java
- src/main/java/junit/runner/Version.java
- src/main/java/org/junit/experimental/results/ResultMatchers.java
- src/main/java/org/junit/internal/AssumptionViolatedException.java
- + src/main/java/org/junit/internal/SerializableMatcherDescription.java
- + src/main/java/org/junit/internal/SerializableValueDescription.java
- src/main/java/org/junit/internal/Throwables.java
- src/main/java/org/junit/internal/runners/statements/FailOnTimeout.java
- src/main/java/org/junit/runner/notification/RunNotifier.java
- src/main/java/org/junit/runners/model/FrameworkField.java
- src/main/java/org/junit/validator/AnnotationsValidator.java
- + src/test/java/junit/tests/SampleJUnit3Tests.java
- src/test/java/junit/tests/framework/DoublePrecisionAssertTest.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/junit4/-/compare/f52b681d47dc2b25fbdeab11ffaade8ecbd55e4d...3029846fa218e023e1beea8b2bea8077694ad1b7

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/junit4/-/compare/f52b681d47dc2b25fbdeab11ffaade8ecbd55e4d...3029846fa218e023e1beea8b2bea8077694ad1b7
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/junit4][pristine-tar] Deleted 1 commit: pristine-tar data for junit4_4.13.2.orig.tar.xz

2021-11-21 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch pristine-tar at Debian Java Maintainers / junit4


WARNING: The push did not contain any new commits, but force pushed to delete 
the commits and changes below.


Deleted commits:
01678556 by Emmanuel Bourg at 2021-11-21T23:13:41+01:00
pristine-tar data for junit4_4.13.2.orig.tar.xz

- - - - -


2 changed files:

- + junit4_4.13.2.orig.tar.xz.delta
- + junit4_4.13.2.orig.tar.xz.id


Changes:

=
junit4_4.13.2.orig.tar.xz.delta
=
Binary files /dev/null and b/junit4_4.13.2.orig.tar.xz.delta differ


=
junit4_4.13.2.orig.tar.xz.id
=
@@ -0,0 +1 @@
+0e978130f7ec6348526627e1ff9e46b8a52b50c6



View it on GitLab: 
https://salsa.debian.org/java-team/junit4/-/commit/0167855621992070f3e1a175f018cbd8598faa62

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/junit4/-/commit/0167855621992070f3e1a175f018cbd8598faa62
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/junit4][pristine-tar] pristine-tar data for junit4_4.13.2.orig.tar.xz

2021-11-21 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch pristine-tar at Debian Java Maintainers / junit4


Commits:
01678556 by Emmanuel Bourg at 2021-11-21T23:13:41+01:00
pristine-tar data for junit4_4.13.2.orig.tar.xz

- - - - -


2 changed files:

- + junit4_4.13.2.orig.tar.xz.delta
- + junit4_4.13.2.orig.tar.xz.id


Changes:

=
junit4_4.13.2.orig.tar.xz.delta
=
Binary files /dev/null and b/junit4_4.13.2.orig.tar.xz.delta differ


=
junit4_4.13.2.orig.tar.xz.id
=
@@ -0,0 +1 @@
+0e978130f7ec6348526627e1ff9e46b8a52b50c6



View it on GitLab: 
https://salsa.debian.org/java-team/junit4/-/commit/0167855621992070f3e1a175f018cbd8598faa62

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/junit4/-/commit/0167855621992070f3e1a175f018cbd8598faa62
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/junit4][master] 5 commits: New upstream version 4.13.2

2021-11-21 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / junit4


Commits:
bafe856b by Emmanuel Bourg at 2021-11-21T23:13:40+01:00
New upstream version 4.13.2
- - - - -
4442a136 by Emmanuel Bourg at 2021-11-21T23:13:41+01:00
Update upstream source from tag upstream/4.13.2

Update to upstream version 4.13.2
with Debian dir 5f53e650f7afa469d1babff19fab55930c74ba19
- - - - -
02b59739 by Emmanuel Bourg at 2021-11-21T23:15:24+01:00
Refreshed the patches

- - - - -
5abf62f2 by Emmanuel Bourg at 2021-11-21T23:17:28+01:00
Standards-Version updated to 4.6.0.1

- - - - -
3029846f by Emmanuel Bourg at 2021-11-21T23:17:51+01:00
Upload to unstable

- - - - -


30 changed files:

- − .classpath
- + .github/workflows/main.yml
- .travis.settings.xml → .github/workflows/settings.xml
- − .project
- − .settings/org.eclipse.jdt.core.prefs
- − .settings/org.eclipse.jdt.ui.prefs
- − .travis.yml
- README.md
- debian/changelog
- debian/control
- debian/patches/Version.patch
- debian/patches/exclude-dependency-sources.patch
- debian/patches/java17-compatibility.patch
- doc/ReleaseNotes4.13.1.md
- + doc/ReleaseNotes4.13.2.md
- pom.xml
- src/main/java/junit/extensions/ActiveTestSuite.java
- src/main/java/junit/framework/Assert.java
- src/main/java/junit/runner/Version.java
- src/main/java/org/junit/experimental/results/ResultMatchers.java
- src/main/java/org/junit/internal/AssumptionViolatedException.java
- + src/main/java/org/junit/internal/SerializableMatcherDescription.java
- + src/main/java/org/junit/internal/SerializableValueDescription.java
- src/main/java/org/junit/internal/Throwables.java
- src/main/java/org/junit/internal/runners/statements/FailOnTimeout.java
- src/main/java/org/junit/runner/notification/RunNotifier.java
- src/main/java/org/junit/runners/model/FrameworkField.java
- src/main/java/org/junit/validator/AnnotationsValidator.java
- + src/test/java/junit/tests/SampleJUnit3Tests.java
- src/test/java/junit/tests/framework/DoublePrecisionAssertTest.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/junit4/-/compare/f52b681d47dc2b25fbdeab11ffaade8ecbd55e4d...3029846fa218e023e1beea8b2bea8077694ad1b7

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/junit4/-/compare/f52b681d47dc2b25fbdeab11ffaade8ecbd55e4d...3029846fa218e023e1beea8b2bea8077694ad1b7
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/biglybt] Pushed new tag debian/2.9.0.0-1

2021-11-21 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed new tag debian/2.9.0.0-1 at Debian Java Maintainers / 
biglybt

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

2021-11-21 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed new tag upstream/2.9.0.0 at Debian Java Maintainers / 
biglybt

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/biglybt/-/tree/upstream/2.9.0.0
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/biglybt][upstream] New upstream version 2.9.0.0

2021-11-21 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch upstream at Debian Java Maintainers / biglybt


Commits:
4139c6ce by Emmanuel Bourg at 2021-11-21T15:50:16+01:00
New upstream version 2.9.0.0
- - - - -


30 changed files:

- ChangeLog.txt
- README.md
- core/src/com/biglybt/core/CoreOperation.java
- core/src/com/biglybt/core/CoreOperationTask.java
- core/src/com/biglybt/core/category/impl/CategoryManagerImpl.java
- core/src/com/biglybt/core/config/ConfigKeys.java
- core/src/com/biglybt/core/config/impl/ConfigurationDefaults.java
- core/src/com/biglybt/core/devices/impl/DeviceMediaRendererManual.java
- core/src/com/biglybt/core/devices/impl/TranscodeJobOutputLeecher.java
- core/src/com/biglybt/core/disk/DiskManagerCheckRequest.java
- core/src/com/biglybt/core/disk/DiskManagerFileInfo.java
- core/src/com/biglybt/core/disk/impl/DiskManagerFileInfoImpl.java
- core/src/com/biglybt/core/disk/impl/DiskManagerImpl.java
- core/src/com/biglybt/core/disk/impl/DiskManagerUtil.java
- core/src/com/biglybt/core/disk/impl/access/impl/DMCheckerImpl.java
- 
core/src/com/biglybt/core/disk/impl/access/impl/DiskManagerCheckRequestImpl.java
- 
core/src/com/biglybt/core/diskmanager/access/impl/DiskAccessControllerInstance.java
- core/src/com/biglybt/core/diskmanager/access/impl/DiskAccessRequestImpl.java
- core/src/com/biglybt/core/download/DiskManagerFileInfoDelegate.java
- core/src/com/biglybt/core/download/DiskManagerFileInfoFile.java
- core/src/com/biglybt/core/download/DiskManagerFileInfoStream.java
- core/src/com/biglybt/core/download/DiskManagerFileInfoURL.java
- core/src/com/biglybt/core/download/DownloadManager.java
- core/src/com/biglybt/core/download/impl/DownloadManagerController.java
- core/src/com/biglybt/core/download/impl/DownloadManagerImpl.java
- core/src/com/biglybt/core/download/impl/DownloadManagerStatsImpl.java
- core/src/com/biglybt/core/global/GlobalManager.java
- core/src/com/biglybt/core/global/GlobalManagerEvent.java
- core/src/com/biglybt/core/global/impl/GlobalManagerImpl.java
- core/src/com/biglybt/core/ipfilter/impl/IPBannerImpl.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/biglybt/-/commit/4139c6ce128835c3788876ef065d52471e282faa

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/biglybt/-/commit/4139c6ce128835c3788876ef065d52471e282faa
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/biglybt][master] 4 commits: New upstream version 2.9.0.0

2021-11-21 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / biglybt


Commits:
4139c6ce by Emmanuel Bourg at 2021-11-21T15:50:16+01:00
New upstream version 2.9.0.0
- - - - -
bebaeed1 by Emmanuel Bourg at 2021-11-21T15:50:29+01:00
Update upstream source from tag upstream/2.9.0.0

Update to upstream version 2.9.0.0
with Debian dir 2a7f59c850f96fbdbd480f1ab5c127c98424de9f
- - - - -
8430bf76 by Emmanuel Bourg at 2021-11-21T16:27:13+01:00
Refreshed the patches

- - - - -
988ec4d6 by Emmanuel Bourg at 2021-11-21T20:08:02+01:00
Upload to unstable

- - - - -


30 changed files:

- ChangeLog.txt
- README.md
- core/src/com/biglybt/core/CoreOperation.java
- core/src/com/biglybt/core/CoreOperationTask.java
- core/src/com/biglybt/core/category/impl/CategoryManagerImpl.java
- core/src/com/biglybt/core/config/ConfigKeys.java
- core/src/com/biglybt/core/config/impl/ConfigurationDefaults.java
- core/src/com/biglybt/core/devices/impl/DeviceMediaRendererManual.java
- core/src/com/biglybt/core/devices/impl/TranscodeJobOutputLeecher.java
- core/src/com/biglybt/core/disk/DiskManagerCheckRequest.java
- core/src/com/biglybt/core/disk/DiskManagerFileInfo.java
- core/src/com/biglybt/core/disk/impl/DiskManagerFileInfoImpl.java
- core/src/com/biglybt/core/disk/impl/DiskManagerImpl.java
- core/src/com/biglybt/core/disk/impl/DiskManagerUtil.java
- core/src/com/biglybt/core/disk/impl/access/impl/DMCheckerImpl.java
- 
core/src/com/biglybt/core/disk/impl/access/impl/DiskManagerCheckRequestImpl.java
- 
core/src/com/biglybt/core/diskmanager/access/impl/DiskAccessControllerInstance.java
- core/src/com/biglybt/core/diskmanager/access/impl/DiskAccessRequestImpl.java
- core/src/com/biglybt/core/download/DiskManagerFileInfoDelegate.java
- core/src/com/biglybt/core/download/DiskManagerFileInfoFile.java
- core/src/com/biglybt/core/download/DiskManagerFileInfoStream.java
- core/src/com/biglybt/core/download/DiskManagerFileInfoURL.java
- core/src/com/biglybt/core/download/DownloadManager.java
- core/src/com/biglybt/core/download/impl/DownloadManagerController.java
- core/src/com/biglybt/core/download/impl/DownloadManagerImpl.java
- core/src/com/biglybt/core/download/impl/DownloadManagerStatsImpl.java
- core/src/com/biglybt/core/global/GlobalManager.java
- core/src/com/biglybt/core/global/GlobalManagerEvent.java
- core/src/com/biglybt/core/global/impl/GlobalManagerImpl.java
- core/src/com/biglybt/core/ipfilter/impl/IPBannerImpl.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/biglybt/-/compare/eae8f250d204f2719fd5dc315cf9580d9369a4cd...988ec4d691d2de56ceba1f0fdaf07ba3c33edd25

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/biglybt/-/compare/eae8f250d204f2719fd5dc315cf9580d9369a4cd...988ec4d691d2de56ceba1f0fdaf07ba3c33edd25
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/biglybt][pristine-tar] pristine-tar data for biglybt_2.9.0.0.orig.tar.xz

2021-11-21 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch pristine-tar at Debian Java Maintainers / 
biglybt


Commits:
aa5562b6 by Emmanuel Bourg at 2021-11-21T15:50:29+01:00
pristine-tar data for biglybt_2.9.0.0.orig.tar.xz

- - - - -


2 changed files:

- + biglybt_2.9.0.0.orig.tar.xz.delta
- + biglybt_2.9.0.0.orig.tar.xz.id


Changes:

=
biglybt_2.9.0.0.orig.tar.xz.delta
=
Binary files /dev/null and b/biglybt_2.9.0.0.orig.tar.xz.delta differ


=
biglybt_2.9.0.0.orig.tar.xz.id
=
@@ -0,0 +1 @@
+b65ed7a6eec3632305ad0659a48f1dc34f05298a



View it on GitLab: 
https://salsa.debian.org/java-team/biglybt/-/commit/aa5562b64afacac33dc9026435e9cbe14cfc15bf

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/biglybt/-/commit/aa5562b64afacac33dc9026435e9cbe14cfc15bf
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/eclipse-jdt-ui][upstream] 3 commits: New upstream version 4.19

2021-10-24 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch upstream at Debian Java Maintainers / 
eclipse-jdt-ui


Commits:
47948338 by Emmanuel Bourg at 2021-10-24T23:34:10+02:00
New upstream version 4.19
- - - - -
e8bb282c by Emmanuel Bourg at 2021-10-24T23:34:38+02:00
New upstream version 4.20
- - - - -
16a6ce01 by Emmanuel Bourg at 2021-10-24T23:35:02+02:00
New upstream version 4.21
- - - - -


30 changed files:

- org.eclipse.jdt.astview.feature/feature.xml
- org.eclipse.jdt.astview.feature/pom.xml
- org.eclipse.jdt.astview/.classpath
- org.eclipse.jdt.astview/.settings/org.eclipse.jdt.core.prefs
- org.eclipse.jdt.astview/META-INF/MANIFEST.MF
- org.eclipse.jdt.astview/pom.xml
- org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/ASTView.java
- org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/Binding.java
- org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/BindingProperty.java
- org.eclipse.jdt.core.manipulation/.classpath
- org.eclipse.jdt.core.manipulation/.settings/.api_filters
- org.eclipse.jdt.core.manipulation/.settings/org.eclipse.jdt.core.prefs
- org.eclipse.jdt.core.manipulation/META-INF/MANIFEST.MF
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/core/manipulation/ImportReferencesCollector.java
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/core/manipulation/OrganizeImportsOperation.java
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/core/manipulation/SharedASTProviderCore.java
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/core/manipulation/StubUtility.java
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/jarpackager/JarPackagerUtilCore.java
- + 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/fix/ArrayWithCurlyCleanUpCore.java
- + 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/fix/BooleanValueRatherThanComparisonCleanUpCore.java
- + 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/fix/ConstantsForSystemPropertiesCleanUpCore.java
- + 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/fix/DoWhileRatherThanWhileCleanUpCore.java
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/fix/IMultiFixCore.java
- + 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/fix/InvertEqualsCleanUpCore.java
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/fix/MultiFixMessages.java
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/fix/MultiFixMessages.properties
- + 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/fix/OneIfRatherThanDuplicateBlocksThatFallThroughCleanUpCore.java
- + 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/fix/PatternMatchingForInstanceofCleanUpCore.java
- + 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/fix/PlainReplacementCleanUpCore.java
- + 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/fix/PrimitiveComparisonCleanUpCore.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-jdt-ui/-/compare/ec2efb54cabec49b71b6df53c2a5a47fa53e1437...16a6ce01be4a7a1b73ada0405be5f444cc698b18

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-jdt-ui/-/compare/ec2efb54cabec49b71b6df53c2a5a47fa53e1437...16a6ce01be4a7a1b73ada0405be5f444cc698b18
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/eclipse-jdt-ui][pristine-tar] 3 commits: pristine-tar data for eclipse-jdt-ui_4.19.orig.tar.xz

2021-10-24 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch pristine-tar at Debian Java Maintainers / 
eclipse-jdt-ui


Commits:
0fc6982d by Emmanuel Bourg at 2021-10-24T23:34:24+02:00
pristine-tar data for eclipse-jdt-ui_4.19.orig.tar.xz

- - - - -
992d9ef4 by Emmanuel Bourg at 2021-10-24T23:34:52+02:00
pristine-tar data for eclipse-jdt-ui_4.20.orig.tar.xz

- - - - -
0f3c24cf by Emmanuel Bourg at 2021-10-24T23:35:16+02:00
pristine-tar data for eclipse-jdt-ui_4.21.orig.tar.xz

- - - - -


6 changed files:

- + eclipse-jdt-ui_4.19.orig.tar.xz.delta
- + eclipse-jdt-ui_4.19.orig.tar.xz.id
- + eclipse-jdt-ui_4.20.orig.tar.xz.delta
- + eclipse-jdt-ui_4.20.orig.tar.xz.id
- + eclipse-jdt-ui_4.21.orig.tar.xz.delta
- + eclipse-jdt-ui_4.21.orig.tar.xz.id


Changes:

=
eclipse-jdt-ui_4.19.orig.tar.xz.delta
=
Binary files /dev/null and b/eclipse-jdt-ui_4.19.orig.tar.xz.delta differ


=
eclipse-jdt-ui_4.19.orig.tar.xz.id
=
@@ -0,0 +1 @@
+0de2f6f359c5e95c17595aadcdffea62f2417a1a


=
eclipse-jdt-ui_4.20.orig.tar.xz.delta
=
Binary files /dev/null and b/eclipse-jdt-ui_4.20.orig.tar.xz.delta differ


=
eclipse-jdt-ui_4.20.orig.tar.xz.id
=
@@ -0,0 +1 @@
+2b007bc4ff9c7b7317648fa02055d0a2a169bf28


=
eclipse-jdt-ui_4.21.orig.tar.xz.delta
=
Binary files /dev/null and b/eclipse-jdt-ui_4.21.orig.tar.xz.delta differ


=
eclipse-jdt-ui_4.21.orig.tar.xz.id
=
@@ -0,0 +1 @@
+51ae070e0ce335e7479b8748d0fa7398435ccabc



View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-jdt-ui/-/compare/89c271c5a8d8b3df4c2c0705e92227dc42bfc674...0f3c24cfc0837a2ed31b89dd60e51f3109700f29

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-jdt-ui/-/compare/89c271c5a8d8b3df4c2c0705e92227dc42bfc674...0f3c24cfc0837a2ed31b89dd60e51f3109700f29
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/eclipse-jdt-ui][master] 5 commits: New upstream version 4.19

2021-10-24 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / 
eclipse-jdt-ui


Commits:
47948338 by Emmanuel Bourg at 2021-10-24T23:34:10+02:00
New upstream version 4.19
- - - - -
e8bb282c by Emmanuel Bourg at 2021-10-24T23:34:38+02:00
New upstream version 4.20
- - - - -
16a6ce01 by Emmanuel Bourg at 2021-10-24T23:35:02+02:00
New upstream version 4.21
- - - - -
7c53ff0d by Emmanuel Bourg at 2021-10-24T23:35:16+02:00
Update upstream source from tag upstream/4.21

Update to upstream version 4.21
with Debian dir c58e8b30fae726b3e0fbc06b605876660da2bed8
- - - - -
4dd3b575 by Emmanuel Bourg at 2021-10-24T23:38:45+02:00
New upstream release (4.21)

- - - - -


30 changed files:

- debian/changelog
- org.eclipse.jdt.astview.feature/feature.xml
- org.eclipse.jdt.astview.feature/pom.xml
- org.eclipse.jdt.astview/.classpath
- org.eclipse.jdt.astview/.settings/org.eclipse.jdt.core.prefs
- org.eclipse.jdt.astview/META-INF/MANIFEST.MF
- org.eclipse.jdt.astview/pom.xml
- org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/ASTView.java
- org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/Binding.java
- org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/BindingProperty.java
- org.eclipse.jdt.core.manipulation/.classpath
- org.eclipse.jdt.core.manipulation/.settings/.api_filters
- org.eclipse.jdt.core.manipulation/.settings/org.eclipse.jdt.core.prefs
- org.eclipse.jdt.core.manipulation/META-INF/MANIFEST.MF
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/core/manipulation/ImportReferencesCollector.java
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/core/manipulation/OrganizeImportsOperation.java
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/core/manipulation/SharedASTProviderCore.java
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/core/manipulation/StubUtility.java
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/jarpackager/JarPackagerUtilCore.java
- + 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/fix/ArrayWithCurlyCleanUpCore.java
- + 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/fix/BooleanValueRatherThanComparisonCleanUpCore.java
- + 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/fix/ConstantsForSystemPropertiesCleanUpCore.java
- + 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/fix/DoWhileRatherThanWhileCleanUpCore.java
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/fix/IMultiFixCore.java
- + 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/fix/InvertEqualsCleanUpCore.java
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/fix/MultiFixMessages.java
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/fix/MultiFixMessages.properties
- + 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/fix/OneIfRatherThanDuplicateBlocksThatFallThroughCleanUpCore.java
- + 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/fix/PatternMatchingForInstanceofCleanUpCore.java
- + 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/fix/PlainReplacementCleanUpCore.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-jdt-ui/-/compare/43e4b25b0fef83c3d6e3089b763c1b7db026708d...4dd3b575c30255b3bb67e74542b453f7fe73d331

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-jdt-ui/-/compare/43e4b25b0fef83c3d6e3089b763c1b7db026708d...4dd3b575c30255b3bb67e74542b453f7fe73d331
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/eclipse-jdt-debug][upstream] 3 commits: New upstream version 4.19

2021-10-24 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch upstream at Debian Java Maintainers / 
eclipse-jdt-debug


Commits:
faa47e37 by Emmanuel Bourg at 2021-10-24T23:27:02+02:00
New upstream version 4.19
- - - - -
d8d8dc16 by Emmanuel Bourg at 2021-10-24T23:27:19+02:00
New upstream version 4.20
- - - - -
100b1c14 by Emmanuel Bourg at 2021-10-24T23:27:29+02:00
New upstream version 4.21
- - - - -


30 changed files:

- org.eclipse.jdt.debug.jdi.tests/.settings/org.eclipse.jdt.ui.prefs
- org.eclipse.jdt.debug.tests/.settings/org.eclipse.jdt.ui.prefs
- org.eclipse.jdt.debug.tests/JDT Debug Evaluation Test Suite.launch
- org.eclipse.jdt.debug.tests/JDT Debug Test Suite.launch
- org.eclipse.jdt.debug.tests/META-INF/MANIFEST.MF
- org.eclipse.jdt.debug.tests/build.properties
- org.eclipse.jdt.debug.tests/console 
tests/org/eclipse/jdt/debug/tests/console/ConsoleTerminateAllActionTests.java
- + org.eclipse.jdt.debug.tests/java16_/a/b/c/RecordTests.java
- + org.eclipse.jdt.debug.tests/java7/Bug567801.java
- + org.eclipse.jdt.debug.tests/java7/Bug572782.java
- + org.eclipse.jdt.debug.tests/java8/Bug567801.java
- + org.eclipse.jdt.debug.tests/java8/Bug569413.java
- + org.eclipse.jdt.debug.tests/java8/Bug571230.java
- + org.eclipse.jdt.debug.tests/java8/Bug571310.java
- + org.eclipse.jdt.debug.tests/java8/Bug572629.java
- + org.eclipse.jdt.debug.tests/java8/Bug573547.java
- + org.eclipse.jdt.debug.tests/java8/Bug573589.java
- + org.eclipse.jdt.debug.tests/java8/Bug574395.java
- org.eclipse.jdt.debug.tests/java8/FunctionalCaptureTest18.java
- + org.eclipse.jdt.debug.tests/java9/Bug575039.java
- org.eclipse.jdt.debug.tests/pom.xml
- org.eclipse.jdt.debug.tests/test 
plugin/org/eclipse/jdt/debug/testplugin/JavaProjectHelper.java
- org.eclipse.jdt.debug.tests/test 
plugin/org/eclipse/jdt/debug/testplugin/detailpane/TableDetailPane.java
- org.eclipse.jdt.debug.tests/test.xml
- org.eclipse.jdt.debug.tests/testprograms/MultiThreadedList.java
- org.eclipse.jdt.debug.tests/testprograms/PerfLoop.java
- org.eclipse.jdt.debug.tests/testprograms/VariableDetails.java
- org.eclipse.jdt.debug.tests/testprograms/WatchItemTests.java
- 
org.eclipse.jdt.debug.tests/testprograms/org/eclipse/debug/tests/targets/Watchpoint.java
- + org.eclipse.jdt.debug.tests/testresources/bug573589/src/Bug573589Bin.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-jdt-debug/-/compare/cd9df02e3b92193235b3d93990b2f3958d7b6dd5...100b1c14354dc265094ed9551564fa7a8b395949

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-jdt-debug/-/compare/cd9df02e3b92193235b3d93990b2f3958d7b6dd5...100b1c14354dc265094ed9551564fa7a8b395949
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/eclipse-jdt-debug][pristine-tar] 3 commits: pristine-tar data for eclipse-jdt-debug_4.19.orig.tar.xz

2021-10-24 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch pristine-tar at Debian Java Maintainers / 
eclipse-jdt-debug


Commits:
f2e998f8 by Emmanuel Bourg at 2021-10-24T23:27:06+02:00
pristine-tar data for eclipse-jdt-debug_4.19.orig.tar.xz

- - - - -
49476da0 by Emmanuel Bourg at 2021-10-24T23:27:22+02:00
pristine-tar data for eclipse-jdt-debug_4.20.orig.tar.xz

- - - - -
b5954aa8 by Emmanuel Bourg at 2021-10-24T23:27:33+02:00
pristine-tar data for eclipse-jdt-debug_4.21.orig.tar.xz

- - - - -


6 changed files:

- + eclipse-jdt-debug_4.19.orig.tar.xz.delta
- + eclipse-jdt-debug_4.19.orig.tar.xz.id
- + eclipse-jdt-debug_4.20.orig.tar.xz.delta
- + eclipse-jdt-debug_4.20.orig.tar.xz.id
- + eclipse-jdt-debug_4.21.orig.tar.xz.delta
- + eclipse-jdt-debug_4.21.orig.tar.xz.id


Changes:

=
eclipse-jdt-debug_4.19.orig.tar.xz.delta
=
Binary files /dev/null and b/eclipse-jdt-debug_4.19.orig.tar.xz.delta differ


=
eclipse-jdt-debug_4.19.orig.tar.xz.id
=
@@ -0,0 +1 @@
+135d92c6340c2d002195a7b1922e2bd82e24b923


=
eclipse-jdt-debug_4.20.orig.tar.xz.delta
=
Binary files /dev/null and b/eclipse-jdt-debug_4.20.orig.tar.xz.delta differ


=
eclipse-jdt-debug_4.20.orig.tar.xz.id
=
@@ -0,0 +1 @@
+3163c77d70584686c68985cbbfdad61789db89b0


=
eclipse-jdt-debug_4.21.orig.tar.xz.delta
=
Binary files /dev/null and b/eclipse-jdt-debug_4.21.orig.tar.xz.delta differ


=
eclipse-jdt-debug_4.21.orig.tar.xz.id
=
@@ -0,0 +1 @@
+e90daaaf7d4e87dd8591eeaa0adc67389652f5ef



View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-jdt-debug/-/compare/7da7a6ef82d88eefab7cc74c79471c78eb185148...b5954aa8fcb1023138c7d6a66f2eb8c59579ddc7

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-jdt-debug/-/compare/7da7a6ef82d88eefab7cc74c79471c78eb185148...b5954aa8fcb1023138c7d6a66f2eb8c59579ddc7
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/eclipse-jdt-debug][master] 5 commits: New upstream version 4.19

2021-10-24 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / 
eclipse-jdt-debug


Commits:
faa47e37 by Emmanuel Bourg at 2021-10-24T23:27:02+02:00
New upstream version 4.19
- - - - -
d8d8dc16 by Emmanuel Bourg at 2021-10-24T23:27:19+02:00
New upstream version 4.20
- - - - -
100b1c14 by Emmanuel Bourg at 2021-10-24T23:27:29+02:00
New upstream version 4.21
- - - - -
e8f83eb4 by Emmanuel Bourg at 2021-10-24T23:27:33+02:00
Update upstream source from tag upstream/4.21

Update to upstream version 4.21
with Debian dir 64e921ace0e006b24d3378b5ff24c2a06ccc8ce2
- - - - -
274c1759 by Emmanuel Bourg at 2021-10-24T23:30:38+02:00
New upstream release (4.21)

- - - - -


30 changed files:

- debian/changelog
- org.eclipse.jdt.debug.jdi.tests/.settings/org.eclipse.jdt.ui.prefs
- org.eclipse.jdt.debug.tests/.settings/org.eclipse.jdt.ui.prefs
- org.eclipse.jdt.debug.tests/JDT Debug Evaluation Test Suite.launch
- org.eclipse.jdt.debug.tests/JDT Debug Test Suite.launch
- org.eclipse.jdt.debug.tests/META-INF/MANIFEST.MF
- org.eclipse.jdt.debug.tests/build.properties
- org.eclipse.jdt.debug.tests/console 
tests/org/eclipse/jdt/debug/tests/console/ConsoleTerminateAllActionTests.java
- + org.eclipse.jdt.debug.tests/java16_/a/b/c/RecordTests.java
- + org.eclipse.jdt.debug.tests/java7/Bug567801.java
- + org.eclipse.jdt.debug.tests/java7/Bug572782.java
- + org.eclipse.jdt.debug.tests/java8/Bug567801.java
- + org.eclipse.jdt.debug.tests/java8/Bug569413.java
- + org.eclipse.jdt.debug.tests/java8/Bug571230.java
- + org.eclipse.jdt.debug.tests/java8/Bug571310.java
- + org.eclipse.jdt.debug.tests/java8/Bug572629.java
- + org.eclipse.jdt.debug.tests/java8/Bug573547.java
- + org.eclipse.jdt.debug.tests/java8/Bug573589.java
- + org.eclipse.jdt.debug.tests/java8/Bug574395.java
- org.eclipse.jdt.debug.tests/java8/FunctionalCaptureTest18.java
- + org.eclipse.jdt.debug.tests/java9/Bug575039.java
- org.eclipse.jdt.debug.tests/pom.xml
- org.eclipse.jdt.debug.tests/test 
plugin/org/eclipse/jdt/debug/testplugin/JavaProjectHelper.java
- org.eclipse.jdt.debug.tests/test 
plugin/org/eclipse/jdt/debug/testplugin/detailpane/TableDetailPane.java
- org.eclipse.jdt.debug.tests/test.xml
- org.eclipse.jdt.debug.tests/testprograms/MultiThreadedList.java
- org.eclipse.jdt.debug.tests/testprograms/PerfLoop.java
- org.eclipse.jdt.debug.tests/testprograms/VariableDetails.java
- org.eclipse.jdt.debug.tests/testprograms/WatchItemTests.java
- 
org.eclipse.jdt.debug.tests/testprograms/org/eclipse/debug/tests/targets/Watchpoint.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-jdt-debug/-/compare/c0a43fa358b71325208521eec7b926ab65b55982...274c175975c9ffc56fe49a0decdb17775a8ce0b6

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-jdt-debug/-/compare/c0a43fa358b71325208521eec7b926ab65b55982...274c175975c9ffc56fe49a0decdb17775a8ce0b6
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/ivy][master] 3 commits: Fixed the build failure with Java 17 (Closes: #981970)

2021-10-18 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / ivy


Commits:
c58e3683 by Emmanuel Bourg at 2021-10-18T23:27:33+02:00
Fixed the build failure with Java 17 (Closes: #981970)

- - - - -
5f28a430 by Emmanuel Bourg at 2021-10-18T23:27:41+02:00
Standards-Version updated to 4.6.0.1

- - - - -
8763e917 by Emmanuel Bourg at 2021-10-18T23:28:07+02:00
Upload to unstable

- - - - -


3 changed files:

- debian/build.xml
- debian/changelog
- debian/control


Changes:

=
debian/build.xml
=
@@ -28,7 +28,7 @@
   
 
 
+  debug="true" release="8"/>
 
   
 


=
debian/changelog
=
@@ -1,3 +1,11 @@
+ivy (2.5.0-2) unstable; urgency=medium
+
+  * Team upload.
+  * Fixed the build failure with Java 17 (Closes: #981970)
+  * Standards-Version updated to 4.6.0.1
+
+ -- Emmanuel Bourg   Mon, 18 Oct 2021 23:27:59 +0200
+
 ivy (2.5.0-1) unstable; urgency=medium
 
   * New upstream release


=
debian/control
=
@@ -10,7 +10,7 @@ Uploaders:
 Build-Depends:
  ant,
  debhelper-compat (= 13),
- default-jdk,
+ default-jdk (>= 2:1.11),
  default-jdk-doc,
  junit,
  libbcpg-java,
@@ -24,7 +24,7 @@ Build-Depends:
  libjsch-java,
  liboro-java,
  maven-repo-helper
-Standards-Version: 4.5.1
+Standards-Version: 4.6.0.1
 Vcs-Git: https://salsa.debian.org/java-team/ivy.git
 Vcs-Browser: https://salsa.debian.org/java-team/ivy
 Homepage: https://ant.apache.org/ivy/



View it on GitLab: 
https://salsa.debian.org/java-team/ivy/-/compare/20bcc991f1a7f8a1c2b7b96e5cb20962c24b43a9...8763e91751695f77e054b21ebbfd52b9b21e8974

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/ivy/-/compare/20bcc991f1a7f8a1c2b7b96e5cb20962c24b43a9...8763e91751695f77e054b21ebbfd52b9b21e8974
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/equinox-p2][upstream] 3 commits: New upstream version 4.19

2021-10-18 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch upstream at Debian Java Maintainers / equinox-p2


Commits:
8fa10de7 by Emmanuel Bourg at 2021-10-18T12:04:38+02:00
New upstream version 4.19
- - - - -
49aae066 by Emmanuel Bourg at 2021-10-18T12:04:52+02:00
New upstream version 4.20
- - - - -
d94bc34c by Emmanuel Bourg at 2021-10-18T12:05:01+02:00
New upstream version 4.21
- - - - -


30 changed files:

- + Jenkinsfile
- bundles/org.eclipse.equinox.frameworkadmin.equinox/.classpath
- 
bundles/org.eclipse.equinox.frameworkadmin.equinox/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.equinox.frameworkadmin.equinox/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.frameworkadmin.equinox/pom.xml
- 
bundles/org.eclipse.equinox.frameworkadmin.equinox/src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java
- 
bundles/org.eclipse.equinox.frameworkadmin.equinox/src/org/eclipse/equinox/internal/frameworkadmin/equinox/ParserUtils.java
- bundles/org.eclipse.equinox.frameworkadmin.test/.classpath
- 
bundles/org.eclipse.equinox.frameworkadmin.test/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.frameworkadmin.test/pom.xml
- bundles/org.eclipse.equinox.frameworkadmin/.classpath
- 
bundles/org.eclipse.equinox.frameworkadmin/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.equinox.frameworkadmin/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.frameworkadmin/pom.xml
- bundles/org.eclipse.equinox.p2.artifact.checksums.bouncycastle/.classpath
- + 
bundles/org.eclipse.equinox.p2.artifact.checksums.bouncycastle/.settings/org.eclipse.jdt.core.prefs
- 
bundles/org.eclipse.equinox.p2.artifact.checksums.bouncycastle/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.p2.artifact.checksums.bouncycastle/pom.xml
- bundles/org.eclipse.equinox.p2.artifact.optimizers/.classpath
- 
bundles/org.eclipse.equinox.p2.artifact.optimizers/.settings/org.eclipse.core.resources.prefs
- 
bundles/org.eclipse.equinox.p2.artifact.optimizers/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.equinox.p2.artifact.optimizers/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.p2.artifact.optimizers/pom.xml
- 
bundles/org.eclipse.equinox.p2.artifact.optimizers/src/org/eclipse/equinox/internal/p2/artifact/optimizers/pack200/Application.java
- 
bundles/org.eclipse.equinox.p2.artifact.optimizers/src/org/eclipse/equinox/internal/p2/artifact/optimizers/pack200/Messages.java
- 
bundles/org.eclipse.equinox.p2.artifact.optimizers/src/org/eclipse/equinox/internal/p2/artifact/optimizers/pack200/Optimizer.java
- 
bundles/org.eclipse.equinox.p2.artifact.optimizers/src/org/eclipse/equinox/internal/p2/artifact/optimizers/pack200/Pack200OptimizerStep.java
- bundles/org.eclipse.equinox.p2.artifact.processors/.classpath
- 
bundles/org.eclipse.equinox.p2.artifact.processors/.settings/org.eclipse.core.resources.prefs


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/equinox-p2/-/compare/76d24677e36de112268dc41af5a0b0d96d01f393...d94bc34cb8d2ad44b4c2437a99c31ab9f511cb10

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/equinox-p2/-/compare/76d24677e36de112268dc41af5a0b0d96d01f393...d94bc34cb8d2ad44b4c2437a99c31ab9f511cb10
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/equinox-p2][pristine-tar] 3 commits: pristine-tar data for equinox-p2_4.19.orig.tar.xz

2021-10-18 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch pristine-tar at Debian Java Maintainers / 
equinox-p2


Commits:
efa67bab by Emmanuel Bourg at 2021-10-18T12:04:42+02:00
pristine-tar data for equinox-p2_4.19.orig.tar.xz

- - - - -
52d38ed1 by Emmanuel Bourg at 2021-10-18T12:04:56+02:00
pristine-tar data for equinox-p2_4.20.orig.tar.xz

- - - - -
b6831ec6 by Emmanuel Bourg at 2021-10-18T12:05:05+02:00
pristine-tar data for equinox-p2_4.21.orig.tar.xz

- - - - -


6 changed files:

- + equinox-p2_4.19.orig.tar.xz.delta
- + equinox-p2_4.19.orig.tar.xz.id
- + equinox-p2_4.20.orig.tar.xz.delta
- + equinox-p2_4.20.orig.tar.xz.id
- + equinox-p2_4.21.orig.tar.xz.delta
- + equinox-p2_4.21.orig.tar.xz.id


Changes:

=
equinox-p2_4.19.orig.tar.xz.delta
=
Binary files /dev/null and b/equinox-p2_4.19.orig.tar.xz.delta differ


=
equinox-p2_4.19.orig.tar.xz.id
=
@@ -0,0 +1 @@
+d8ffbe081ad257d0cce937b200b405bdad59c6f3


=
equinox-p2_4.20.orig.tar.xz.delta
=
Binary files /dev/null and b/equinox-p2_4.20.orig.tar.xz.delta differ


=
equinox-p2_4.20.orig.tar.xz.id
=
@@ -0,0 +1 @@
+1faf098dce9f5b7531b6469e978993da92940347


=
equinox-p2_4.21.orig.tar.xz.delta
=
Binary files /dev/null and b/equinox-p2_4.21.orig.tar.xz.delta differ


=
equinox-p2_4.21.orig.tar.xz.id
=
@@ -0,0 +1 @@
+a763afd18042e17a7792c24adc779b51e5f27c79



View it on GitLab: 
https://salsa.debian.org/java-team/equinox-p2/-/compare/238e817cddc316e701006907384edca55c95e702...b6831ec6f7acb612d3052cb49fd7cbed5f635a50

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/equinox-p2/-/compare/238e817cddc316e701006907384edca55c95e702...b6831ec6f7acb612d3052cb49fd7cbed5f635a50
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/equinox-p2][master] 10 commits: Standards-Version updated to 4.6.0.1

2021-10-18 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / equinox-p2


Commits:
48c74e17 by Emmanuel Bourg at 2021-10-18T12:04:14+02:00
Standards-Version updated to 4.6.0.1

- - - - -
8fa10de7 by Emmanuel Bourg at 2021-10-18T12:04:38+02:00
New upstream version 4.19
- - - - -
49aae066 by Emmanuel Bourg at 2021-10-18T12:04:52+02:00
New upstream version 4.20
- - - - -
d94bc34c by Emmanuel Bourg at 2021-10-18T12:05:01+02:00
New upstream version 4.21
- - - - -
2918a027 by Emmanuel Bourg at 2021-10-18T12:05:05+02:00
Update upstream source from tag upstream/4.21

Update to upstream version 4.21
with Debian dir 5d8e36e1b478ab6ac37b965d4ebbb58868ece623
- - - - -
db402d60 by Emmanuel Bourg at 2021-10-18T16:10:55+02:00
Build more bundles with Java 11

- - - - -
59d23d0b by Emmanuel Bourg at 2021-10-18T16:12:05+02:00
Updated the bundle dependencies

- - - - -
268e19cd by Emmanuel Bourg at 2021-10-18T16:13:10+02:00
New dependency on libbcpg-java

- - - - -
15828e66 by Emmanuel Bourg at 2021-10-18T16:14:16+02:00
Use a secure watch URL

- - - - -
5873da8b by Emmanuel Bourg at 2021-10-18T16:14:26+02:00
Upload to unstable

- - - - -


30 changed files:

- + Jenkinsfile
- bundles/org.eclipse.equinox.frameworkadmin.equinox/.classpath
- 
bundles/org.eclipse.equinox.frameworkadmin.equinox/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.equinox.frameworkadmin.equinox/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.frameworkadmin.equinox/pom.xml
- 
bundles/org.eclipse.equinox.frameworkadmin.equinox/src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java
- 
bundles/org.eclipse.equinox.frameworkadmin.equinox/src/org/eclipse/equinox/internal/frameworkadmin/equinox/ParserUtils.java
- bundles/org.eclipse.equinox.frameworkadmin.test/.classpath
- 
bundles/org.eclipse.equinox.frameworkadmin.test/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.frameworkadmin.test/pom.xml
- bundles/org.eclipse.equinox.frameworkadmin/.classpath
- 
bundles/org.eclipse.equinox.frameworkadmin/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.equinox.frameworkadmin/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.frameworkadmin/pom.xml
- bundles/org.eclipse.equinox.p2.artifact.checksums.bouncycastle/.classpath
- + 
bundles/org.eclipse.equinox.p2.artifact.checksums.bouncycastle/.settings/org.eclipse.jdt.core.prefs
- 
bundles/org.eclipse.equinox.p2.artifact.checksums.bouncycastle/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.p2.artifact.checksums.bouncycastle/pom.xml
- bundles/org.eclipse.equinox.p2.artifact.optimizers/.classpath
- 
bundles/org.eclipse.equinox.p2.artifact.optimizers/.settings/org.eclipse.core.resources.prefs
- 
bundles/org.eclipse.equinox.p2.artifact.optimizers/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.equinox.p2.artifact.optimizers/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.p2.artifact.optimizers/pom.xml
- 
bundles/org.eclipse.equinox.p2.artifact.optimizers/src/org/eclipse/equinox/internal/p2/artifact/optimizers/pack200/Application.java
- 
bundles/org.eclipse.equinox.p2.artifact.optimizers/src/org/eclipse/equinox/internal/p2/artifact/optimizers/pack200/Messages.java
- 
bundles/org.eclipse.equinox.p2.artifact.optimizers/src/org/eclipse/equinox/internal/p2/artifact/optimizers/pack200/Optimizer.java
- 
bundles/org.eclipse.equinox.p2.artifact.optimizers/src/org/eclipse/equinox/internal/p2/artifact/optimizers/pack200/Pack200OptimizerStep.java
- bundles/org.eclipse.equinox.p2.artifact.processors/.classpath
- 
bundles/org.eclipse.equinox.p2.artifact.processors/.settings/org.eclipse.core.resources.prefs


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/equinox-p2/-/compare/35255e3b45590264f62abcfee23d0e2ce5d8d68f...5873da8b7ed43d55c9c85fbaf71a589905fcdca7

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/equinox-p2/-/compare/35255e3b45590264f62abcfee23d0e2ce5d8d68f...5873da8b7ed43d55c9c85fbaf71a589905fcdca7
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/eclipse-jdt-core][pristine-tar] 3 commits: pristine-tar data for eclipse-jdt-core_4.19.orig.tar.xz

2021-10-18 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch pristine-tar at Debian Java Maintainers / 
eclipse-jdt-core


Commits:
3894462c by Emmanuel Bourg at 2021-10-18T11:45:25+02:00
pristine-tar data for eclipse-jdt-core_4.19.orig.tar.xz

- - - - -
b3a190f9 by Emmanuel Bourg at 2021-10-18T11:45:55+02:00
pristine-tar data for eclipse-jdt-core_4.20.orig.tar.xz

- - - - -
71d672ea by Emmanuel Bourg at 2021-10-18T11:46:21+02:00
pristine-tar data for eclipse-jdt-core_4.21.orig.tar.xz

- - - - -


6 changed files:

- + eclipse-jdt-core_4.19.orig.tar.xz.delta
- + eclipse-jdt-core_4.19.orig.tar.xz.id
- + eclipse-jdt-core_4.20.orig.tar.xz.delta
- + eclipse-jdt-core_4.20.orig.tar.xz.id
- + eclipse-jdt-core_4.21.orig.tar.xz.delta
- + eclipse-jdt-core_4.21.orig.tar.xz.id


Changes:

=
eclipse-jdt-core_4.19.orig.tar.xz.delta
=
Binary files /dev/null and b/eclipse-jdt-core_4.19.orig.tar.xz.delta differ


=
eclipse-jdt-core_4.19.orig.tar.xz.id
=
@@ -0,0 +1 @@
+17b2fca0bded30243573e0f09726b1c3b52afba4


=
eclipse-jdt-core_4.20.orig.tar.xz.delta
=
Binary files /dev/null and b/eclipse-jdt-core_4.20.orig.tar.xz.delta differ


=
eclipse-jdt-core_4.20.orig.tar.xz.id
=
@@ -0,0 +1 @@
+7d4696fe6ddeab116ded7d687117c6daadc8b745


=
eclipse-jdt-core_4.21.orig.tar.xz.delta
=
Binary files /dev/null and b/eclipse-jdt-core_4.21.orig.tar.xz.delta differ


=
eclipse-jdt-core_4.21.orig.tar.xz.id
=
@@ -0,0 +1 @@
+7f200e3fed85d6c4a81fc33c4cd7be904d64cfd1



View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-jdt-core/-/compare/eef5b06d84514f723543a272732f776b0a59d905...71d672eab85981e501f87d84fb6b718fa2c4bfb0

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-jdt-core/-/compare/eef5b06d84514f723543a272732f776b0a59d905...71d672eab85981e501f87d84fb6b718fa2c4bfb0
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/eclipse-jdt-core][upstream] 3 commits: New upstream version 4.19

2021-10-18 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch upstream at Debian Java Maintainers / 
eclipse-jdt-core


Commits:
dde2decd by Emmanuel Bourg at 2021-10-18T11:45:06+02:00
New upstream version 4.19
- - - - -
d344b606 by Emmanuel Bourg at 2021-10-18T11:45:36+02:00
New upstream version 4.20
- - - - -
b18a5396 by Emmanuel Bourg at 2021-10-18T11:46:02+02:00
New upstream version 4.21
- - - - -


30 changed files:

- org.eclipse.jdt.annotation/pom.xml
- org.eclipse.jdt.annotation_v1/.classpath
- org.eclipse.jdt.annotation_v1/.settings/org.eclipse.jdt.core.prefs
- org.eclipse.jdt.annotation_v1/META-INF/MANIFEST.MF
- org.eclipse.jdt.annotation_v1/pom.xml
- org.eclipse.jdt.apt.core/.classpath
- org.eclipse.jdt.apt.core/.settings/org.eclipse.jdt.core.prefs
- org.eclipse.jdt.apt.core/META-INF/MANIFEST.MF
- org.eclipse.jdt.apt.core/pom.xml
- 
org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/AnnotationProcessorFactoryLoader.java
- org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/AptPlugin.java
- 
org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/ClassServiceFactory.java
- 
org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/JarClassLoader.java
- 
org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/BaseProcessorEnv.java
- 
org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/generatedfile/GeneratedSourceFolderManager.java
- 
org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/util/Factory.java
- org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/util/AptConfig.java
- org.eclipse.jdt.apt.pluggable.core/.classpath
- org.eclipse.jdt.apt.pluggable.core/.settings/org.eclipse.jdt.core.prefs
- org.eclipse.jdt.apt.pluggable.core/META-INF/MANIFEST.MF
- org.eclipse.jdt.apt.pluggable.core/pom.xml
- org.eclipse.jdt.apt.pluggable.tests/.classpath
- org.eclipse.jdt.apt.pluggable.tests/.settings/org.eclipse.jdt.core.prefs
- org.eclipse.jdt.apt.pluggable.tests/META-INF/MANIFEST.MF
- org.eclipse.jdt.apt.pluggable.tests/pom.xml
- 
org.eclipse.jdt.apt.pluggable.tests/src/org/eclipse/jdt/apt/pluggable/tests/BuilderTests.java
- 
org.eclipse.jdt.apt.pluggable.tests/src/org/eclipse/jdt/apt/pluggable/tests/TestUtils.java
- 
org.eclipse.jdt.apt.pluggable.tests/src/org/eclipse/jdt/apt/pluggable/tests/processors/buildertester/Bug510118Processor.java
- 
org.eclipse.jdt.apt.pluggable.tests/src/org/eclipse/jdt/apt/pluggable/tests/processors/filertester/FilerTesterProc.java
- org.eclipse.jdt.apt.tests/.classpath


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-jdt-core/-/compare/b742e7cd0853b89635e4b275aab60444bad0ec27...b18a5396b43192ecb1de2c0a03e441ed36734168

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-jdt-core/-/compare/b742e7cd0853b89635e4b275aab60444bad0ec27...b18a5396b43192ecb1de2c0a03e441ed36734168
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/eclipse-jdt-core][master] 10 commits: Standards-Version updated to 4.6.0.1

2021-10-18 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / 
eclipse-jdt-core


Commits:
9204ba1a by Emmanuel Bourg at 2021-10-18T11:41:35+02:00
Standards-Version updated to 4.6.0.1

- - - - -
0f33d780 by Emmanuel Bourg at 2021-10-18T11:41:39+02:00
Switch to debhelper level 13

- - - - -
b8dcb0e5 by Emmanuel Bourg at 2021-10-18T11:42:11+02:00
Track the new releases from git.eclipse.org (the GitHub repository is gone)

- - - - -
dde2decd by Emmanuel Bourg at 2021-10-18T11:45:06+02:00
New upstream version 4.19
- - - - -
d344b606 by Emmanuel Bourg at 2021-10-18T11:45:36+02:00
New upstream version 4.20
- - - - -
b18a5396 by Emmanuel Bourg at 2021-10-18T11:46:02+02:00
New upstream version 4.21
- - - - -
9d075bd4 by Emmanuel Bourg at 2021-10-18T11:46:21+02:00
Update upstream source from tag upstream/4.21

Update to upstream version 4.21
with Debian dir ea556b05f04af176585a853c1904160ef7696154
- - - - -
ed4a90e1 by Emmanuel Bourg at 2021-10-18T11:50:47+02:00
Refreshed the patch

- - - - -
696b162e by Emmanuel Bourg at 2021-10-18T11:57:15+02:00
Require Java 11+

- - - - -
f55e8544 by Emmanuel Bourg at 2021-10-18T11:57:27+02:00
Upload to unstable

- - - - -


30 changed files:

- debian/build.xml
- debian/changelog
- debian/control
- debian/patches/01-disable-record-support.patch
- debian/watch
- org.eclipse.jdt.annotation/pom.xml
- org.eclipse.jdt.annotation_v1/.classpath
- org.eclipse.jdt.annotation_v1/.settings/org.eclipse.jdt.core.prefs
- org.eclipse.jdt.annotation_v1/META-INF/MANIFEST.MF
- org.eclipse.jdt.annotation_v1/pom.xml
- org.eclipse.jdt.apt.core/.classpath
- org.eclipse.jdt.apt.core/.settings/org.eclipse.jdt.core.prefs
- org.eclipse.jdt.apt.core/META-INF/MANIFEST.MF
- org.eclipse.jdt.apt.core/pom.xml
- 
org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/AnnotationProcessorFactoryLoader.java
- org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/AptPlugin.java
- 
org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/ClassServiceFactory.java
- 
org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/JarClassLoader.java
- 
org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/BaseProcessorEnv.java
- 
org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/generatedfile/GeneratedSourceFolderManager.java
- 
org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/util/Factory.java
- org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/util/AptConfig.java
- org.eclipse.jdt.apt.pluggable.core/.classpath
- org.eclipse.jdt.apt.pluggable.core/.settings/org.eclipse.jdt.core.prefs
- org.eclipse.jdt.apt.pluggable.core/META-INF/MANIFEST.MF
- org.eclipse.jdt.apt.pluggable.core/pom.xml
- org.eclipse.jdt.apt.pluggable.tests/.classpath
- org.eclipse.jdt.apt.pluggable.tests/.settings/org.eclipse.jdt.core.prefs
- org.eclipse.jdt.apt.pluggable.tests/META-INF/MANIFEST.MF
- org.eclipse.jdt.apt.pluggable.tests/pom.xml


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-jdt-core/-/compare/b7ad0c4c244fe1ae4773f8d8cffa66932428a086...f55e854400182e25ea07255396d4f450c6e5efdf

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-jdt-core/-/compare/b7ad0c4c244fe1ae4773f8d8cffa66932428a086...f55e854400182e25ea07255396d4f450c6e5efdf
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/eclipse-jdt-ui][upstream] 3 commits: New upstream version 4.16

2021-10-18 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch upstream at Debian Java Maintainers / 
eclipse-jdt-ui


Commits:
df8a55e9 by Emmanuel Bourg at 2020-10-02T12:02:10+02:00
New upstream version 4.16
- - - - -
4b1a52b0 by Emmanuel Bourg at 2020-10-02T12:02:47+02:00
New upstream version 4.17
- - - - -
ec2efb54 by Emmanuel Bourg at 2021-10-18T11:35:33+02:00
New upstream version 4.18
- - - - -


30 changed files:

- org.eclipse.jdt.astview.feature/feature.xml
- org.eclipse.jdt.astview.feature/pom.xml
- org.eclipse.jdt.astview/.settings/org.eclipse.pde.prefs
- org.eclipse.jdt.astview/META-INF/MANIFEST.MF
- − org.eclipse.jdt.astview/icons/view.gif
- org.eclipse.jdt.astview/pom.xml
- org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/ASTViewImages.java
- org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/ASTView.java
- 
org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/ASTViewContentProvider.java
- 
org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/ASTViewLabelProvider.java
- org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/Binding.java
- org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/BindingProperty.java
- org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/Error.java
- 
org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/GeneralAttribute.java
- org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/JavaElement.java
- org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/ProblemNode.java
- 
org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/TrayContentProvider.java
- org.eclipse.jdt.core.manipulation/.settings/.api_filters
- org.eclipse.jdt.core.manipulation/.settings/org.eclipse.pde.prefs
- org.eclipse.jdt.core.manipulation/META-INF/MANIFEST.MF
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/core/manipulation/CUCorrectionProposalCore.java
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/core/manipulation/CodeGeneration.java
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/core/manipulation/CoreASTProvider.java
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/core/manipulation/ICUCorrectionProposal.java
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/core/manipulation/ICleanUpFixCore.java
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/core/manipulation/ImportReferencesCollector.java
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/core/manipulation/OrganizeImportsOperation.java
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/core/manipulation/SharedASTProviderCore.java
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/core/manipulation/BindingLabelProviderCore.java
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/core/manipulation/CodeTemplateContextType.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-jdt-ui/-/compare/9a6f1c4ecb486a34c4cd3e26b462988094fa3a32...ec2efb54cabec49b71b6df53c2a5a47fa53e1437

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-jdt-ui/-/compare/9a6f1c4ecb486a34c4cd3e26b462988094fa3a32...ec2efb54cabec49b71b6df53c2a5a47fa53e1437
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/eclipse-jdt-ui][master] 8 commits: New upstream version 4.16

2021-10-18 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / 
eclipse-jdt-ui


Commits:
df8a55e9 by Emmanuel Bourg at 2020-10-02T12:02:10+02:00
New upstream version 4.16
- - - - -
4b1a52b0 by Emmanuel Bourg at 2020-10-02T12:02:47+02:00
New upstream version 4.17
- - - - -
4b7989f4 by Emmanuel Bourg at 2021-10-18T11:34:51+02:00
Standards-Version updated to 4.6.0.1

- - - - -
f296ecef by Emmanuel Bourg at 2021-10-18T11:34:55+02:00
Switch to debhelper level 13

- - - - -
2d925142 by Emmanuel Bourg at 2021-10-18T11:35:17+02:00
Track the new releases from git.eclipse.org (the GitHub repository is gone)

- - - - -
ec2efb54 by Emmanuel Bourg at 2021-10-18T11:35:33+02:00
New upstream version 4.18
- - - - -
e0a8b366 by Emmanuel Bourg at 2021-10-18T11:35:47+02:00
Update upstream source from tag upstream/4.18

Update to upstream version 4.18
with Debian dir 4a85b50cbae3560eab2f670428408730488611f0
- - - - -
43e4b25b by Emmanuel Bourg at 2021-10-18T11:40:13+02:00
New upstream release (4.18)

- - - - -


30 changed files:

- debian/changelog
- debian/control
- debian/watch
- org.eclipse.jdt.astview.feature/feature.xml
- org.eclipse.jdt.astview.feature/pom.xml
- org.eclipse.jdt.astview/.settings/org.eclipse.pde.prefs
- org.eclipse.jdt.astview/META-INF/MANIFEST.MF
- − org.eclipse.jdt.astview/icons/view.gif
- org.eclipse.jdt.astview/pom.xml
- org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/ASTViewImages.java
- org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/ASTView.java
- 
org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/ASTViewContentProvider.java
- 
org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/ASTViewLabelProvider.java
- org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/Binding.java
- org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/BindingProperty.java
- org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/Error.java
- 
org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/GeneralAttribute.java
- org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/JavaElement.java
- org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/ProblemNode.java
- 
org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/TrayContentProvider.java
- org.eclipse.jdt.core.manipulation/.settings/.api_filters
- org.eclipse.jdt.core.manipulation/.settings/org.eclipse.pde.prefs
- org.eclipse.jdt.core.manipulation/META-INF/MANIFEST.MF
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/core/manipulation/CUCorrectionProposalCore.java
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/core/manipulation/CodeGeneration.java
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/core/manipulation/CoreASTProvider.java
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/core/manipulation/ICUCorrectionProposal.java
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/core/manipulation/ICleanUpFixCore.java
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/core/manipulation/ImportReferencesCollector.java
- 
org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/core/manipulation/OrganizeImportsOperation.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-jdt-ui/-/compare/44f5a5a6e200f9ab464d808f64037ca223906430...43e4b25b0fef83c3d6e3089b763c1b7db026708d

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-jdt-ui/-/compare/44f5a5a6e200f9ab464d808f64037ca223906430...43e4b25b0fef83c3d6e3089b763c1b7db026708d
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/eclipse-jdt-ui][pristine-tar] 3 commits: pristine-tar data for eclipse-jdt-ui_4.16.orig.tar.xz

2021-10-18 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch pristine-tar at Debian Java Maintainers / 
eclipse-jdt-ui


Commits:
5ea98566 by Emmanuel Bourg at 2020-10-02T12:02:24+02:00
pristine-tar data for eclipse-jdt-ui_4.16.orig.tar.xz

- - - - -
6da77ef8 by Emmanuel Bourg at 2020-10-02T12:03:01+02:00
pristine-tar data for eclipse-jdt-ui_4.17.orig.tar.xz

- - - - -
89c271c5 by Emmanuel Bourg at 2021-10-18T11:35:47+02:00
pristine-tar data for eclipse-jdt-ui_4.18.orig.tar.xz

- - - - -


6 changed files:

- + eclipse-jdt-ui_4.16.orig.tar.xz.delta
- + eclipse-jdt-ui_4.16.orig.tar.xz.id
- + eclipse-jdt-ui_4.17.orig.tar.xz.delta
- + eclipse-jdt-ui_4.17.orig.tar.xz.id
- + eclipse-jdt-ui_4.18.orig.tar.xz.delta
- + eclipse-jdt-ui_4.18.orig.tar.xz.id


Changes:

=
eclipse-jdt-ui_4.16.orig.tar.xz.delta
=
Binary files /dev/null and b/eclipse-jdt-ui_4.16.orig.tar.xz.delta differ


=
eclipse-jdt-ui_4.16.orig.tar.xz.id
=
@@ -0,0 +1 @@
+7f8d941c1c34715f59790dc9bf03604013f1787a


=
eclipse-jdt-ui_4.17.orig.tar.xz.delta
=
Binary files /dev/null and b/eclipse-jdt-ui_4.17.orig.tar.xz.delta differ


=
eclipse-jdt-ui_4.17.orig.tar.xz.id
=
@@ -0,0 +1 @@
+fc3a89af2b3a72cb29eead52b66a3c8b0f4b0c6c


=
eclipse-jdt-ui_4.18.orig.tar.xz.delta
=
Binary files /dev/null and b/eclipse-jdt-ui_4.18.orig.tar.xz.delta differ


=
eclipse-jdt-ui_4.18.orig.tar.xz.id
=
@@ -0,0 +1 @@
+3fb39082e35dc304b8b074115322c9f60194cc7f



View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-jdt-ui/-/compare/bf6ff342ac32a88b5a5baec493afb43e745f20cb...89c271c5a8d8b3df4c2c0705e92227dc42bfc674

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-jdt-ui/-/compare/bf6ff342ac32a88b5a5baec493afb43e745f20cb...89c271c5a8d8b3df4c2c0705e92227dc42bfc674
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/eclipse-jdt-debug][upstream] 3 commits: New upstream version 4.16

2021-10-18 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch upstream at Debian Java Maintainers / 
eclipse-jdt-debug


Commits:
49d61ad5 by Emmanuel Bourg at 2020-10-02T11:07:23+02:00
New upstream version 4.16
- - - - -
8a4291c3 by Emmanuel Bourg at 2020-10-02T11:22:03+02:00
New upstream version 4.17
- - - - -
cd9df02e by Emmanuel Bourg at 2021-10-18T11:19:30+02:00
New upstream version 4.18
- - - - -


30 changed files:

- org.eclipse.jdt.debug.jdi.tests/.classpath
- org.eclipse.jdt.debug.jdi.tests/.settings/org.eclipse.jdt.core.prefs
- org.eclipse.jdt.debug.jdi.tests/JDI Debug Tests.launch
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/AbstractJDITest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/AccessibleTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/ArrayReferenceTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/ArrayTypeTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/BooleanValueTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/ByteValueTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/CharValueTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/ClassPrepareRequestTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/ClassTypeTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/ConstantPoolTests.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/ContendedMonitorTests.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/DoubleValueTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/EventRequestTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/ExceptionEventTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/ExceptionRequestTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/FieldTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/FloatValueTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/ForceEarlyReturnTests.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/HeapWalkingTests.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/HotCodeReplacementTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/IntegerValueTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/InterfaceTypeTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/LocalVariableTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/LocatableTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/LocationTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/LongValueTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/MethodEntryRequestTest.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-jdt-debug/-/compare/0e07bb77cd8a2ab1951a9aa2b4b3a6fb1bb32fc2...cd9df02e3b92193235b3d93990b2f3958d7b6dd5

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-jdt-debug/-/compare/0e07bb77cd8a2ab1951a9aa2b4b3a6fb1bb32fc2...cd9df02e3b92193235b3d93990b2f3958d7b6dd5
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/eclipse-jdt-debug][pristine-tar] 3 commits: pristine-tar data for eclipse-jdt-debug_4.16.orig.tar.xz

2021-10-18 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch pristine-tar at Debian Java Maintainers / 
eclipse-jdt-debug


Commits:
5a34cc30 by Emmanuel Bourg at 2020-10-02T11:07:26+02:00
pristine-tar data for eclipse-jdt-debug_4.16.orig.tar.xz

- - - - -
836d1621 by Emmanuel Bourg at 2020-10-02T11:22:07+02:00
pristine-tar data for eclipse-jdt-debug_4.17.orig.tar.xz

- - - - -
7da7a6ef by Emmanuel Bourg at 2021-10-18T11:19:33+02:00
pristine-tar data for eclipse-jdt-debug_4.18.orig.tar.xz

- - - - -


6 changed files:

- + eclipse-jdt-debug_4.16.orig.tar.xz.delta
- + eclipse-jdt-debug_4.16.orig.tar.xz.id
- + eclipse-jdt-debug_4.17.orig.tar.xz.delta
- + eclipse-jdt-debug_4.17.orig.tar.xz.id
- + eclipse-jdt-debug_4.18.orig.tar.xz.delta
- + eclipse-jdt-debug_4.18.orig.tar.xz.id


Changes:

=
eclipse-jdt-debug_4.16.orig.tar.xz.delta
=
Binary files /dev/null and b/eclipse-jdt-debug_4.16.orig.tar.xz.delta differ


=
eclipse-jdt-debug_4.16.orig.tar.xz.id
=
@@ -0,0 +1 @@
+04f4bd2d4084b4a5f998368090217d48468ad84d


=
eclipse-jdt-debug_4.17.orig.tar.xz.delta
=
Binary files /dev/null and b/eclipse-jdt-debug_4.17.orig.tar.xz.delta differ


=
eclipse-jdt-debug_4.17.orig.tar.xz.id
=
@@ -0,0 +1 @@
+d10b493c36ef772b15be575eb55599ac93751db4


=
eclipse-jdt-debug_4.18.orig.tar.xz.delta
=
Binary files /dev/null and b/eclipse-jdt-debug_4.18.orig.tar.xz.delta differ


=
eclipse-jdt-debug_4.18.orig.tar.xz.id
=
@@ -0,0 +1 @@
+73ef9a008a688f2fa814cd21613f5e930b343b19



View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-jdt-debug/-/compare/1b647934f3e8431bbce1bee727949857798b936a...7da7a6ef82d88eefab7cc74c79471c78eb185148

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-jdt-debug/-/compare/1b647934f3e8431bbce1bee727949857798b936a...7da7a6ef82d88eefab7cc74c79471c78eb185148
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/eclipse-jdt-debug][master] 10 commits: New upstream version 4.16

2021-10-18 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / 
eclipse-jdt-debug


Commits:
49d61ad5 by Emmanuel Bourg at 2020-10-02T11:07:23+02:00
New upstream version 4.16
- - - - -
8a4291c3 by Emmanuel Bourg at 2020-10-02T11:22:03+02:00
New upstream version 4.17
- - - - -
2d61c69b by Emmanuel Bourg at 2021-10-18T11:18:16+02:00
Standards-Version updated to 4.6.0.1

- - - - -
cfe70f9a by Emmanuel Bourg at 2021-10-18T11:18:31+02:00
Switch to debhelper level 13

- - - - -
270ed656 by Emmanuel Bourg at 2021-10-18T11:18:55+02:00
Track the new releases from git.eclipse.org (the GitHub repository is gone)

- - - - -
cd9df02e by Emmanuel Bourg at 2021-10-18T11:19:30+02:00
New upstream version 4.18
- - - - -
3b41d341 by Emmanuel Bourg at 2021-10-18T11:19:33+02:00
Update upstream source from tag upstream/4.18

Update to upstream version 4.18
with Debian dir 8e6b4651ae1e59a1d7a341d2d4ac8cd0b2f603f6
- - - - -
1d05a490 by Emmanuel Bourg at 2021-10-18T11:29:36+02:00
Refreshed the patch

- - - - -
e03d0a46 by Emmanuel Bourg at 2021-10-18T11:29:53+02:00
Require Java 11+

- - - - -
c0a43fa3 by Emmanuel Bourg at 2021-10-18T11:30:01+02:00
Upload to unstable

- - - - -


30 changed files:

- debian/build.xml
- debian/changelog
- debian/control
- debian/patches/01-default-source-directory.patch
- debian/watch
- org.eclipse.jdt.debug.jdi.tests/.classpath
- org.eclipse.jdt.debug.jdi.tests/.settings/org.eclipse.jdt.core.prefs
- org.eclipse.jdt.debug.jdi.tests/JDI Debug Tests.launch
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/AbstractJDITest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/AccessibleTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/ArrayReferenceTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/ArrayTypeTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/BooleanValueTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/ByteValueTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/CharValueTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/ClassPrepareRequestTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/ClassTypeTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/ConstantPoolTests.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/ContendedMonitorTests.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/DoubleValueTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/EventRequestTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/ExceptionEventTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/ExceptionRequestTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/FieldTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/FloatValueTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/ForceEarlyReturnTests.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/HeapWalkingTests.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/HotCodeReplacementTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/IntegerValueTest.java
- 
org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/InterfaceTypeTest.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-jdt-debug/-/compare/57553b94f695ade292e3caa2afbdbdbb4b0b20de...c0a43fa358b71325208521eec7b926ab65b55982

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-jdt-debug/-/compare/57553b94f695ade292e3caa2afbdbdbb4b0b20de...c0a43fa358b71325208521eec7b926ab65b55982
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/jetty9][master] 14 commits: Standards-Version updated to 4.6.0.1

2021-10-18 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / jetty9


Commits:
7541099e by Emmanuel Bourg at 2021-10-18T10:21:13+02:00
Standards-Version updated to 4.6.0.1

- - - - -
a9adc880 by Emmanuel Bourg at 2021-10-18T10:21:21+02:00
Switch to debhelper level 13

- - - - -
c41f4bf1 by Emmanuel Bourg at 2021-10-18T10:23:15+02:00
Wrap and sort

- - - - -
8ff9b299 by Emmanuel Bourg at 2021-10-18T10:26:37+02:00
New upstream version 9.4.40
- - - - -
348c44a3 by Emmanuel Bourg at 2021-10-18T10:27:32+02:00
New upstream version 9.4.41
- - - - -
d63be05d by Emmanuel Bourg at 2021-10-18T10:28:25+02:00
New upstream version 9.4.42
- - - - -
2812d7f1 by Emmanuel Bourg at 2021-10-18T10:29:06+02:00
New upstream version 9.4.43
- - - - -
ff45b723 by Emmanuel Bourg at 2021-10-18T10:29:34+02:00
New upstream version 9.4.44
- - - - -
69406653 by Emmanuel Bourg at 2021-10-18T10:29:47+02:00
Update upstream source from tag upstream/9.4.44

Update to upstream version 9.4.44
with Debian dir 7ac87ee6e60a55d4eb8c0bfe68e747a80c5c50de
- - - - -
e430a5e7 by Emmanuel Bourg at 2021-10-18T10:31:00+02:00
Refreshed the patches

- - - - -
b1c4d18b by Emmanuel Bourg at 2021-10-18T10:37:49+02:00
Updated the Maven rules

- - - - -
78c6f60f by Emmanuel Bourg at 2021-10-18T10:52:29+02:00
Depend on libservlet-api-java instead of libservlet3.1-java

- - - - -
bb0b0d48 by Emmanuel Bourg at 2021-10-18T10:55:00+02:00
No longer remove the jetty user/group when purging the package

- - - - -
72d80584 by Emmanuel Bourg at 2021-10-18T10:56:38+02:00
Upload to unstable

- - - - -


30 changed files:

- .github/ISSUE_TEMPLATE/issue-template.md
- Jenkinsfile
- VERSION.txt
- aggregates/jetty-all-compact3/pom.xml
- aggregates/jetty-all/pom.xml
- apache-jsp/pom.xml
- apache-jstl/pom.xml
- build-resources/pom.xml
- debian/changelog
- debian/control
- debian/jetty9.dirs
- debian/jetty9.links
- debian/jetty9.postrm
- debian/maven.ignoreRules
- debian/maven.rules
- debian/patches/01-maven-bundle-plugin-version.patch
- debian/patches/06-ignore-jetty-documentation.patch
- debian/patches/07-assembly-plugin-configuration.patch
- debian/patches/09-tweak-distribution.patch
- − debian/patches/CVE-2021-28169.patch
- − debian/patches/CVE-2021-34428.patch
- − debian/patches/CVE-2021-34429.patch
- debian/patches/series
- examples/async-rest/async-rest-jar/pom.xml
- examples/async-rest/async-rest-webapp/pom.xml
- examples/async-rest/pom.xml
- examples/embedded/pom.xml
- examples/embedded/src/main/java/org/eclipse/jetty/embedded/FastFileServer.java
- examples/pom.xml
- jetty-alpn/jetty-alpn-client/pom.xml


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/jetty9/-/compare/dc520b433e7761c30ef5defb93ae89ea3463a88f...72d805843c90c5564c657d2de6eaabeba21bf0a0

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jetty9/-/compare/dc520b433e7761c30ef5defb93ae89ea3463a88f...72d805843c90c5564c657d2de6eaabeba21bf0a0
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/jetty9][pristine-tar] 5 commits: pristine-tar data for jetty9_9.4.40.orig.tar.xz

2021-10-18 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch pristine-tar at Debian Java Maintainers / jetty9


Commits:
87bc121f by Emmanuel Bourg at 2021-10-18T10:26:49+02:00
pristine-tar data for jetty9_9.4.40.orig.tar.xz

- - - - -
159314b3 by Emmanuel Bourg at 2021-10-18T10:27:44+02:00
pristine-tar data for jetty9_9.4.41.orig.tar.xz

- - - - -
07326817 by Emmanuel Bourg at 2021-10-18T10:28:37+02:00
pristine-tar data for jetty9_9.4.42.orig.tar.xz

- - - - -
f26949c4 by Emmanuel Bourg at 2021-10-18T10:29:19+02:00
pristine-tar data for jetty9_9.4.43.orig.tar.xz

- - - - -
2088c1f1 by Emmanuel Bourg at 2021-10-18T10:29:47+02:00
pristine-tar data for jetty9_9.4.44.orig.tar.xz

- - - - -


10 changed files:

- + jetty9_9.4.40.orig.tar.xz.delta
- + jetty9_9.4.40.orig.tar.xz.id
- + jetty9_9.4.41.orig.tar.xz.delta
- + jetty9_9.4.41.orig.tar.xz.id
- + jetty9_9.4.42.orig.tar.xz.delta
- + jetty9_9.4.42.orig.tar.xz.id
- + jetty9_9.4.43.orig.tar.xz.delta
- + jetty9_9.4.43.orig.tar.xz.id
- + jetty9_9.4.44.orig.tar.xz.delta
- + jetty9_9.4.44.orig.tar.xz.id


Changes:

=
jetty9_9.4.40.orig.tar.xz.delta
=
Binary files /dev/null and b/jetty9_9.4.40.orig.tar.xz.delta differ


=
jetty9_9.4.40.orig.tar.xz.id
=
@@ -0,0 +1 @@
+25389040147f897c66cba95a3052e74f831db635


=
jetty9_9.4.41.orig.tar.xz.delta
=
Binary files /dev/null and b/jetty9_9.4.41.orig.tar.xz.delta differ


=
jetty9_9.4.41.orig.tar.xz.id
=
@@ -0,0 +1 @@
+b5cc1897d1c2b8c2f5f240d8e26e1560c0308204


=
jetty9_9.4.42.orig.tar.xz.delta
=
Binary files /dev/null and b/jetty9_9.4.42.orig.tar.xz.delta differ


=
jetty9_9.4.42.orig.tar.xz.id
=
@@ -0,0 +1 @@
+d7e416ba68a24bfae2569f1dfde7202d14d39458


=
jetty9_9.4.43.orig.tar.xz.delta
=
Binary files /dev/null and b/jetty9_9.4.43.orig.tar.xz.delta differ


=
jetty9_9.4.43.orig.tar.xz.id
=
@@ -0,0 +1 @@
+e7927029c071fce9336c7491f4d00af8a6e1959d


=
jetty9_9.4.44.orig.tar.xz.delta
=
Binary files /dev/null and b/jetty9_9.4.44.orig.tar.xz.delta differ


=
jetty9_9.4.44.orig.tar.xz.id
=
@@ -0,0 +1 @@
+7aefc2a6c9ab1cf92aa7e4b9534611dc0525e34c



View it on GitLab: 
https://salsa.debian.org/java-team/jetty9/-/compare/02309bbbd2e1cfedde330d32b065d20f6cf3770a...2088c1f181183857e6eb3461c7b5b1a82e2f3060

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jetty9/-/compare/02309bbbd2e1cfedde330d32b065d20f6cf3770a...2088c1f181183857e6eb3461c7b5b1a82e2f3060
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/jetty9][upstream] 5 commits: New upstream version 9.4.40

2021-10-18 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch upstream at Debian Java Maintainers / jetty9


Commits:
8ff9b299 by Emmanuel Bourg at 2021-10-18T10:26:37+02:00
New upstream version 9.4.40
- - - - -
348c44a3 by Emmanuel Bourg at 2021-10-18T10:27:32+02:00
New upstream version 9.4.41
- - - - -
d63be05d by Emmanuel Bourg at 2021-10-18T10:28:25+02:00
New upstream version 9.4.42
- - - - -
2812d7f1 by Emmanuel Bourg at 2021-10-18T10:29:06+02:00
New upstream version 9.4.43
- - - - -
ff45b723 by Emmanuel Bourg at 2021-10-18T10:29:34+02:00
New upstream version 9.4.44
- - - - -


30 changed files:

- .github/ISSUE_TEMPLATE/issue-template.md
- Jenkinsfile
- VERSION.txt
- aggregates/jetty-all-compact3/pom.xml
- aggregates/jetty-all/pom.xml
- apache-jsp/pom.xml
- apache-jstl/pom.xml
- build-resources/pom.xml
- examples/async-rest/async-rest-jar/pom.xml
- examples/async-rest/async-rest-webapp/pom.xml
- examples/async-rest/pom.xml
- examples/embedded/pom.xml
- examples/embedded/src/main/java/org/eclipse/jetty/embedded/FastFileServer.java
- examples/pom.xml
- jetty-alpn/jetty-alpn-client/pom.xml
- jetty-alpn/jetty-alpn-conscrypt-client/pom.xml
- jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
- jetty-alpn/jetty-alpn-java-client/pom.xml
- jetty-alpn/jetty-alpn-java-server/pom.xml
- jetty-alpn/jetty-alpn-openjdk8-client/pom.xml
- jetty-alpn/jetty-alpn-openjdk8-server/pom.xml
- jetty-alpn/jetty-alpn-server/pom.xml
- jetty-alpn/pom.xml
- jetty-annotations/pom.xml
- 
jetty-annotations/src/test/java/org/eclipse/jetty/annotations/TestSecurityAnnotationConversions.java
- jetty-ant/pom.xml
- jetty-bom/pom.xml
- jetty-cdi/pom.xml
- jetty-client/pom.xml
- 
jetty-client/src/main/java/org/eclipse/jetty/client/AbstractConnectionPool.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/jetty9/-/compare/ddb35e5e67a25616ec684ae42d7d1713681e0439...ff45b723813e055df4b0d79bc6e004f2ca174046

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jetty9/-/compare/ddb35e5e67a25616ec684ae42d7d1713681e0439...ff45b723813e055df4b0d79bc6e004f2ca174046
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/jetty9][pristine-tar] Deleted 2 commits: pristine-tar data for jetty9_9.2.30.orig.tar.xz

2021-10-18 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch pristine-tar at Debian Java Maintainers / jetty9


WARNING: The push did not contain any new commits, but force pushed to delete 
the commits and changes below.


Deleted commits:
facfb9d4 by Markus Koschany at 2021-07-03T21:19:37+02:00
pristine-tar data for jetty9_9.2.30.orig.tar.xz

- - - - -
ee4e462f by Markus Koschany at 2021-07-31T17:14:35+02:00
pristine-tar data for jetty9_9.4.16.orig.tar.gz

- - - - -


4 changed files:

- + jetty9_9.2.30.orig.tar.xz.delta
- + jetty9_9.2.30.orig.tar.xz.id
- + jetty9_9.4.16.orig.tar.gz.delta
- + jetty9_9.4.16.orig.tar.gz.id


Changes:

=
jetty9_9.2.30.orig.tar.xz.delta
=
Binary files /dev/null and b/jetty9_9.2.30.orig.tar.xz.delta differ


=
jetty9_9.2.30.orig.tar.xz.id
=
@@ -0,0 +1 @@
+067e78970a937ed9c70b2ca2dd17a516ad7714a5


=
jetty9_9.4.16.orig.tar.gz.delta
=
Binary files /dev/null and b/jetty9_9.4.16.orig.tar.gz.delta differ


=
jetty9_9.4.16.orig.tar.gz.id
=
@@ -0,0 +1 @@
+77e60bb7fd2170ebe5decb456945b3d911954489



View it on GitLab: 
https://salsa.debian.org/java-team/jetty9/-/compare/02309bbbd2e1cfedde330d32b065d20f6cf3770a...ee4e462fd68540bef77427d4285585b2392646a4

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jetty9/-/compare/02309bbbd2e1cfedde330d32b065d20f6cf3770a...ee4e462fd68540bef77427d4285585b2392646a4
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/jetty9][upstream] Deleted 2 commits: Import Upstream version 9.2.30

2021-10-18 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch upstream at Debian Java Maintainers / jetty9


WARNING: The push did not contain any new commits, but force pushed to delete 
the commits and changes below.


Deleted commits:
61214828 by Markus Koschany at 2021-07-03T21:19:16+02:00
Import Upstream version 9.2.30
- - - - -
cd9be16d by Markus Koschany at 2021-07-31T17:14:03+02:00
New upstream version 9.4.16
- - - - -


30 changed files:

- .gitattributes
- − .github/ISSUE_TEMPLATE/issue-template.md
- − .github/ISSUE_TEMPLATE/question-template.md
- − .github/dependabot.yml
- − .github/release-config.yml
- − .github/stale.yml
- .gitignore
- CONTRIBUTING.md
- Jenkinsfile
- Jmh_Jenkinsfile
- KEYS.txt
- LICENSE
- NOTICE.txt
- README.md
- VERSION.txt
- aggregates/jetty-all-compact3/pom.xml
- aggregates/jetty-all/pom.xml
- aggregates/jetty-websocket-all/pom.xml
- apache-jsp/pom.xml
- apache-jsp/src/main/config/modules/apache-jsp.mod
- 
apache-jsp/src/main/java/org/eclipse/jetty/apache/jsp/JettyJasperInitializer.java
- apache-jsp/src/main/java/org/eclipse/jetty/apache/jsp/JettyTldPreScanned.java
- apache-jsp/src/main/java/org/eclipse/jetty/apache/jsp/JuliLog.java
- apache-jsp/src/main/java/org/eclipse/jetty/jsp/JettyJspServlet.java
- apache-jsp/src/test/java/org/eclipse/jetty/jsp/TestJettyJspServlet.java
- apache-jsp/src/test/java/org/eclipse/jetty/jsp/TestJettyTldPreScanned.java
- apache-jsp/src/test/java/org/eclipse/jetty/jsp/TestJspFileNameToClass.java
- apache-jstl/pom.xml
- apache-jstl/src/main/config/modules/apache-jstl.mod
- apache-jstl/src/test/java/org/eclipse/jetty/jstl/JspConfig.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/jetty9/-/compare/ddb35e5e67a25616ec684ae42d7d1713681e0439...cd9be16de6915fdacf943c120399c0fe515646cb

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jetty9/-/compare/ddb35e5e67a25616ec684ae42d7d1713681e0439...cd9be16de6915fdacf943c120399c0fe515646cb
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/eclipse-platform-debug][upstream] 3 commits: New upstream version 4.19

2021-10-18 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch upstream at Debian Java Maintainers / 
eclipse-platform-debug


Commits:
513887c5 by Emmanuel Bourg at 2021-10-18T10:03:33+02:00
New upstream version 4.19
- - - - -
daf82e6b by Emmanuel Bourg at 2021-10-18T10:03:48+02:00
New upstream version 4.20
- - - - -
a45c6606 by Emmanuel Bourg at 2021-10-18T10:03:58+02:00
New upstream version 4.21
- - - - -


30 changed files:

- .mvn/extensions.xml
- + Jenkinsfile
- org.eclipse.core.externaltools/.classpath
- org.eclipse.core.externaltools/.settings/org.eclipse.jdt.core.prefs
- org.eclipse.core.externaltools/.settings/org.eclipse.jdt.ui.prefs
- org.eclipse.core.externaltools/META-INF/MANIFEST.MF
- 
org.eclipse.core.externaltools/src/org/eclipse/core/externaltools/internal/model/BuilderCoreUtils.java
- 
org.eclipse.core.externaltools/src/org/eclipse/core/externaltools/internal/model/ExternalToolBuilder.java
- org.eclipse.core.variables/.classpath
- org.eclipse.core.variables/.settings/org.eclipse.jdt.core.prefs
- org.eclipse.core.variables/META-INF/MANIFEST.MF
- 
org.eclipse.core.variables/src/org/eclipse/core/internal/variables/DynamicVariable.java
- 
org.eclipse.core.variables/src/org/eclipse/core/internal/variables/StringSubstitutionEngine.java
- − org.eclipse.debug.core/.settings/.api_filters
- org.eclipse.debug.core/META-INF/MANIFEST.MF
- org.eclipse.debug.core/core/org/eclipse/debug/core/DebugPlugin.java
- org.eclipse.debug.core/core/org/eclipse/debug/core/Launch.java
- org.eclipse.debug.core/core/org/eclipse/debug/core/RefreshUtil.java
- org.eclipse.debug.core/core/org/eclipse/debug/core/model/RuntimeProcess.java
- 
org.eclipse.debug.core/core/org/eclipse/debug/internal/core/BreakpointManager.java
- org.eclipse.debug.core/core/org/eclipse/debug/internal/core/DebugOptions.java
- 
org.eclipse.debug.core/core/org/eclipse/debug/internal/core/LaunchConfiguration.java
- 
org.eclipse.debug.core/core/org/eclipse/debug/internal/core/LaunchConfigurationInfo.java
- 
org.eclipse.debug.core/core/org/eclipse/debug/internal/core/LaunchConfigurationWorkingCopy.java
- org.eclipse.debug.core/core/org/eclipse/debug/internal/core/LaunchManager.java
- 
org.eclipse.debug.core/core/org/eclipse/debug/internal/core/NullStreamsProxy.java
- 
org.eclipse.debug.core/core/org/eclipse/debug/internal/core/OutputStreamMonitor.java
- 
org.eclipse.debug.core/core/org/eclipse/debug/internal/core/PreferredDelegateModifyListener.java
- 
org.eclipse.debug.core/core/org/eclipse/debug/internal/core/groups/GroupLaunchConfigurationDelegate.java
- org.eclipse.debug.examples.core/.classpath


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-platform-debug/-/compare/7beb79c9fd3f129e1b0dd925c2a3fabf24113e00...a45c6606c8b968e10d38f54243fbb4e4e135eb35

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-platform-debug/-/compare/7beb79c9fd3f129e1b0dd925c2a3fabf24113e00...a45c6606c8b968e10d38f54243fbb4e4e135eb35
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/eclipse-platform-debug][pristine-tar] 3 commits: pristine-tar data for eclipse-platform-debug_4.19.orig.tar.xz

2021-10-18 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch pristine-tar at Debian Java Maintainers / 
eclipse-platform-debug


Commits:
20aa4bc2 by Emmanuel Bourg at 2021-10-18T10:03:36+02:00
pristine-tar data for eclipse-platform-debug_4.19.orig.tar.xz

- - - - -
25e096f5 by Emmanuel Bourg at 2021-10-18T10:03:51+02:00
pristine-tar data for eclipse-platform-debug_4.20.orig.tar.xz

- - - - -
a3ded3ca by Emmanuel Bourg at 2021-10-18T10:04:01+02:00
pristine-tar data for eclipse-platform-debug_4.21.orig.tar.xz

- - - - -


6 changed files:

- + eclipse-platform-debug_4.19.orig.tar.xz.delta
- + eclipse-platform-debug_4.19.orig.tar.xz.id
- + eclipse-platform-debug_4.20.orig.tar.xz.delta
- + eclipse-platform-debug_4.20.orig.tar.xz.id
- + eclipse-platform-debug_4.21.orig.tar.xz.delta
- + eclipse-platform-debug_4.21.orig.tar.xz.id


Changes:

=
eclipse-platform-debug_4.19.orig.tar.xz.delta
=
Binary files /dev/null and b/eclipse-platform-debug_4.19.orig.tar.xz.delta 
differ


=
eclipse-platform-debug_4.19.orig.tar.xz.id
=
@@ -0,0 +1 @@
+faa275a7f82e7b8458cc681fd00a363bfeb520d5


=
eclipse-platform-debug_4.20.orig.tar.xz.delta
=
Binary files /dev/null and b/eclipse-platform-debug_4.20.orig.tar.xz.delta 
differ


=
eclipse-platform-debug_4.20.orig.tar.xz.id
=
@@ -0,0 +1 @@
+41cb7513403924896155d20898eba64014571f1b


=
eclipse-platform-debug_4.21.orig.tar.xz.delta
=
Binary files /dev/null and b/eclipse-platform-debug_4.21.orig.tar.xz.delta 
differ


=
eclipse-platform-debug_4.21.orig.tar.xz.id
=
@@ -0,0 +1 @@
+eb9e60092b06fdf2653ff66b7b3d19e572a58b90



View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-platform-debug/-/compare/0d0aeca32948d20f42ca765219f0399b869f9b7f...a3ded3cab58c0a2dcbcb26937f0a0dab12399003

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-platform-debug/-/compare/0d0aeca32948d20f42ca765219f0399b869f9b7f...a3ded3cab58c0a2dcbcb26937f0a0dab12399003
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/eclipse-platform-debug][master] 7 commits: Standards-Version updated to 4.6.0.1

2021-10-18 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / 
eclipse-platform-debug


Commits:
d53d12ee by Emmanuel Bourg at 2021-10-18T10:01:28+02:00
Standards-Version updated to 4.6.0.1

- - - - -
ba0f07c6 by Emmanuel Bourg at 2021-10-18T10:01:44+02:00
Track the new releases from git.eclipse.org (the GitHub repository is gone)

- - - - -
513887c5 by Emmanuel Bourg at 2021-10-18T10:03:33+02:00
New upstream version 4.19
- - - - -
daf82e6b by Emmanuel Bourg at 2021-10-18T10:03:48+02:00
New upstream version 4.20
- - - - -
a45c6606 by Emmanuel Bourg at 2021-10-18T10:03:58+02:00
New upstream version 4.21
- - - - -
3b5fb4cb by Emmanuel Bourg at 2021-10-18T10:04:01+02:00
Update upstream source from tag upstream/4.21

Update to upstream version 4.21
with Debian dir b197d5b5af9c21db40bb392a702afaf90cb734c3
- - - - -
893baeba by Emmanuel Bourg at 2021-10-18T10:05:59+02:00
New upstream release (4.21)

- - - - -


30 changed files:

- .mvn/extensions.xml
- + Jenkinsfile
- debian/changelog
- debian/control
- debian/watch
- org.eclipse.core.externaltools/.classpath
- org.eclipse.core.externaltools/.settings/org.eclipse.jdt.core.prefs
- org.eclipse.core.externaltools/.settings/org.eclipse.jdt.ui.prefs
- org.eclipse.core.externaltools/META-INF/MANIFEST.MF
- 
org.eclipse.core.externaltools/src/org/eclipse/core/externaltools/internal/model/BuilderCoreUtils.java
- 
org.eclipse.core.externaltools/src/org/eclipse/core/externaltools/internal/model/ExternalToolBuilder.java
- org.eclipse.core.variables/.classpath
- org.eclipse.core.variables/.settings/org.eclipse.jdt.core.prefs
- org.eclipse.core.variables/META-INF/MANIFEST.MF
- 
org.eclipse.core.variables/src/org/eclipse/core/internal/variables/DynamicVariable.java
- 
org.eclipse.core.variables/src/org/eclipse/core/internal/variables/StringSubstitutionEngine.java
- − org.eclipse.debug.core/.settings/.api_filters
- org.eclipse.debug.core/META-INF/MANIFEST.MF
- org.eclipse.debug.core/core/org/eclipse/debug/core/DebugPlugin.java
- org.eclipse.debug.core/core/org/eclipse/debug/core/Launch.java
- org.eclipse.debug.core/core/org/eclipse/debug/core/RefreshUtil.java
- org.eclipse.debug.core/core/org/eclipse/debug/core/model/RuntimeProcess.java
- 
org.eclipse.debug.core/core/org/eclipse/debug/internal/core/BreakpointManager.java
- org.eclipse.debug.core/core/org/eclipse/debug/internal/core/DebugOptions.java
- 
org.eclipse.debug.core/core/org/eclipse/debug/internal/core/LaunchConfiguration.java
- 
org.eclipse.debug.core/core/org/eclipse/debug/internal/core/LaunchConfigurationInfo.java
- 
org.eclipse.debug.core/core/org/eclipse/debug/internal/core/LaunchConfigurationWorkingCopy.java
- org.eclipse.debug.core/core/org/eclipse/debug/internal/core/LaunchManager.java
- 
org.eclipse.debug.core/core/org/eclipse/debug/internal/core/NullStreamsProxy.java
- 
org.eclipse.debug.core/core/org/eclipse/debug/internal/core/OutputStreamMonitor.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-platform-debug/-/compare/f697d5f47ac3941fd308c27f86bbd0844d13feef...893baebaf89e0caa8549b8feb07a27c0290625ad

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-platform-debug/-/compare/f697d5f47ac3941fd308c27f86bbd0844d13feef...893baebaf89e0caa8549b8feb07a27c0290625ad
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/eclipse-platform-ui][upstream] 3 commits: New upstream version 4.19

2021-10-18 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch upstream at Debian Java Maintainers / 
eclipse-platform-ui


Commits:
864509b2 by Emmanuel Bourg at 2021-10-18T09:44:33+02:00
New upstream version 4.19
- - - - -
76bd105f by Emmanuel Bourg at 2021-10-18T09:44:57+02:00
New upstream version 4.20
- - - - -
a5b148b5 by Emmanuel Bourg at 2021-10-18T09:45:17+02:00
New upstream version 4.21
- - - - -


30 changed files:

- .mvn/extensions.xml
- CONTRIBUTING
- + Jenkinsfile
- README.md
- bundles/org.eclipse.core.commands/.classpath
- bundles/org.eclipse.core.commands/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.core.commands/META-INF/MANIFEST.MF
- bundles/org.eclipse.core.commands/pom.xml
- 
bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/DefaultOperationHistory.java
- bundles/org.eclipse.core.databinding.beans/.classpath
- bundles/org.eclipse.core.databinding.beans/.settings/.api_filters
- 
bundles/org.eclipse.core.databinding.beans/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.core.databinding.beans/META-INF/MANIFEST.MF
- bundles/org.eclipse.core.databinding.observable/.classpath
- 
bundles/org.eclipse.core.databinding.observable/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.core.databinding.observable/META-INF/MANIFEST.MF
- 
bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/set/ListToSetAdapter.java
- bundles/org.eclipse.core.databinding.property/.classpath
- 
bundles/org.eclipse.core.databinding.property/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.core.databinding.property/META-INF/MANIFEST.MF
- bundles/org.eclipse.ui/.settings/.api_filters → 
bundles/org.eclipse.e4.core.commands/.settings/.api_filters
- bundles/org.eclipse.e4.core.commands/META-INF/MANIFEST.MF
- 
bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/CommandServiceAddon.java
- 
bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/ECommandService.java
- 
bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/EHandlerService.java
- 
bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/ExpressionContext.java
- bundles/org.eclipse.e4.emf.xpath/.classpath
- bundles/org.eclipse.e4.emf.xpath/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.e4.emf.xpath/META-INF/MANIFEST.MF
- 
bundles/org.eclipse.e4.emf.xpath/src/org/eclipse/e4/emf/internal/xpath/CollectionPointer.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-platform-ui/-/compare/6591443e24e64faa6160aa6d5eb212573d38512c...a5b148b5f3f108c1be897c91e841ccf1fbc6228c

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-platform-ui/-/compare/6591443e24e64faa6160aa6d5eb212573d38512c...a5b148b5f3f108c1be897c91e841ccf1fbc6228c
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/eclipse-platform-ui][master] 8 commits: Standards-Version updated to 4.6.0.1

2021-10-18 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / 
eclipse-platform-ui


Commits:
2571fceb by Emmanuel Bourg at 2021-10-18T09:43:57+02:00
Standards-Version updated to 4.6.0.1

- - - - -
fc5f28fc by Emmanuel Bourg at 2021-10-18T09:44:15+02:00
Track the new releases from git.eclipse.org (the GitHub repository is gone)

- - - - -
864509b2 by Emmanuel Bourg at 2021-10-18T09:44:33+02:00
New upstream version 4.19
- - - - -
76bd105f by Emmanuel Bourg at 2021-10-18T09:44:57+02:00
New upstream version 4.20
- - - - -
a5b148b5 by Emmanuel Bourg at 2021-10-18T09:45:17+02:00
New upstream version 4.21
- - - - -
5c40d35b by Emmanuel Bourg at 2021-10-18T09:45:30+02:00
Update upstream source from tag upstream/4.21

Update to upstream version 4.21
with Debian dir fce495b046d45e81624043baa65c62b80fd1cd1a
- - - - -
9e8652a7 by Emmanuel Bourg at 2021-10-18T10:00:00+02:00
Build org.eclipse.jface with Java 11

- - - - -
228da32f by Emmanuel Bourg at 2021-10-18T10:00:08+02:00
Upload to unstable

- - - - -


30 changed files:

- .mvn/extensions.xml
- CONTRIBUTING
- + Jenkinsfile
- README.md
- bundles/org.eclipse.core.commands/.classpath
- bundles/org.eclipse.core.commands/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.core.commands/META-INF/MANIFEST.MF
- bundles/org.eclipse.core.commands/pom.xml
- 
bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/DefaultOperationHistory.java
- bundles/org.eclipse.core.databinding.beans/.classpath
- bundles/org.eclipse.core.databinding.beans/.settings/.api_filters
- 
bundles/org.eclipse.core.databinding.beans/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.core.databinding.beans/META-INF/MANIFEST.MF
- bundles/org.eclipse.core.databinding.observable/.classpath
- 
bundles/org.eclipse.core.databinding.observable/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.core.databinding.observable/META-INF/MANIFEST.MF
- 
bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/set/ListToSetAdapter.java
- bundles/org.eclipse.core.databinding.property/.classpath
- 
bundles/org.eclipse.core.databinding.property/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.core.databinding.property/META-INF/MANIFEST.MF
- bundles/org.eclipse.ui/.settings/.api_filters → 
bundles/org.eclipse.e4.core.commands/.settings/.api_filters
- bundles/org.eclipse.e4.core.commands/META-INF/MANIFEST.MF
- 
bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/CommandServiceAddon.java
- 
bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/ECommandService.java
- 
bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/EHandlerService.java
- 
bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/ExpressionContext.java
- bundles/org.eclipse.e4.emf.xpath/.classpath
- bundles/org.eclipse.e4.emf.xpath/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.e4.emf.xpath/META-INF/MANIFEST.MF
- 
bundles/org.eclipse.e4.emf.xpath/src/org/eclipse/e4/emf/internal/xpath/CollectionPointer.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-platform-ui/-/compare/031fedc82a16146359365470e5da5ffb478f4d3a...228da32f4b4cf2dcc7e7d89c99d43ed8a730793e

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-platform-ui/-/compare/031fedc82a16146359365470e5da5ffb478f4d3a...228da32f4b4cf2dcc7e7d89c99d43ed8a730793e
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/eclipse-platform-text][upstream] 3 commits: New upstream version 4.19

2021-10-18 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch upstream at Debian Java Maintainers / 
eclipse-platform-text


Commits:
6c58db58 by Emmanuel Bourg at 2021-10-10T16:54:19+02:00
New upstream version 4.19
- - - - -
79a5d083 by Emmanuel Bourg at 2021-10-10T16:54:40+02:00
New upstream version 4.20
- - - - -
8e6563c9 by Emmanuel Bourg at 2021-10-10T16:54:48+02:00
New upstream version 4.21
- - - - -


30 changed files:

- .mvn/extensions.xml
- + Jenkinsfile
- org.eclipse.core.filebuffers.tests/.classpath
- org.eclipse.core.filebuffers.tests/.settings/org.eclipse.jdt.core.prefs
- org.eclipse.core.filebuffers.tests/META-INF/MANIFEST.MF
- org.eclipse.core.filebuffers.tests/pom.xml
- 
org.eclipse.core.filebuffers.tests/src/org/eclipse/core/filebuffers/tests/FileBufferFunctions.java
- org.eclipse.core.filebuffers/.classpath
- org.eclipse.core.filebuffers/.settings/org.eclipse.jdt.core.prefs
- org.eclipse.core.filebuffers/META-INF/MANIFEST.MF
- org.eclipse.jface.text.examples/.classpath
- org.eclipse.jface.text.examples/.settings/org.eclipse.jdt.core.prefs
- org.eclipse.jface.text.examples/META-INF/MANIFEST.MF
- org.eclipse.jface.text.examples/pom.xml
- 
org.eclipse.jface.text.examples/src/org/eclipse/jface/text/examples/codemining/ClassImplementationsCodeMiningProvider.java
- 
org.eclipse.jface.text.examples/src/org/eclipse/jface/text/examples/codemining/ClassReferenceCodeMiningProvider.java
- 
org.eclipse.jface.text.examples/src/org/eclipse/jface/text/examples/sources/inlined/InlinedAnnotationDemo.java
- org.eclipse.jface.text.tests/.classpath
- org.eclipse.jface.text.tests/.settings/org.eclipse.jdt.core.prefs
- org.eclipse.jface.text.tests/META-INF/MANIFEST.MF
- org.eclipse.jface.text.tests/forceQualifierUpdate.txt
- org.eclipse.jface.text.tests/pom.xml
- 
org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/TextViewerTest.java
- 
org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/codemining/CodeMiningProjectionViewerTest.java
- 
org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/contentassist/AsyncContentAssistTest.java
- 
org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/contentassist/BarContentAssistProcessor.java
- org.eclipse.jface.text/.classpath
- org.eclipse.jface.text/.settings/org.eclipse.jdt.core.prefs
- org.eclipse.jface.text/META-INF/MANIFEST.MF
- 
org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/HTMLPrinter.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-platform-text/-/compare/1a9233a013f81b1c111c1948a20f04c4113c8202...8e6563c90b5158a9d320124443a24ed4a3e0677e

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-platform-text/-/compare/1a9233a013f81b1c111c1948a20f04c4113c8202...8e6563c90b5158a9d320124443a24ed4a3e0677e
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/eclipse-platform-text][pristine-tar] 3 commits: pristine-tar data for eclipse-platform-text_4.19.orig.tar.xz

2021-10-18 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch pristine-tar at Debian Java Maintainers / 
eclipse-platform-text


Commits:
bce12812 by Emmanuel Bourg at 2021-10-10T16:54:23+02:00
pristine-tar data for eclipse-platform-text_4.19.orig.tar.xz

- - - - -
01652e0c by Emmanuel Bourg at 2021-10-10T16:54:43+02:00
pristine-tar data for eclipse-platform-text_4.20.orig.tar.xz

- - - - -
b1733216 by Emmanuel Bourg at 2021-10-10T16:54:51+02:00
pristine-tar data for eclipse-platform-text_4.21.orig.tar.xz

- - - - -


6 changed files:

- + eclipse-platform-text_4.19.orig.tar.xz.delta
- + eclipse-platform-text_4.19.orig.tar.xz.id
- + eclipse-platform-text_4.20.orig.tar.xz.delta
- + eclipse-platform-text_4.20.orig.tar.xz.id
- + eclipse-platform-text_4.21.orig.tar.xz.delta
- + eclipse-platform-text_4.21.orig.tar.xz.id


Changes:

=
eclipse-platform-text_4.19.orig.tar.xz.delta
=
Binary files /dev/null and b/eclipse-platform-text_4.19.orig.tar.xz.delta differ


=
eclipse-platform-text_4.19.orig.tar.xz.id
=
@@ -0,0 +1 @@
+11742a209f2e20e8418317b515243a07c7c5f6b9


=
eclipse-platform-text_4.20.orig.tar.xz.delta
=
Binary files /dev/null and b/eclipse-platform-text_4.20.orig.tar.xz.delta differ


=
eclipse-platform-text_4.20.orig.tar.xz.id
=
@@ -0,0 +1 @@
+e537763ad4ad3c2d7ae89f63b0e2b4e14fc547c2


=
eclipse-platform-text_4.21.orig.tar.xz.delta
=
Binary files /dev/null and b/eclipse-platform-text_4.21.orig.tar.xz.delta differ


=
eclipse-platform-text_4.21.orig.tar.xz.id
=
@@ -0,0 +1 @@
+5d64f2273fe62fc0ba5ea8998ba50d7592a14f11



View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-platform-text/-/compare/13ab876ad997bf45bd9c227ac0de9595e1d38279...b173321671dce9339e1a00b5e52494badbade60a

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-platform-text/-/compare/13ab876ad997bf45bd9c227ac0de9595e1d38279...b173321671dce9339e1a00b5e52494badbade60a
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/eclipse-platform-text][master] 8 commits: Standards-Version updated to 4.6.0.1

2021-10-18 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / 
eclipse-platform-text


Commits:
29c8ecf7 by Emmanuel Bourg at 2021-10-10T16:51:53+02:00
Standards-Version updated to 4.6.0.1

- - - - -
8fc4b5fc by Emmanuel Bourg at 2021-10-10T16:52:13+02:00
Track the new releases from git.eclipse.org (the GitHub repository is gone)

- - - - -
6c58db58 by Emmanuel Bourg at 2021-10-10T16:54:19+02:00
New upstream version 4.19
- - - - -
79a5d083 by Emmanuel Bourg at 2021-10-10T16:54:40+02:00
New upstream version 4.20
- - - - -
8e6563c9 by Emmanuel Bourg at 2021-10-10T16:54:48+02:00
New upstream version 4.21
- - - - -
80af2236 by Emmanuel Bourg at 2021-10-10T16:54:51+02:00
Update upstream source from tag upstream/4.21

Update to upstream version 4.21
with Debian dir da34fd778172b82d648010439385b3a234687272
- - - - -
94372ec7 by Emmanuel Bourg at 2021-10-18T09:39:56+02:00
Require Java 11+

- - - - -
622a3680 by Emmanuel Bourg at 2021-10-18T09:40:21+02:00
Upload to unstable

- - - - -


30 changed files:

- .mvn/extensions.xml
- + Jenkinsfile
- debian/build.xml
- debian/changelog
- debian/control
- debian/copyright
- debian/watch
- org.eclipse.core.filebuffers.tests/.classpath
- org.eclipse.core.filebuffers.tests/.settings/org.eclipse.jdt.core.prefs
- org.eclipse.core.filebuffers.tests/META-INF/MANIFEST.MF
- org.eclipse.core.filebuffers.tests/pom.xml
- 
org.eclipse.core.filebuffers.tests/src/org/eclipse/core/filebuffers/tests/FileBufferFunctions.java
- org.eclipse.core.filebuffers/.classpath
- org.eclipse.core.filebuffers/.settings/org.eclipse.jdt.core.prefs
- org.eclipse.core.filebuffers/META-INF/MANIFEST.MF
- org.eclipse.jface.text.examples/.classpath
- org.eclipse.jface.text.examples/.settings/org.eclipse.jdt.core.prefs
- org.eclipse.jface.text.examples/META-INF/MANIFEST.MF
- org.eclipse.jface.text.examples/pom.xml
- 
org.eclipse.jface.text.examples/src/org/eclipse/jface/text/examples/codemining/ClassImplementationsCodeMiningProvider.java
- 
org.eclipse.jface.text.examples/src/org/eclipse/jface/text/examples/codemining/ClassReferenceCodeMiningProvider.java
- 
org.eclipse.jface.text.examples/src/org/eclipse/jface/text/examples/sources/inlined/InlinedAnnotationDemo.java
- org.eclipse.jface.text.tests/.classpath
- org.eclipse.jface.text.tests/.settings/org.eclipse.jdt.core.prefs
- org.eclipse.jface.text.tests/META-INF/MANIFEST.MF
- org.eclipse.jface.text.tests/forceQualifierUpdate.txt
- org.eclipse.jface.text.tests/pom.xml
- 
org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/TextViewerTest.java
- 
org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/codemining/CodeMiningProjectionViewerTest.java
- 
org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/contentassist/AsyncContentAssistTest.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-platform-text/-/compare/be55b6ee39daaad734c318b26ea3d5806d80fe66...622a3680ee4cdd90172fa985b929c15b5542b305

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-platform-text/-/compare/be55b6ee39daaad734c318b26ea3d5806d80fe66...622a3680ee4cdd90172fa985b929c15b5542b305
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/equinox-bundles] Pushed new tag debian/4.19-1

2021-10-17 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed new tag debian/4.19-1 at Debian Java Maintainers / 
equinox-bundles

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

2021-10-17 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed new tag upstream/4.19 at Debian Java Maintainers / 
equinox-bundles

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/equinox-bundles/-/tree/upstream/4.19
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/equinox-bundles][pristine-tar] pristine-tar data for equinox-bundles_4.19.orig.tar.xz

2021-10-17 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch pristine-tar at Debian Java Maintainers / 
equinox-bundles


Commits:
82ef0014 by Emmanuel Bourg at 2021-10-09T13:15:12+02:00
pristine-tar data for equinox-bundles_4.19.orig.tar.xz

- - - - -


2 changed files:

- + equinox-bundles_4.19.orig.tar.xz.delta
- + equinox-bundles_4.19.orig.tar.xz.id


Changes:

=
equinox-bundles_4.19.orig.tar.xz.delta
=
Binary files /dev/null and b/equinox-bundles_4.19.orig.tar.xz.delta differ


=
equinox-bundles_4.19.orig.tar.xz.id
=
@@ -0,0 +1 @@
+b1ba4613cb82c7437d67b78c1bdf511e9e6e6531



View it on GitLab: 
https://salsa.debian.org/java-team/equinox-bundles/-/commit/82ef00147a07a665618ff1a5d5c83bc2da2994bc

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/equinox-bundles/-/commit/82ef00147a07a665618ff1a5d5c83bc2da2994bc
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/equinox-bundles][master] 7 commits: Standards-Version updated to 4.6.0.1

2021-10-17 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / 
equinox-bundles


Commits:
60d68303 by Emmanuel Bourg at 2021-10-09T13:12:15+02:00
Standards-Version updated to 4.6.0.1

- - - - -
e2f67e7f by Emmanuel Bourg at 2021-10-09T13:13:50+02:00
Track the new releases from git.eclipse.org (the GitHub repository is gone)

- - - - -
8f79814b by Emmanuel Bourg at 2021-10-09T13:15:10+02:00
New upstream version 4.19
- - - - -
adaab0a3 by Emmanuel Bourg at 2021-10-17T10:42:33+02:00
Merge tag upstream/4.19

Upstream version 4.19

- - - - -
235f896a by Emmanuel Bourg at 2021-10-17T10:53:59+02:00
Removed the org.eclipse.equinox.ds bundle

- - - - -
2955628f by Emmanuel Bourg at 2021-10-17T10:54:42+02:00
Depend on libservlet-api-java instead of libservlet3.1-java

- - - - -
101c08b4 by Emmanuel Bourg at 2021-10-17T10:54:53+02:00
Upload to unstable

- - - - -


30 changed files:

- bundles/org.eclipse.equinox.app/.settings/org.eclipse.core.resources.prefs
- bundles/org.eclipse.equinox.app/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.app/pom.xml
- bundles/org.eclipse.equinox.bidi.tests/pom.xml
- bundles/org.eclipse.equinox.bidi/.settings/org.eclipse.core.resources.prefs
- bundles/org.eclipse.equinox.bidi/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.bidi/pom.xml
- bundles/org.eclipse.equinox.cm.test/.classpath
- bundles/org.eclipse.equinox.cm.test/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.equinox.cm.test/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.cm.test/pom.xml
- bundles/org.eclipse.equinox.cm/.classpath
- bundles/org.eclipse.equinox.cm/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.equinox.cm/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.cm/pom.xml
- bundles/org.eclipse.equinox.common.tests/pom.xml
- − bundles/org.eclipse.equinox.common/.settings/.api_filters
- bundles/org.eclipse.equinox.common/.settings/org.eclipse.core.resources.prefs
- bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.common/pom.xml
- 
bundles/org.eclipse.equinox.compendium.tests/.settings/org.eclipse.core.resources.prefs
- bundles/org.eclipse.equinox.compendium.tests/pom.xml
- 
bundles/org.eclipse.equinox.compendium.tests/src/org/eclipse/equinox/event/tests/EventAdminTest.java
- bundles/org.eclipse.equinox.concurrent/.classpath
- bundles/org.eclipse.equinox.concurrent/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.equinox.concurrent/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.concurrent/pom.xml
- bundles/org.eclipse.equinox.console.jaas.fragment/.classpath
- 
bundles/org.eclipse.equinox.console.jaas.fragment/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.equinox.console.jaas.fragment/META-INF/MANIFEST.MF


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/equinox-bundles/-/compare/4bdb465a549b205992262f66e19d180dbc4bfa41...101c08b4de97afeb17bd2a1639efd0c072c789ae

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/equinox-bundles/-/compare/4bdb465a549b205992262f66e19d180dbc4bfa41...101c08b4de97afeb17bd2a1639efd0c072c789ae
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/equinox-bundles][upstream] New upstream version 4.19

2021-10-17 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch upstream at Debian Java Maintainers / 
equinox-bundles


Commits:
8f79814b by Emmanuel Bourg at 2021-10-09T13:15:10+02:00
New upstream version 4.19
- - - - -


30 changed files:

- bundles/org.eclipse.equinox.app/.settings/org.eclipse.core.resources.prefs
- bundles/org.eclipse.equinox.app/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.app/pom.xml
- bundles/org.eclipse.equinox.bidi.tests/pom.xml
- bundles/org.eclipse.equinox.bidi/.settings/org.eclipse.core.resources.prefs
- bundles/org.eclipse.equinox.bidi/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.bidi/pom.xml
- bundles/org.eclipse.equinox.cm.test/.classpath
- bundles/org.eclipse.equinox.cm.test/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.equinox.cm.test/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.cm.test/pom.xml
- bundles/org.eclipse.equinox.cm/.classpath
- bundles/org.eclipse.equinox.cm/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.equinox.cm/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.cm/pom.xml
- bundles/org.eclipse.equinox.common.tests/pom.xml
- − bundles/org.eclipse.equinox.common/.settings/.api_filters
- bundles/org.eclipse.equinox.common/.settings/org.eclipse.core.resources.prefs
- bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.common/pom.xml
- 
bundles/org.eclipse.equinox.compendium.tests/.settings/org.eclipse.core.resources.prefs
- bundles/org.eclipse.equinox.compendium.tests/pom.xml
- 
bundles/org.eclipse.equinox.compendium.tests/src/org/eclipse/equinox/event/tests/EventAdminTest.java
- bundles/org.eclipse.equinox.concurrent/.classpath
- bundles/org.eclipse.equinox.concurrent/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.equinox.concurrent/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.concurrent/pom.xml
- bundles/org.eclipse.equinox.console.jaas.fragment/.classpath
- 
bundles/org.eclipse.equinox.console.jaas.fragment/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.equinox.console.jaas.fragment/META-INF/MANIFEST.MF


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/equinox-bundles/-/commit/8f79814bbf049170df405313a1120f3de6bd7006

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/equinox-bundles/-/commit/8f79814bbf049170df405313a1120f3de6bd7006
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/eclipse-platform-runtime] Pushed new tag upstream/4.19

2021-10-09 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed new tag upstream/4.19 at Debian Java Maintainers / 
eclipse-platform-runtime

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-platform-runtime/-/tree/upstream/4.19
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/eclipse-platform-runtime] Pushed new tag debian/4.19-1

2021-10-09 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed new tag debian/4.19-1 at Debian Java Maintainers / 
eclipse-platform-runtime

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-platform-runtime/-/tree/debian/4.19-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/eclipse-platform-resources][upstream] 3 commits: New upstream version 4.19

2021-10-09 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch upstream at Debian Java Maintainers / 
eclipse-platform-resources


Commits:
562112eb by Emmanuel Bourg at 2021-10-09T17:03:36+02:00
New upstream version 4.19
- - - - -
1fe2cc73 by Emmanuel Bourg at 2021-10-09T17:09:03+02:00
New upstream version 4.20
- - - - -
5e3cd480 by Emmanuel Bourg at 2021-10-09T17:13:04+02:00
New upstream version 4.21
- - - - -


30 changed files:

- .mvn/extensions.xml
- + Jenkinsfile
- bundles/org.eclipse.core.filesystem.linux.aarch64/pom.xml
- bundles/org.eclipse.core.filesystem.linux.ppc64le/pom.xml
- bundles/org.eclipse.core.filesystem.linux.x86_64/pom.xml
- bundles/org.eclipse.core.filesystem.macosx/BUILD_INFO.txt
- bundles/org.eclipse.core.filesystem.macosx/META-INF/MANIFEST.MF
- bundles/org.eclipse.core.filesystem.macosx/pom.xml
- bundles/org.eclipse.core.filesystem.win32.x86_64/pom.xml
- bundles/org.eclipse.core.filesystem/.classpath
- + bundles/org.eclipse.core.filesystem/.settings/.api_filters
- bundles/org.eclipse.core.filesystem/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.core.filesystem/META-INF/MANIFEST.MF
- bundles/org.eclipse.core.filesystem/natives/unix/README.TXT
- bundles/org.eclipse.core.filesystem/natives/unix/macosx/Makefile
- 
bundles/org.eclipse.core.filesystem/src/org/eclipse/core/filesystem/IFileStore.java
- 
bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/FileCache.java
- + 
bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/FileStoreUtil.java
- 
bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/FileSystemAccess.java
- 
bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/LocalFile.java
- bundles/org.eclipse.core.resources.spysupport/.classpath
- 
bundles/org.eclipse.core.resources.spysupport/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.core.resources.spysupport/META-INF/MANIFEST.MF
- bundles/org.eclipse.core.resources.win32.x86_64/pom.xml
- bundles/org.eclipse.core.resources/.classpath
- bundles/org.eclipse.core.resources/.project
- bundles/org.eclipse.core.resources/.settings/org.eclipse.core.resources.prefs
- bundles/org.eclipse.core.resources/.settings/org.eclipse.jdt.core.prefs
- + 
bundles/org.eclipse.core.resources/.settings/org.eclipse.pde.ds.annotations.prefs
- bundles/org.eclipse.core.resources/META-INF/MANIFEST.MF


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-platform-resources/-/compare/8456be5529e88a52e9cc4289c5f596768a7702af...5e3cd48071fecd4afcf7887bd80f21f89ba0537d

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-platform-resources/-/compare/8456be5529e88a52e9cc4289c5f596768a7702af...5e3cd48071fecd4afcf7887bd80f21f89ba0537d
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/eclipse-platform-resources][master] 8 commits: Standards-Version updated to 4.6.0.1

2021-10-09 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / 
eclipse-platform-resources


Commits:
a62e1f05 by Emmanuel Bourg at 2021-10-09T17:01:23+02:00
Standards-Version updated to 4.6.0.1

- - - - -
c97b97be by Emmanuel Bourg at 2021-10-09T17:01:39+02:00
Track the new releases from git.eclipse.org (the GitHub repository is gone)

- - - - -
562112eb by Emmanuel Bourg at 2021-10-09T17:03:36+02:00
New upstream version 4.19
- - - - -
1fe2cc73 by Emmanuel Bourg at 2021-10-09T17:09:03+02:00
New upstream version 4.20
- - - - -
5e3cd480 by Emmanuel Bourg at 2021-10-09T17:13:04+02:00
New upstream version 4.21
- - - - -
97b31bed by Emmanuel Bourg at 2021-10-09T17:13:06+02:00
Update upstream source from tag upstream/4.21

Update to upstream version 4.21
with Debian dir 9a9b9ccf11fb06a781983079254583b4c3b6e177
- - - - -
07e16ef1 by Emmanuel Bourg at 2021-10-09T17:15:51+02:00
Require Java 11+

- - - - -
fc7eb1bf by Emmanuel Bourg at 2021-10-09T17:16:02+02:00
Upload to unstable

- - - - -


30 changed files:

- .mvn/extensions.xml
- + Jenkinsfile
- bundles/org.eclipse.core.filesystem.linux.aarch64/pom.xml
- bundles/org.eclipse.core.filesystem.linux.ppc64le/pom.xml
- bundles/org.eclipse.core.filesystem.linux.x86_64/pom.xml
- bundles/org.eclipse.core.filesystem.macosx/BUILD_INFO.txt
- bundles/org.eclipse.core.filesystem.macosx/META-INF/MANIFEST.MF
- bundles/org.eclipse.core.filesystem.macosx/pom.xml
- bundles/org.eclipse.core.filesystem.win32.x86_64/pom.xml
- bundles/org.eclipse.core.filesystem/.classpath
- + bundles/org.eclipse.core.filesystem/.settings/.api_filters
- bundles/org.eclipse.core.filesystem/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.core.filesystem/META-INF/MANIFEST.MF
- bundles/org.eclipse.core.filesystem/natives/unix/README.TXT
- bundles/org.eclipse.core.filesystem/natives/unix/macosx/Makefile
- 
bundles/org.eclipse.core.filesystem/src/org/eclipse/core/filesystem/IFileStore.java
- 
bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/FileCache.java
- + 
bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/FileStoreUtil.java
- 
bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/FileSystemAccess.java
- 
bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/LocalFile.java
- bundles/org.eclipse.core.resources.spysupport/.classpath
- 
bundles/org.eclipse.core.resources.spysupport/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.core.resources.spysupport/META-INF/MANIFEST.MF
- bundles/org.eclipse.core.resources.win32.x86_64/pom.xml
- bundles/org.eclipse.core.resources/.classpath
- bundles/org.eclipse.core.resources/.project
- bundles/org.eclipse.core.resources/.settings/org.eclipse.core.resources.prefs
- bundles/org.eclipse.core.resources/.settings/org.eclipse.jdt.core.prefs
- + 
bundles/org.eclipse.core.resources/.settings/org.eclipse.pde.ds.annotations.prefs
- bundles/org.eclipse.core.resources/META-INF/MANIFEST.MF


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-platform-resources/-/compare/2531d156a0ffa1a7477e599c840b13456717c148...fc7eb1bf3d2cb1c53fa6e0673bf602ab92e577f9

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-platform-resources/-/compare/2531d156a0ffa1a7477e599c840b13456717c148...fc7eb1bf3d2cb1c53fa6e0673bf602ab92e577f9
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/eclipse-platform-resources][pristine-tar] 3 commits: pristine-tar data for eclipse-platform-resources_4.19.orig.tar.xz

2021-10-09 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch pristine-tar at Debian Java Maintainers / 
eclipse-platform-resources


Commits:
b4a55068 by Emmanuel Bourg at 2021-10-09T17:03:38+02:00
pristine-tar data for eclipse-platform-resources_4.19.orig.tar.xz

- - - - -
edb213f9 by Emmanuel Bourg at 2021-10-09T17:09:05+02:00
pristine-tar data for eclipse-platform-resources_4.20.orig.tar.xz

- - - - -
b562547f by Emmanuel Bourg at 2021-10-09T17:13:06+02:00
pristine-tar data for eclipse-platform-resources_4.21.orig.tar.xz

- - - - -


6 changed files:

- + eclipse-platform-resources_4.19.orig.tar.xz.delta
- + eclipse-platform-resources_4.19.orig.tar.xz.id
- + eclipse-platform-resources_4.20.orig.tar.xz.delta
- + eclipse-platform-resources_4.20.orig.tar.xz.id
- + eclipse-platform-resources_4.21.orig.tar.xz.delta
- + eclipse-platform-resources_4.21.orig.tar.xz.id


Changes:

=
eclipse-platform-resources_4.19.orig.tar.xz.delta
=
Binary files /dev/null and b/eclipse-platform-resources_4.19.orig.tar.xz.delta 
differ


=
eclipse-platform-resources_4.19.orig.tar.xz.id
=
@@ -0,0 +1 @@
+82af1227d470449a4633e03945a75e0ed38cfa00


=
eclipse-platform-resources_4.20.orig.tar.xz.delta
=
Binary files /dev/null and b/eclipse-platform-resources_4.20.orig.tar.xz.delta 
differ


=
eclipse-platform-resources_4.20.orig.tar.xz.id
=
@@ -0,0 +1 @@
+3c1b562d436c6eef9cc99b11c7c6fc7acfff13a1


=
eclipse-platform-resources_4.21.orig.tar.xz.delta
=
Binary files /dev/null and b/eclipse-platform-resources_4.21.orig.tar.xz.delta 
differ


=
eclipse-platform-resources_4.21.orig.tar.xz.id
=
@@ -0,0 +1 @@
+dcf3ba69835fcb5b1f23472c80baecfaf7a0f55a



View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-platform-resources/-/compare/b4406a88fd41cae6ed4a94ec06dfffaee2233939...b562547fd016af65f5c701e6c99c8f71bb4bd047

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-platform-resources/-/compare/b4406a88fd41cae6ed4a94ec06dfffaee2233939...b562547fd016af65f5c701e6c99c8f71bb4bd047
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/eclipse-platform-runtime][pristine-tar] pristine-tar data for eclipse-platform-runtime_4.19.orig.tar.xz

2021-10-09 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch pristine-tar at Debian Java Maintainers / 
eclipse-platform-runtime


Commits:
670cded8 by Emmanuel Bourg at 2021-10-09T16:38:13+02:00
pristine-tar data for eclipse-platform-runtime_4.19.orig.tar.xz

- - - - -


2 changed files:

- + eclipse-platform-runtime_4.19.orig.tar.xz.delta
- + eclipse-platform-runtime_4.19.orig.tar.xz.id


Changes:

=
eclipse-platform-runtime_4.19.orig.tar.xz.delta
=
Binary files /dev/null and b/eclipse-platform-runtime_4.19.orig.tar.xz.delta 
differ


=
eclipse-platform-runtime_4.19.orig.tar.xz.id
=
@@ -0,0 +1 @@
+e9bd8159125582823590654d3ba84133db21412b



View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-platform-runtime/-/commit/670cded82aa4571351f763cebe209579bc667c9f

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-platform-runtime/-/commit/670cded82aa4571351f763cebe209579bc667c9f
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/eclipse-platform-runtime][master] 5 commits: Standards-Version updated to 4.6.0.1

2021-10-09 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / 
eclipse-platform-runtime


Commits:
19372ee0 by Emmanuel Bourg at 2021-10-09T16:35:42+02:00
Standards-Version updated to 4.6.0.1

- - - - -
bd1e42b8 by Emmanuel Bourg at 2021-10-09T16:36:00+02:00
Track the new releases from git.eclipse.org (the GitHub repository is gone)

- - - - -
5399ba0e by Emmanuel Bourg at 2021-10-09T16:38:12+02:00
New upstream version 4.19
- - - - -
08e2c9e5 by Emmanuel Bourg at 2021-10-09T16:45:51+02:00
Merge tag upstream/4.19

Upstream version 4.19

- - - - -
b0d3b43a by Emmanuel Bourg at 2021-10-09T16:47:30+02:00
New upstream release (4.19)

- - - - -


30 changed files:

- bundles/org.eclipse.core.contenttype/META-INF/MANIFEST.MF
- bundles/org.eclipse.core.contenttype/build.properties
- bundles/org.eclipse.core.contenttype/pom.xml
- bundles/org.eclipse.core.expressions/META-INF/MANIFEST.MF
- bundles/org.eclipse.core.expressions/pom.xml
- 
bundles/org.eclipse.core.expressions/src/org/eclipse/core/internal/expressions/Expressions.java
- 
bundles/org.eclipse.core.expressions/src/org/eclipse/core/internal/expressions/InstanceofExpression.java
- 
bundles/org.eclipse.core.expressions/src/org/eclipse/core/internal/expressions/IterateExpression.java
- bundles/org.eclipse.core.jobs/META-INF/MANIFEST.MF
- bundles/org.eclipse.core.jobs/pom.xml
- 
bundles/org.eclipse.core.jobs/src/org/eclipse/core/internal/jobs/ImplicitJobs.java
- 
bundles/org.eclipse.core.jobs/src/org/eclipse/core/internal/jobs/ThreadJob.java
- bundles/org.eclipse.core.runtime/META-INF/MANIFEST.MF
- bundles/org.eclipse.core.runtime/pom.xml
- 
bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime/PerformanceStats.java
- bundles/org.eclipse.core.tools/.classpath
- bundles/org.eclipse.core.tools/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.core.tools/META-INF/MANIFEST.MF
- bundles/org.eclipse.core.tools/build.properties
- bundles/org.eclipse.core.tools/pom.xml
- 
bundles/org.eclipse.core.tools/src/org/eclipse/core/tools/nls/MessageBundleRefactoring.java
- 
bundles/org.eclipse.core.tools/src/org/eclipse/core/tools/nls/RemoveUnusedMessages.java
- 
bundles/org.eclipse.core.tools/src/org/eclipse/core/tools/search/FindUnusedMembers.java
- bundles/org.eclipse.e4.core.contexts/pom.xml
- bundles/org.eclipse.e4.core.di.annotations/pom.xml
- bundles/org.eclipse.e4.core.di.extensions.supplier/META-INF/MANIFEST.MF
- bundles/org.eclipse.e4.core.di.extensions.supplier/pom.xml
- bundles/org.eclipse.e4.core.di.extensions/pom.xml
- bundles/org.eclipse.e4.core.di/META-INF/MANIFEST.MF
- bundles/org.eclipse.e4.core.di/pom.xml


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-platform-runtime/-/compare/6aaeb6547442ee2cecf32ea7d8b5b8b7c75e1549...b0d3b43a77bf7bf2ef36026308f9aa4454930bce

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-platform-runtime/-/compare/6aaeb6547442ee2cecf32ea7d8b5b8b7c75e1549...b0d3b43a77bf7bf2ef36026308f9aa4454930bce
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/eclipse-platform-runtime][upstream] New upstream version 4.19

2021-10-09 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch upstream at Debian Java Maintainers / 
eclipse-platform-runtime


Commits:
5399ba0e by Emmanuel Bourg at 2021-10-09T16:38:12+02:00
New upstream version 4.19
- - - - -


30 changed files:

- bundles/org.eclipse.core.contenttype/META-INF/MANIFEST.MF
- bundles/org.eclipse.core.contenttype/build.properties
- bundles/org.eclipse.core.contenttype/pom.xml
- bundles/org.eclipse.core.expressions/META-INF/MANIFEST.MF
- bundles/org.eclipse.core.expressions/pom.xml
- 
bundles/org.eclipse.core.expressions/src/org/eclipse/core/internal/expressions/Expressions.java
- 
bundles/org.eclipse.core.expressions/src/org/eclipse/core/internal/expressions/InstanceofExpression.java
- 
bundles/org.eclipse.core.expressions/src/org/eclipse/core/internal/expressions/IterateExpression.java
- bundles/org.eclipse.core.jobs/META-INF/MANIFEST.MF
- bundles/org.eclipse.core.jobs/pom.xml
- 
bundles/org.eclipse.core.jobs/src/org/eclipse/core/internal/jobs/ImplicitJobs.java
- 
bundles/org.eclipse.core.jobs/src/org/eclipse/core/internal/jobs/ThreadJob.java
- bundles/org.eclipse.core.runtime/META-INF/MANIFEST.MF
- bundles/org.eclipse.core.runtime/pom.xml
- 
bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime/PerformanceStats.java
- bundles/org.eclipse.core.tools/.classpath
- bundles/org.eclipse.core.tools/.settings/org.eclipse.jdt.core.prefs
- bundles/org.eclipse.core.tools/META-INF/MANIFEST.MF
- bundles/org.eclipse.core.tools/build.properties
- bundles/org.eclipse.core.tools/pom.xml
- 
bundles/org.eclipse.core.tools/src/org/eclipse/core/tools/nls/MessageBundleRefactoring.java
- 
bundles/org.eclipse.core.tools/src/org/eclipse/core/tools/nls/RemoveUnusedMessages.java
- 
bundles/org.eclipse.core.tools/src/org/eclipse/core/tools/search/FindUnusedMembers.java
- bundles/org.eclipse.e4.core.contexts/pom.xml
- bundles/org.eclipse.e4.core.di.annotations/pom.xml
- bundles/org.eclipse.e4.core.di.extensions.supplier/META-INF/MANIFEST.MF
- bundles/org.eclipse.e4.core.di.extensions.supplier/pom.xml
- bundles/org.eclipse.e4.core.di.extensions/pom.xml
- bundles/org.eclipse.e4.core.di/META-INF/MANIFEST.MF
- bundles/org.eclipse.e4.core.di/pom.xml


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-platform-runtime/-/commit/5399ba0ea5b740b6a407edff50a7b6347445e0a2

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/eclipse-platform-runtime/-/commit/5399ba0ea5b740b6a407edff50a7b6347445e0a2
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/equinox-framework][pristine-tar] 3 commits: pristine-tar data for equinox-framework_4.19.orig.tar.xz

2021-10-09 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch pristine-tar at Debian Java Maintainers / 
equinox-framework


Commits:
4ad17b13 by Emmanuel Bourg at 2021-10-09T12:58:49+02:00
pristine-tar data for equinox-framework_4.19.orig.tar.xz

- - - - -
a992b5b4 by Emmanuel Bourg at 2021-10-09T12:59:01+02:00
pristine-tar data for equinox-framework_4.20.orig.tar.xz

- - - - -
c8bec4f5 by Emmanuel Bourg at 2021-10-09T12:59:10+02:00
pristine-tar data for equinox-framework_4.21.orig.tar.xz

- - - - -


6 changed files:

- + equinox-framework_4.19.orig.tar.xz.delta
- + equinox-framework_4.19.orig.tar.xz.id
- + equinox-framework_4.20.orig.tar.xz.delta
- + equinox-framework_4.20.orig.tar.xz.id
- + equinox-framework_4.21.orig.tar.xz.delta
- + equinox-framework_4.21.orig.tar.xz.id


Changes:

=
equinox-framework_4.19.orig.tar.xz.delta
=
Binary files /dev/null and b/equinox-framework_4.19.orig.tar.xz.delta differ


=
equinox-framework_4.19.orig.tar.xz.id
=
@@ -0,0 +1 @@
+5d22dfaedef47ba0e78e1d773c2fd122bb5c99fb


=
equinox-framework_4.20.orig.tar.xz.delta
=
Binary files /dev/null and b/equinox-framework_4.20.orig.tar.xz.delta differ


=
equinox-framework_4.20.orig.tar.xz.id
=
@@ -0,0 +1 @@
+d291ac55903c01932fad437d780e2d43c2d2a460


=
equinox-framework_4.21.orig.tar.xz.delta
=
Binary files /dev/null and b/equinox-framework_4.21.orig.tar.xz.delta differ


=
equinox-framework_4.21.orig.tar.xz.id
=
@@ -0,0 +1 @@
+69f83a238e420afe12ae4118a28d185e1f9b8ed8



View it on GitLab: 
https://salsa.debian.org/java-team/equinox-framework/-/compare/d1547531d884d3a16dc12c32578756f724d95f31...c8bec4f51c1de5503a791d3609fe3e7d4841a310

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/equinox-framework/-/compare/d1547531d884d3a16dc12c32578756f724d95f31...c8bec4f51c1de5503a791d3609fe3e7d4841a310
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/equinox-framework][upstream] 3 commits: New upstream version 4.19

2021-10-09 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch upstream at Debian Java Maintainers / 
equinox-framework


Commits:
04d91a0d by Emmanuel Bourg at 2021-10-09T12:58:46+02:00
New upstream version 4.19
- - - - -
40d1d24c by Emmanuel Bourg at 2021-10-09T12:58:59+02:00
New upstream version 4.20
- - - - -
1e525b55 by Emmanuel Bourg at 2021-10-09T12:59:07+02:00
New upstream version 4.21
- - - - -


30 changed files:

- + Jenkinsfile
- + bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/.project
- + 
bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/META-INF/MANIFEST.MF
- + bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/about.html
- bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/build.properties → 
bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/build.properties
- + 
bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/customBuildCallbacks.xml
- + 
bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/forceQualifierUpdate.txt
- + 
bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/launcher.cocoa.macosx.aarch64.properties
- + bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/pom.xml
- bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/build.properties
- 
bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/forceQualifierUpdate.txt
- bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/pom.xml
- + bundles/org.eclipse.equinox.launcher.cocoa.macosx/.project
- + bundles/org.eclipse.equinox.launcher.cocoa.macosx/META-INF/MANIFEST.MF
- + bundles/org.eclipse.equinox.launcher.cocoa.macosx/about.html
- + bundles/org.eclipse.equinox.launcher.cocoa.macosx/build.properties
- + bundles/org.eclipse.equinox.launcher.cocoa.macosx/customBuildCallbacks.xml
- + bundles/org.eclipse.equinox.launcher.cocoa.macosx/forceQualifierUpdate.txt
- + 
bundles/org.eclipse.equinox.launcher.cocoa.macosx/launcher.cocoa.macosx.aarch64.properties
- bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/pom.xml → 
bundles/org.eclipse.equinox.launcher.cocoa.macosx/pom.xml
- bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/build.properties
- bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/pom.xml
- bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/build.properties
- bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/pom.xml
- − bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/build.properties


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/equinox-framework/-/compare/2a37ed5d7428df83cd6965b2c15c2bfb20914609...1e525b55300c335e524c705051610cf9718e2969

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/equinox-framework/-/compare/2a37ed5d7428df83cd6965b2c15c2bfb20914609...1e525b55300c335e524c705051610cf9718e2969
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/equinox-framework][master] 9 commits: Standards-Version updated to 4.6.0.1

2021-10-09 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / 
equinox-framework


Commits:
b75a89b0 by Emmanuel Bourg at 2021-10-09T12:37:00+02:00
Standards-Version updated to 4.6.0.1

- - - - -
c70a3982 by Emmanuel Bourg at 2021-10-09T12:58:32+02:00
Track the new releases from git.eclipse.org (the GitHub repository is gone)

- - - - -
04d91a0d by Emmanuel Bourg at 2021-10-09T12:58:46+02:00
New upstream version 4.19
- - - - -
40d1d24c by Emmanuel Bourg at 2021-10-09T12:58:59+02:00
New upstream version 4.20
- - - - -
1e525b55 by Emmanuel Bourg at 2021-10-09T12:59:07+02:00
New upstream version 4.21
- - - - -
406b7dfc by Emmanuel Bourg at 2021-10-09T12:59:10+02:00
Update upstream source from tag upstream/4.21

Update to upstream version 4.21
with Debian dir b72a9c403d82559ec5ec569bed386ed3c2321598
- - - - -
c168df16 by Emmanuel Bourg at 2021-10-09T12:59:49+02:00
Refreshed the patches

- - - - -
39b6f21f by Emmanuel Bourg at 2021-10-09T13:06:13+02:00
Depend on libservlet-api-java instead of libservlet3.1-java

- - - - -
487746b1 by Emmanuel Bourg at 2021-10-09T13:06:29+02:00
Upload to unstable

- - - - -


30 changed files:

- + Jenkinsfile
- + bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/.project
- + 
bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/META-INF/MANIFEST.MF
- + bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/about.html
- bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/build.properties → 
bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/build.properties
- + 
bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/customBuildCallbacks.xml
- + 
bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/forceQualifierUpdate.txt
- + 
bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/launcher.cocoa.macosx.aarch64.properties
- + bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/pom.xml
- bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/build.properties
- 
bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/forceQualifierUpdate.txt
- bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/pom.xml
- + bundles/org.eclipse.equinox.launcher.cocoa.macosx/.project
- + bundles/org.eclipse.equinox.launcher.cocoa.macosx/META-INF/MANIFEST.MF
- + bundles/org.eclipse.equinox.launcher.cocoa.macosx/about.html
- + bundles/org.eclipse.equinox.launcher.cocoa.macosx/build.properties
- + bundles/org.eclipse.equinox.launcher.cocoa.macosx/customBuildCallbacks.xml
- + bundles/org.eclipse.equinox.launcher.cocoa.macosx/forceQualifierUpdate.txt
- + 
bundles/org.eclipse.equinox.launcher.cocoa.macosx/launcher.cocoa.macosx.aarch64.properties
- bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/pom.xml → 
bundles/org.eclipse.equinox.launcher.cocoa.macosx/pom.xml
- bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/build.properties
- bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/pom.xml
- bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/build.properties
- bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/pom.xml
- − bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/META-INF/MANIFEST.MF
- bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/build.properties


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/equinox-framework/-/compare/ee240c381575f67ee24d201fe2fb0ab10b1633eb...487746b11a08b1b3981768a53a24b1648b128962

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/equinox-framework/-/compare/ee240c381575f67ee24d201fe2fb0ab10b1633eb...487746b11a08b1b3981768a53a24b1648b128962
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/access-modifier-checker] Pushed new tag upstream/1.25

2021-10-02 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed new tag upstream/1.25 at Debian Java Maintainers / 
access-modifier-checker

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/access-modifier-checker/-/tree/upstream/1.25
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/access-modifier-checker] Pushed new tag debian/1.25-1

2021-10-02 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed new tag debian/1.25-1 at Debian Java Maintainers / 
access-modifier-checker

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/access-modifier-checker/-/tree/debian/1.25-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/access-modifier-checker][upstream] New upstream version 1.25

2021-10-02 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch upstream at Debian Java Maintainers / 
access-modifier-checker


Commits:
7c4480b6 by Emmanuel Bourg at 2021-10-02T21:24:00+02:00
New upstream version 1.25
- - - - -


5 changed files:

- access-modifier-annotation/pom.xml
- access-modifier-checker/pom.xml
- access-modifier-suppressions/pom.xml
- 
access-modifier-suppressions/src/main/java/org/kohsuke/accmod/restrictions/suppressions/SuppressRestrictedWarnings.java
- pom.xml


Changes:

=
access-modifier-annotation/pom.xml
=
@@ -4,7 +4,7 @@
   
 access-modifier
 org.kohsuke
-1.24
+1.25
   
   access-modifier-annotation
 
@@ -14,7 +14,7 @@
 
   org.jenkins-ci
   annotation-indexer
-  1.14
+  1.15
 
 
   org.ow2.asm


=
access-modifier-checker/pom.xml
=
@@ -4,12 +4,16 @@
   
 access-modifier
 org.kohsuke
-1.24
+1.25
   
   access-modifier-checker
   maven-plugin
   Custom Access Modifier Checker
 
+  
+3.8.2
+  
+
   
 
   junit
@@ -40,14 +44,14 @@
 
   org.apache.maven
   maven-plugin-api
-  3.6.3
+  ${maven.version}
   provided
 
 
   
   org.apache.maven
   maven-core
-  3.6.3
+  ${maven.version}
   provided
 
 
@@ -59,6 +63,16 @@
 
   
 
+  
+
+   
+org.slf4j
+slf4j-api
+1.7.32
+  
+
+  
+
   
 
   run-its


=
access-modifier-suppressions/pom.xml
=
@@ -4,7 +4,7 @@
   
 access-modifier
 org.kohsuke
-1.24
+1.25
   
   access-modifier-suppressions
 


=
access-modifier-suppressions/src/main/java/org/kohsuke/accmod/restrictions/suppressions/SuppressRestrictedWarnings.java
=
@@ -26,11 +26,10 @@ package org.kohsuke.accmod.restrictions.suppressions;
 import java.lang.annotation.Documented;
 import java.lang.annotation.ElementType;
 import java.lang.annotation.Retention;
+import java.lang.annotation.RetentionPolicy;
 import java.lang.annotation.Target;
 import org.kohsuke.accmod.Restricted;
 
-import static java.lang.annotation.RetentionPolicy.RUNTIME;
-
 /**
  * Indicates that certain classes annotated with {@link Restricted} 
annotations should be skipped during the
  * access-modifier-check.
@@ -40,7 +39,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
  *
  * @author Steve Arch
  */
-@Retention(RUNTIME)
+@Retention(RetentionPolicy.CLASS)
 @Documented
 @Target({ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.TYPE})
 public @interface SuppressRestrictedWarnings {


=
pom.xml
=
@@ -4,13 +4,13 @@
   
 org.jenkins-ci
 jenkins
-1.61
+1.65
 
   
 
   org.kohsuke
   access-modifier
-  1.24
+  1.25
 
   Custom access modifier for Java
   pom
@@ -18,7 +18,7 @@
   https://github.com/jenkinsci/lib-access-modifier
 
   
-1.24
+1.25
 -SNAPSHOT
 jenkinsci/lib-access-modifier
 UTF-8
@@ -36,7 +36,7 @@
 scm:git:g...@github.com/${gitHubRepo}.git
 
scm:git:ssh://g...@github.com/${gitHubRepo}.git
 https://github.com/${gitHubRepo}
-access-modifier-1.24
+access-modifier-1.25
   
 
   



View it on GitLab: 
https://salsa.debian.org/java-team/access-modifier-checker/-/commit/7c4480b69339fbc330dbdb91d5a823da2c7152e0

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/access-modifier-checker/-/commit/7c4480b69339fbc330dbdb91d5a823da2c7152e0
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/access-modifier-checker][pristine-tar] pristine-tar data for access-modifier-checker_1.25.orig.tar.xz

2021-10-02 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch pristine-tar at Debian Java Maintainers / 
access-modifier-checker


Commits:
daf9c2ca by Emmanuel Bourg at 2021-10-02T21:24:00+02:00
pristine-tar data for access-modifier-checker_1.25.orig.tar.xz

- - - - -


2 changed files:

- + access-modifier-checker_1.25.orig.tar.xz.delta
- + access-modifier-checker_1.25.orig.tar.xz.id


Changes:

=
access-modifier-checker_1.25.orig.tar.xz.delta
=
Binary files /dev/null and b/access-modifier-checker_1.25.orig.tar.xz.delta 
differ


=
access-modifier-checker_1.25.orig.tar.xz.id
=
@@ -0,0 +1 @@
+75256186d17496935edb4fc2c5edab911d0cca4b



View it on GitLab: 
https://salsa.debian.org/java-team/access-modifier-checker/-/commit/daf9c2ca8d41d5bc9230b7e84665f019ff8eb4f9

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/access-modifier-checker/-/commit/daf9c2ca8d41d5bc9230b7e84665f019ff8eb4f9
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/access-modifier-checker][master] 3 commits: New upstream version 1.25

2021-10-02 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / 
access-modifier-checker


Commits:
7c4480b6 by Emmanuel Bourg at 2021-10-02T21:24:00+02:00
New upstream version 1.25
- - - - -
12c95ad0 by Emmanuel Bourg at 2021-10-02T21:24:00+02:00
Update upstream source from tag upstream/1.25

Update to upstream version 1.25
with Debian dir 38e8ceef52b826c27921f1487ed51063976f4df3
- - - - -
c242566f by Emmanuel Bourg at 2021-10-02T21:25:16+02:00
New upstream release (1.25)

- - - - -


6 changed files:

- access-modifier-annotation/pom.xml
- access-modifier-checker/pom.xml
- access-modifier-suppressions/pom.xml
- 
access-modifier-suppressions/src/main/java/org/kohsuke/accmod/restrictions/suppressions/SuppressRestrictedWarnings.java
- debian/changelog
- pom.xml


Changes:

=
access-modifier-annotation/pom.xml
=
@@ -4,7 +4,7 @@
   
 access-modifier
 org.kohsuke
-1.24
+1.25
   
   access-modifier-annotation
 
@@ -14,7 +14,7 @@
 
   org.jenkins-ci
   annotation-indexer
-  1.14
+  1.15
 
 
   org.ow2.asm


=
access-modifier-checker/pom.xml
=
@@ -4,12 +4,16 @@
   
 access-modifier
 org.kohsuke
-1.24
+1.25
   
   access-modifier-checker
   maven-plugin
   Custom Access Modifier Checker
 
+  
+3.8.2
+  
+
   
 
   junit
@@ -40,14 +44,14 @@
 
   org.apache.maven
   maven-plugin-api
-  3.6.3
+  ${maven.version}
   provided
 
 
   
   org.apache.maven
   maven-core
-  3.6.3
+  ${maven.version}
   provided
 
 
@@ -59,6 +63,16 @@
 
   
 
+  
+
+   
+org.slf4j
+slf4j-api
+1.7.32
+  
+
+  
+
   
 
   run-its


=
access-modifier-suppressions/pom.xml
=
@@ -4,7 +4,7 @@
   
 access-modifier
 org.kohsuke
-1.24
+1.25
   
   access-modifier-suppressions
 


=
access-modifier-suppressions/src/main/java/org/kohsuke/accmod/restrictions/suppressions/SuppressRestrictedWarnings.java
=
@@ -26,11 +26,10 @@ package org.kohsuke.accmod.restrictions.suppressions;
 import java.lang.annotation.Documented;
 import java.lang.annotation.ElementType;
 import java.lang.annotation.Retention;
+import java.lang.annotation.RetentionPolicy;
 import java.lang.annotation.Target;
 import org.kohsuke.accmod.Restricted;
 
-import static java.lang.annotation.RetentionPolicy.RUNTIME;
-
 /**
  * Indicates that certain classes annotated with {@link Restricted} 
annotations should be skipped during the
  * access-modifier-check.
@@ -40,7 +39,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
  *
  * @author Steve Arch
  */
-@Retention(RUNTIME)
+@Retention(RetentionPolicy.CLASS)
 @Documented
 @Target({ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.TYPE})
 public @interface SuppressRestrictedWarnings {


=
debian/changelog
=
@@ -1,3 +1,10 @@
+access-modifier-checker (1.25-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream release
+
+ -- Emmanuel Bourg   Sat, 02 Oct 2021 21:25:03 +0200
+
 access-modifier-checker (1.24-1) unstable; urgency=medium
 
   * Team upload.


=
pom.xml
=
@@ -4,13 +4,13 @@
   
 org.jenkins-ci
 jenkins
-1.61
+1.65
 
   
 
   org.kohsuke
   access-modifier
-  1.24
+  1.25
 
   Custom access modifier for Java
   pom
@@ -18,7 +18,7 @@
   https://github.com/jenkinsci/lib-access-modifier
 
   
-1.24
+1.25
 -SNAPSHOT
 jenkinsci/lib-access-modifier
 UTF-8
@@ -36,7 +36,7 @@
 scm:git:g...@github.com/${gitHubRepo}.git
 
scm:git:ssh://g...@github.com/${gitHubRepo}.git
 https://github.com/${gitHubRepo}
-access-modifier-1.24
+access-modifier-1.25
   
 
   



View it on GitLab: 
https://salsa.debian.org/java-team/access-modifier-checker/-/compare/a86db9f2211ca050abb1522cf5992f7ba58c407a...c242566fb0acecafae4e2070aaf752918e2bed40

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/access-modifier-checker/-/compare/a86db9f2211ca050abb1522cf5992f7ba58c407a...c242566fb0acecafae4e2070aaf752918e2bed40
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-scm] Pushed new tag debian/1.12.0-1

2021-09-26 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed new tag debian/1.12.0-1 at Debian Java Maintainers / 
maven-scm

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

2021-09-26 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed new tag upstream/1.12.0 at Debian Java Maintainers / 
maven-scm

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/maven-scm/-/tree/upstream/1.12.0
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/snakeyaml] Pushed new tag upstream/1.29

2021-09-26 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed new tag upstream/1.29 at Debian Java Maintainers / 
snakeyaml

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

2021-09-26 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed new tag debian/1.29-1 at Debian Java Maintainers / 
snakeyaml

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/snakeyaml/-/tree/debian/1.29-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/xz-java] Pushed new tag upstream/1.9

2021-09-26 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed new tag upstream/1.9 at Debian Java Maintainers / xz-java

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

2021-09-26 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed new tag debian/1.9-1 at Debian Java Maintainers / xz-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/xz-java/-/tree/debian/1.9-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-scm][master] 9 commits: Standards-Version updated to 4.6.0.1

2021-09-26 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / maven-scm


Commits:
5a940ce6 by Emmanuel Bourg at 2021-09-26T22:30:20+02:00
Standards-Version updated to 4.6.0.1

- - - - -
b7f82dd9 by Emmanuel Bourg at 2021-09-26T22:30:30+02:00
Switch to debhelper level 13

- - - - -
733a190b by Emmanuel Bourg at 2021-09-26T22:46:39+02:00
Removed the -java-doc package

- - - - -
59e2a5ec by Emmanuel Bourg at 2021-09-26T22:53:11+02:00
No longer build the CVS provider

- - - - -
ac6e2729 by Emmanuel Bourg at 2021-09-26T23:00:47+02:00
Build only the Git, Mercurial and Subversion providers

- - - - -
15469cde by Emmanuel Bourg at 2021-09-26T23:05:37+02:00
New upstream version 1.12.0
- - - - -
3b672817 by Emmanuel Bourg at 2021-09-26T23:05:39+02:00
Update upstream source from tag upstream/1.12.0

Update to upstream version 1.12.0
with Debian dir 69d9533b1f09dcbd8bc9934734668852b79c28eb
- - - - -
c04ab68f by Emmanuel Bourg at 2021-09-26T23:28:44+02:00
Refreshed the patch

- - - - -
ff7f9c21 by Emmanuel Bourg at 2021-09-26T23:29:01+02:00
Upload to unstable

- - - - -


30 changed files:

- + .asf.yaml
- .gitignore
- + README.md
- − README.txt
- debian/changelog
- − debian/clean
- − debian/compat
- debian/control
- − debian/libmaven-scm-java-doc.doc-base.api
- − debian/libmaven-scm-java-doc.install
- debian/libmaven-scm-java.poms
- debian/patches/01-plexus-container-compatibility.patch
- maven-scm-api/pom.xml
- maven-scm-api/src/main/java/org/apache/maven/scm/CommandParameters.java
- maven-scm-api/src/main/java/org/apache/maven/scm/ScmFileSet.java
- maven-scm-api/src/main/java/org/apache/maven/scm/provider/ScmProvider.java
- maven-scm-api/src/test/java/org/apache/maven/scm/ChangeFileTest.java
- maven-scm-api/src/test/java/org/apache/maven/scm/ChangeSetTest.java
- maven-scm-client/pom.xml
- 
maven-scm-client/src/main/java/org/apache/maven/scm/client/cli/MavenScmCli.java
- maven-scm-managers/maven-scm-manager-plexus/pom.xml
- maven-scm-managers/pom.xml
- maven-scm-plugin/pom.xml
- 
maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/AbstractScmMojo.java
- maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/AddMojo.java
- maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/BranchMojo.java
- maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/ChangeLogMojo.java
- maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/CheckinMojo.java
- maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/DiffMojo.java
- maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/EditMojo.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/maven-scm/-/compare/2763af880c862173f35b8badf296f00321bc888c...ff7f9c210a12936808c01cb7451690388765a206

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/maven-scm/-/compare/2763af880c862173f35b8badf296f00321bc888c...ff7f9c210a12936808c01cb7451690388765a206
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-scm][upstream] New upstream version 1.12.0

2021-09-26 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch upstream at Debian Java Maintainers / maven-scm


Commits:
15469cde by Emmanuel Bourg at 2021-09-26T23:05:37+02:00
New upstream version 1.12.0
- - - - -


30 changed files:

- + .asf.yaml
- .gitignore
- + README.md
- − README.txt
- maven-scm-api/pom.xml
- maven-scm-api/src/main/java/org/apache/maven/scm/CommandParameters.java
- maven-scm-api/src/main/java/org/apache/maven/scm/ScmFileSet.java
- maven-scm-api/src/main/java/org/apache/maven/scm/provider/ScmProvider.java
- maven-scm-api/src/test/java/org/apache/maven/scm/ChangeFileTest.java
- maven-scm-api/src/test/java/org/apache/maven/scm/ChangeSetTest.java
- maven-scm-client/pom.xml
- 
maven-scm-client/src/main/java/org/apache/maven/scm/client/cli/MavenScmCli.java
- maven-scm-managers/maven-scm-manager-plexus/pom.xml
- maven-scm-managers/pom.xml
- maven-scm-plugin/pom.xml
- 
maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/AbstractScmMojo.java
- maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/AddMojo.java
- maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/BranchMojo.java
- maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/ChangeLogMojo.java
- maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/CheckinMojo.java
- maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/DiffMojo.java
- maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/EditMojo.java
- maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/ListMojo.java
- maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/RemoveMojo.java
- maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/StatusMojo.java
- maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/TagMojo.java
- maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/UnEditMojo.java
- maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/UntagMojo.java
- maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/UpdateMojo.java
- 
maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/UpdateSubprojectsMojo.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/maven-scm/-/commit/15469cde6e790bfb906891b253f894b95a17d41f

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/maven-scm/-/commit/15469cde6e790bfb906891b253f894b95a17d41f
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-scm][pristine-tar] pristine-tar data for maven-scm_1.12.0.orig.tar.xz

2021-09-26 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch pristine-tar at Debian Java Maintainers / 
maven-scm


Commits:
535e495a by Emmanuel Bourg at 2021-09-26T23:05:39+02:00
pristine-tar data for maven-scm_1.12.0.orig.tar.xz

- - - - -


2 changed files:

- + maven-scm_1.12.0.orig.tar.xz.delta
- + maven-scm_1.12.0.orig.tar.xz.id


Changes:

=
maven-scm_1.12.0.orig.tar.xz.delta
=
Binary files /dev/null and b/maven-scm_1.12.0.orig.tar.xz.delta differ


=
maven-scm_1.12.0.orig.tar.xz.id
=
@@ -0,0 +1 @@
+113fd5413793d89e1b50b62775acb1f4d52cc098



View it on GitLab: 
https://salsa.debian.org/java-team/maven-scm/-/commit/535e495a9b466ae9d9d8fea4e91088bcec04281d

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/maven-scm/-/commit/535e495a9b466ae9d9d8fea4e91088bcec04281d
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/snakeyaml][pristine-tar] pristine-tar data for snakeyaml_1.29.orig.tar.xz

2021-09-26 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch pristine-tar at Debian Java Maintainers / 
snakeyaml


Commits:
a2250f6f by Emmanuel Bourg at 2021-09-26T22:14:22+02:00
pristine-tar data for snakeyaml_1.29.orig.tar.xz

- - - - -


2 changed files:

- + snakeyaml_1.29.orig.tar.xz.delta
- + snakeyaml_1.29.orig.tar.xz.id


Changes:

=
snakeyaml_1.29.orig.tar.xz.delta
=
Binary files /dev/null and b/snakeyaml_1.29.orig.tar.xz.delta differ


=
snakeyaml_1.29.orig.tar.xz.id
=
@@ -0,0 +1 @@
+b93089c7fd79bc4d58c063b5c030f0297edfe73c



View it on GitLab: 
https://salsa.debian.org/java-team/snakeyaml/-/commit/a2250f6fb0cedf24e8413fcecf6ead2a6d1091ac

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/snakeyaml/-/commit/a2250f6fb0cedf24e8413fcecf6ead2a6d1091ac
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/xz-java][pristine-tar] pristine-tar data for xz-java_1.9.orig.tar.xz

2021-09-26 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed to branch pristine-tar at Debian Java Maintainers / 
xz-java


Commits:
8eb45434 by Emmanuel Bourg at 2021-09-26T21:18:15+02:00
pristine-tar data for xz-java_1.9.orig.tar.xz

- - - - -


2 changed files:

- + xz-java_1.9.orig.tar.xz.delta
- + xz-java_1.9.orig.tar.xz.id


Changes:

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


=
xz-java_1.9.orig.tar.xz.id
=
@@ -0,0 +1 @@
+768fa7e9444964b8148e3e2405edc7cc6bb5390c



View it on GitLab: 
https://salsa.debian.org/java-team/xz-java/-/commit/8eb45434c0f609b6ad8e4d37c60383d3583eb3c5

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/xz-java/-/commit/8eb45434c0f609b6ad8e4d37c60383d3583eb3c5
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/xz-java][master] 5 commits: Standards-Version updated to 4.6.0.1

2021-09-26 Thread Emmanuel Bourg (@ebourg)


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


Commits:
ef7082a3 by Emmanuel Bourg at 2021-09-26T21:17:38+02:00
Standards-Version updated to 4.6.0.1

- - - - -
ab4539c9 by Emmanuel Bourg at 2021-09-26T21:18:15+02:00
New upstream version 1.9
- - - - -
1c71c22e by Emmanuel Bourg at 2021-09-26T22:02:29+02:00
Removed the -java-doc package

- - - - -
398ea4b9 by Emmanuel Bourg at 2021-09-26T22:02:38+02:00
Merge tag upstream/1.9

Upstream version 1.9

- - - - -
e5094c56 by Emmanuel Bourg at 2021-09-26T22:06:43+02:00
New upstream release (1.9)

- - - - -


30 changed files:

- COPYING
- NEWS
- README
- build.properties
- build.xml
- debian/changelog
- − debian/clean
- debian/control
- − debian/libxz-java-doc.javadoc
- − debian/patches/01-reproducible-javadoc.patch
- − debian/patches/02-java10-compatibility.patch
- + debian/patches/03-disable-javadoc.patch
- debian/patches/series
- debian/rules
- fileset-misc.txt
- + fileset-src9.txt
- maven/pom_template.xml
- src/org/tukaani/xz/BlockInputStream.java
- src/org/tukaani/xz/CloseIgnoringInputStream.java
- src/org/tukaani/xz/LZMA2InputStream.java
- src/org/tukaani/xz/LZMA2OutputStream.java
- src/org/tukaani/xz/LZMAInputStream.java
- src/org/tukaani/xz/SeekableXZInputStream.java
- src/org/tukaani/xz/SingleXZInputStream.java
- src/org/tukaani/xz/XZInputStream.java
- src/org/tukaani/xz/XZOutputStream.java
- src/org/tukaani/xz/check/CRC64.java
- src/org/tukaani/xz/lz/Hash234.java
- src/org/tukaani/xz/lz/LZDecoder.java
- src/org/tukaani/xz/package-info.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/xz-java/-/compare/cbce07522d7c9c59a6ebeb7730edfabc1e10eba9...e5094c56ff9b6d2e0c579687bde1d4e5616947cc

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/xz-java/-/compare/cbce07522d7c9c59a6ebeb7730edfabc1e10eba9...e5094c56ff9b6d2e0c579687bde1d4e5616947cc
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/libgoogle-gson-java] Pushed new tag upstream/2.8.8

2021-09-19 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed new tag upstream/2.8.8 at Debian Java Maintainers / 
libgoogle-gson-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libgoogle-gson-java/-/tree/upstream/2.8.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/libgoogle-gson-java] Pushed new tag upstream/2.8.7

2021-09-19 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed new tag upstream/2.8.7 at Debian Java Maintainers / 
libgoogle-gson-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libgoogle-gson-java/-/tree/upstream/2.8.7
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/libgoogle-gson-java] Pushed new tag debian/2.8.8-1

2021-09-19 Thread Emmanuel Bourg (@ebourg)


Emmanuel Bourg pushed new tag debian/2.8.8-1 at Debian Java Maintainers / 
libgoogle-gson-java

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


  1   2   3   4   5   6   7   8   9   10   >