[maven-resolver] 02/05: Removed the Maven rule for plexus-component-annotations

2017-11-10 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository maven-resolver.

commit 01b0423f2213492385fe74eec67d6f4f483e3942
Author: Emmanuel Bourg 
Date:   Fri Nov 10 14:45:07 2017 +0100

Removed the Maven rule for plexus-component-annotations
---
 debian/changelog   | 1 +
 debian/control | 1 +
 debian/maven.rules | 1 -
 3 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ae0b3fb..4b1a1eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ maven-resolver (1.1.0-2) UNRELEASED; urgency=medium
   * Team upload.
   * Removed the unused dependency on libasync-http-client-java
   * Depend on libplexus-classworlds-java instead of libplexus-classworlds2-java
+  * Removed the Maven rule for plexus-component-annotations
 
  -- Emmanuel Bourg   Mon, 25 Sep 2017 10:28:11 +0200
 
diff --git a/debian/control b/debian/control
index 33598f3..ab538d8 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Build-Depends:
  libmaven-bundle-plugin-java,
  libplexus-classworlds-java (>= 2.5.2),
  libplexus-component-metadata-java,
+ libplexus-component-annotations-java (>= 1.7.1-6~),
  libsisu-maven-plugin-java (>= 1.4),
  libsisu-plexus-java,
  libwagon2-java,
diff --git a/debian/maven.rules b/debian/maven.rules
index 4cd3c00..2e96b80 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -17,7 +17,6 @@
 #   junit junit jar s/3\\..*/3.x/
 
 org.apache.maven.wagon wagon-provider-api jar s/.*/2.x/ * *
-org.codehaus.plexus plexus-component-annotations jar s/.*/1.5.5/ * *
 org.codehaus.plexus plexus-component-metadata maven-plugin s/.*/1.5.5/ * *
 org.codehaus.plexus plexus-utils jar s/2\..*/2.x/ * *
 s/org.eclipse.sisu/org.sonatype.plugins/ sisu-maven-plugin * * * *

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/maven-resolver.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[maven-resolver] 03/05: Standards-Version updated to 4.1.1

2017-11-10 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository maven-resolver.

commit 0558bddb9ce26d7dff895aa26e91eac738de28fe
Author: Emmanuel Bourg 
Date:   Fri Nov 10 14:45:26 2017 +0100

Standards-Version updated to 4.1.1
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4b1a1eb..c85eef9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ maven-resolver (1.1.0-2) UNRELEASED; urgency=medium
   * Removed the unused dependency on libasync-http-client-java
   * Depend on libplexus-classworlds-java instead of libplexus-classworlds2-java
   * Removed the Maven rule for plexus-component-annotations
+  * Standards-Version updated to 4.1.1
 
  -- Emmanuel Bourg   Mon, 25 Sep 2017 10:28:11 +0200
 
diff --git a/debian/control b/debian/control
index ab538d8..77dde5c 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends:
  libsisu-plexus-java,
  libwagon2-java,
  maven-debian-helper (>= 1.4)
-Standards-Version: 3.9.8
+Standards-Version: 4.1.1
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-resolver.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/maven-resolver.git
 Homepage: https://maven.apache.org/resolver/index.html

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/maven-resolver.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[maven-resolver] branch master updated (291eff4 -> a4e54a9)

2017-11-10 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch master
in repository maven-resolver.

  from  291eff4   Removed the unused dependency on libasync-http-client-java
   new  4ea3732   Depend on libplexus-classworlds-java instead of 
libplexus-classworlds2-java
   new  01b0423   Removed the Maven rule for plexus-component-annotations
   new  0558bdd   Standards-Version updated to 4.1.1
   new  87b1f69   Depend on libwagon-provider-api-java instead of 
libwagon2-java
   new  a4e54a9   Upload to unstable

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog   | 8 ++--
 debian/control | 7 ---
 debian/maven.rules | 3 ---
 3 files changed, 10 insertions(+), 8 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/maven-resolver.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[maven-resolver] 01/05: Depend on libplexus-classworlds-java instead of libplexus-classworlds2-java

2017-11-10 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository maven-resolver.

commit 4ea37329931713da05d013f688c9cb15eb7467af
Author: Emmanuel Bourg 
Date:   Fri Nov 10 14:41:28 2017 +0100

Depend on libplexus-classworlds-java instead of libplexus-classworlds2-java
---
 debian/changelog   | 1 +
 debian/control | 2 +-
 debian/maven.rules | 1 -
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ba81267..ae0b3fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ maven-resolver (1.1.0-2) UNRELEASED; urgency=medium
 
   * Team upload.
   * Removed the unused dependency on libasync-http-client-java
+  * Depend on libplexus-classworlds-java instead of libplexus-classworlds2-java
 
  -- Emmanuel Bourg   Mon, 25 Sep 2017 10:28:11 +0200
 
diff --git a/debian/control b/debian/control
index 452c93c..33598f3 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
  libbuild-helper-maven-plugin-java,
  libguice-java,
  libmaven-bundle-plugin-java,
- libplexus-classworlds2-java,
+ libplexus-classworlds-java (>= 2.5.2),
  libplexus-component-metadata-java,
  libsisu-maven-plugin-java (>= 1.4),
  libsisu-plexus-java,
diff --git a/debian/maven.rules b/debian/maven.rules
index d4aa172..4cd3c00 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -17,7 +17,6 @@
 #   junit junit jar s/3\\..*/3.x/
 
 org.apache.maven.wagon wagon-provider-api jar s/.*/2.x/ * *
-org.codehaus.plexus plexus-classworlds jar s/2\..*/2.x/ * *
 org.codehaus.plexus plexus-component-annotations jar s/.*/1.5.5/ * *
 org.codehaus.plexus plexus-component-metadata maven-plugin s/.*/1.5.5/ * *
 org.codehaus.plexus plexus-utils jar s/2\..*/2.x/ * *

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/maven-resolver.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


Bug#881335: tycho: missing build dependency on libcommons-httpclient-java

2017-11-10 Thread Adrian Bunk
Source: tycho
Version: 0.25.0-3
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/tycho.html

...
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-assembly-plugin:3.1.0:single (default) on 
project tycho-bundles-external: Failed to create assembly: Error adding file to 
archive: /usr/share/java/commons-httpclient.jar -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn  -rf :tycho-bundles-external
dh_auto_build: /usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven/boot/plexus-classworlds-2.x.jar:/usr/lib/jvm/default-java/lib/tools.jar
 -Dmaven.home=/usr/share/maven 
-Dmaven.multiModuleProjectDirectory=/build/1st/tycho-0.25.0 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml -Ddebian.dir=/build/1st/tycho-0.25.0/debian 
-Dmaven.repo.local=/build/1st/tycho-0.25.0/debian/maven-repo --batch-mode 
package -Dmaven.test.skip=true -DskipTests -Dnotimestamp=true -Dlocale=en_US 
returned exit code 1
debian/rules:25: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 1


This was previously hidden by some other build dependency pulling
in libcommons-httpclient-java.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


maven-repository-builder_1.0-3_source.changes ACCEPTED into unstable

2017-11-10 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 10 Nov 2017 12:54:29 +0100
Source: maven-repository-builder
Binary: libmaven-repository-builder-java libmaven-repository-builder-java-doc
Architecture: source
Version: 1.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 libmaven-repository-builder-java - Maven Repository Builder
 libmaven-repository-builder-java-doc - Documentation for Maven Repository 
Builder
Changes:
 maven-repository-builder (1.0-3) unstable; urgency=medium
 .
   * Team upload.
   * Depend on libwagon-file-java and libwagon-http-java instead of 
libwagon-java
   * Standards-Version updated to 4.1.1
Checksums-Sha1:
 8e2f16a3be89b5309c93f795e040f7a8ba873414 2532 
maven-repository-builder_1.0-3.dsc
 f0daa3d7f056996e2ae55b071711d7a204697f5d 4056 
maven-repository-builder_1.0-3.debian.tar.xz
 81758dabb74a1577417a2e5ab96856b8976823cd 15318 
maven-repository-builder_1.0-3_source.buildinfo
Checksums-Sha256:
 02fe50724baa3caedfda12660e6f858db1c2680d699f5de3e5e2cbfd1104ed33 2532 
maven-repository-builder_1.0-3.dsc
 5e5d59cd56014f58d78ee0ae43b8995252a4c0875e417f7f76135e0941a7d743 4056 
maven-repository-builder_1.0-3.debian.tar.xz
 345899db123ddb5a5a54ee63b6a07638c8e6621902eb7f30d49f83c6c8c07a3d 15318 
maven-repository-builder_1.0-3_source.buildinfo
Files:
 dfdd798c1e91a276f75ac552f684affe 2532 java optional 
maven-repository-builder_1.0-3.dsc
 675c524e31fde4dcc75c7f5f93ef090e 4056 java optional 
maven-repository-builder_1.0-3.debian.tar.xz
 432dfa6bf62bb515fe837138c9b434e4 15318 java optional 
maven-repository-builder_1.0-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAloFk5MSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsX4kP/AoWyf5H7cIf9Rykj1Kd65hml8z4fsNz
BHdt3eT0xY0MlNIvGo7Q12SWbXYmvPCQFfUlZKvwJW1l61zZkPka4lv7SHsS5uF+
c4L2P8cts4RRBYqLjtCDsmUXgvKneqF12imAMUHnKuq4Uk7wAwYA+Le1YKH4vIIp
r7HWzvjrPPP445iU07a11c4JYZ1bRKzy9p7bu5AyoMoB6bP0IHyG9H/tOFWt5PLR
iIVNrWRQ2mebc94xEnrNpJ+rot3lvgsA6bAUx83qTMh7B3MSq/tiTC4DyPtWkTCV
cELZ58WDMlLl8ntm7d/mfQZtSsE0DGwvsfOKF4nJeI14stlGLg9N7mvgK6AClKXL
lSFCUoF3CIyHvD8qcJjtrz0nbBlrO+8tvwHLrXD3hgMP7V9s1kqNQr9tqbEnbY8r
cb09LMok4K4BRzITyuVJGnSLbJM3OVsfstOY/3JCCwR+gJUJ8w9bIPqCqw432Gsj
S2dvZ/Ngl0iYnlkmxSBF4lCFAPaeyITb4KiaN2ElkSzdFN3m9W4fEnyPJqQWcdKr
lLZ7BnMa+9dtvRMLAYuFpdduyLFAa4xTNJsrw8WUR0BWq7zlgYhx11nLOzUqeZ23
kR/VT7VU+obBuWphk9WWfZTscK25kXVXshjUg+nMS3duW9nd53PfBw+Wg5Qz60ju
maf1cJm6rKD7
=txzW
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of maven-repository-builder_1.0-3_source.changes

2017-11-10 Thread Debian FTP Masters
maven-repository-builder_1.0-3_source.changes uploaded successfully to localhost
along with the files:
  maven-repository-builder_1.0-3.dsc
  maven-repository-builder_1.0-3.debian.tar.xz
  maven-repository-builder_1.0-3_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


maven-shared-io_3.0.0-3_source.changes ACCEPTED into unstable

2017-11-10 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 10 Nov 2017 12:46:15 +0100
Source: maven-shared-io
Binary: libmaven-shared-io-java libmaven-shared-io-java-doc
Architecture: source
Version: 3.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 libmaven-shared-io-java - Maven API for I/O support
 libmaven-shared-io-java-doc - Documentation for Maven API for I/O support
Changes:
 maven-shared-io (3.0.0-3) unstable; urgency=medium
 .
   * Team upload.
   * Depend on libwagon-provider-api-java instead of libwagon-java
Checksums-Sha1:
 ff784d1a31e89dad7812e31790c6a3a4912174b5 2345 maven-shared-io_3.0.0-3.dsc
 4ae5d00d927d4f36974663dad60a3094e47037b8 4040 
maven-shared-io_3.0.0-3.debian.tar.xz
 7abe436d8fa5dacc3fc1ba1a54060e629a8040f5 15146 
maven-shared-io_3.0.0-3_source.buildinfo
Checksums-Sha256:
 1ff0d5a4241a03f4b711f63511b66d849cc543ed0dd8bd2db32ac330e1d4 2345 
maven-shared-io_3.0.0-3.dsc
 b1765c13081c6837d4c961e4295fd78e6b031f326e18eda36dfe695812317d4a 4040 
maven-shared-io_3.0.0-3.debian.tar.xz
 ce5fe5c2b7ca7b27ea0dfedd282128511fd3f3e3bac990978f4b1ddb9c82ce6a 15146 
maven-shared-io_3.0.0-3_source.buildinfo
Files:
 afe830264f3a912aad6208684201b8a2 2345 java optional maven-shared-io_3.0.0-3.dsc
 c4adad5f5ae589ed2a920dd59db8352d 4040 java optional 
maven-shared-io_3.0.0-3.debian.tar.xz
 64efdeac51d8b5482dceb747184243b5 15146 java optional 
maven-shared-io_3.0.0-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAloFkicSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsc6QP/0uiL+31JPEcqemzdmy7snxCjOPuQXNN
sM0pJgv8xmGJHyJi3LjCRfe27gIT8RAoF2bqz5Pb8ha+6j0Ysgtj83Phohr0vMbT
zy3ucLLyO3XDnuZppH2UmXjOxKg2y73jHAO0t+UgkbsWYNg0cp7+yM1o6r2AO9Fv
avLD5l8Qp5Hwrf9hsAkj9C9IO2kdVJ/2HOlAOCxAlSEC1s4yHNMPRq8bxJrzlfal
7pKG677NDQBKrTVh0INOzgXt3hFgmhQyTixLaiXXNWa+bDT81Hkior1a/pfvTnM0
WfXUwMZcpLBh5imWaaEtexEDyZeo43MEP0joyfMKMtiIIfZOBWTNArMusnF8IJdK
+rfQJsMpzWt7qkuU58EkBmbUf6czCfTuwL0bhnivXb0ekM/vcUtXqQEQu8sgi47+
3QJcjYIDZvBb/BZAFD1o8h60UP72litMOBi1DILkcRz9+M4VTddAXeB4sSwYwA6H
1rR0Rj3+X0gGKyHSRH5nnwRSbBTsItTbweaFq5yqo1BimcJAa9DL62/mFqfWo5uG
6EF8Kk2lrsPewepPTYxC3xtI4liPKSDxtzfs1rth70uW0fC9HM9gaTId4hV7Wo9K
bfaNSCfNDWKTSTQRtDORarL8U9dJYSPOKGKHbyPQm8hzeK7kRdRnB77rTublJ5H2
eAm6mK3U0diw
=EKO3
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of maven-shared-io_3.0.0-3_source.changes

2017-11-10 Thread Debian FTP Masters
maven-shared-io_3.0.0-3_source.changes uploaded successfully to localhost
along with the files:
  maven-shared-io_3.0.0-3.dsc
  maven-shared-io_3.0.0-3.debian.tar.xz
  maven-shared-io_3.0.0-3_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[maven-repository-builder] 02/03: Standards-Version updated to 4.1.1

2017-11-10 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository maven-repository-builder.

commit 55db0a2d7d7a5a561db169c6783bf3bc60eeb424
Author: Emmanuel Bourg 
Date:   Fri Nov 10 12:53:53 2017 +0100

Standards-Version updated to 4.1.1
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8e9ee26..16e27d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ maven-repository-builder (1.0-3) UNRELEASED; urgency=medium
 
   * Team upload.
   * Depend on libwagon-file-java and libwagon-http-java instead of 
libwagon-java
+  * Standards-Version updated to 4.1.1
 
  -- Emmanuel Bourg   Fri, 10 Nov 2017 12:50:29 +0100
 
diff --git a/debian/control b/debian/control
index b9957ca..b838a17 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends:
  libwagon-file-java,
  libwagon-http-java,
  maven-debian-helper (>= 2.2)
-Standards-Version: 4.0.0
+Standards-Version: 4.1.1
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-repository-builder.git
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-java/maven-repository-builder.git
 Homepage: http://maven.apache.org/shared/maven-repository-builder/

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/maven-repository-builder.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[maven-repository-builder] 03/03: Upload to unstable

2017-11-10 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository maven-repository-builder.

commit ba3a4a5bb46e445e4cabf8869d57bb68e1e8fade
Author: Emmanuel Bourg 
Date:   Fri Nov 10 12:54:35 2017 +0100

Upload to unstable
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 16e27d3..25057ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-maven-repository-builder (1.0-3) UNRELEASED; urgency=medium
+maven-repository-builder (1.0-3) unstable; urgency=medium
 
   * Team upload.
   * Depend on libwagon-file-java and libwagon-http-java instead of 
libwagon-java
   * Standards-Version updated to 4.1.1
 
- -- Emmanuel Bourg   Fri, 10 Nov 2017 12:50:29 +0100
+ -- Emmanuel Bourg   Fri, 10 Nov 2017 12:54:29 +0100
 
 maven-repository-builder (1.0-2) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/maven-repository-builder.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[maven-repository-builder] 01/03: Depend on libwagon-file-java and libwagon-http-java instead of libwagon-java

2017-11-10 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository maven-repository-builder.

commit 87f48eb0e7ef0250b7a5507bfb0a6fe0d12c0fd6
Author: Emmanuel Bourg 
Date:   Fri Nov 10 12:53:45 2017 +0100

Depend on libwagon-file-java and libwagon-http-java instead of libwagon-java
---
 debian/changelog | 7 +++
 debian/control   | 3 ++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 347f6e6..8e9ee26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+maven-repository-builder (1.0-3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Depend on libwagon-file-java and libwagon-http-java instead of 
libwagon-java
+
+ -- Emmanuel Bourg   Fri, 10 Nov 2017 12:50:29 +0100
+
 maven-repository-builder (1.0-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 3536be2..b9957ca 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,8 @@ Build-Depends:
  libmaven-plugin-testing-java,
  libmaven3-core-java,
  libplexus-component-metadata-java,
- libwagon-java,
+ libwagon-file-java,
+ libwagon-http-java,
  maven-debian-helper (>= 2.2)
 Standards-Version: 4.0.0
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-repository-builder.git

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/maven-repository-builder.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[maven-repository-builder] branch master updated (1d2721f -> ba3a4a5)

2017-11-10 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch master
in repository maven-repository-builder.

  from  1d2721f   Depend on libmaven3-core-java instead of 
libmaven2-core-java
   new  87f48eb   Depend on libwagon-file-java and libwagon-http-java 
instead of libwagon-java
   new  55db0a2   Standards-Version updated to 4.1.1
   new  ba3a4a5   Upload to unstable

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 8 
 debian/control   | 5 +++--
 2 files changed, 11 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/maven-repository-builder.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[maven-shared-io] branch master updated (342c87b -> 1b0b8ac)

2017-11-10 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch master
in repository maven-shared-io.

  from  342c87b   Upload to unstable
   new  1b0b8ac   Depend on libwagon-provider-api-java instead of 
libwagon-java

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 7 +++
 debian/control   | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/maven-shared-io.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[maven-shared-io] 01/01: Depend on libwagon-provider-api-java instead of libwagon-java

2017-11-10 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository maven-shared-io.

commit 1b0b8acf8d7ef7fecff7fdfe5f25cc407cb5b887
Author: Emmanuel Bourg 
Date:   Fri Nov 10 12:46:30 2017 +0100

Depend on libwagon-provider-api-java instead of libwagon-java
---
 debian/changelog | 7 +++
 debian/control   | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d152077..293d281 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+maven-shared-io (3.0.0-3) unstable; urgency=medium
+
+  * Team upload.
+  * Depend on libwagon-provider-api-java instead of libwagon-java
+
+ -- Emmanuel Bourg   Fri, 10 Nov 2017 12:46:15 +0100
+
 maven-shared-io (3.0.0-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index b48700f..5c6fc93 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends:
  libmaven3-core-java,
  libplexus-utils-java,
  libplexus-utils-java-doc,
- libwagon-java (>= 2.10),
+ libwagon-provider-api-java,
  maven-debian-helper (>= 2.2)
 Standards-Version: 4.1.1
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-shared-io.git

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/maven-shared-io.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[maven-shared-io] annotated tag debian/3.0.0-2 created (now f43604d)

2017-11-10 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to annotated tag debian/3.0.0-2
in repository maven-shared-io.

at  f43604d   (tag)
   tagging  342c87bc035694d510068ba714d6265ea7eac377 (commit)
  replaces  debian/3.0.0-1
 tagged by  Emmanuel Bourg
on  Fri Nov 10 12:26:19 2017 +0100

- Log -
maven-shared-io Debian release 3.0.0-2
-BEGIN PGP SIGNATURE-

iQJGBAABCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAloFjNsSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsUZQP/1LmgwrsfImS1tZxNCgCDCUV/Z9fHYvM
Y9kYY8voVUWF1aOIgmzD2O1L9lc6Sppttvx6mfiB812LWxx1/i7Uaj5Ur4TzDNpT
g6FD/vsD0ICQnhvHU/OV2LSAU9pZxuLqDFwXqYvY64xS7n+bORxz98MUqsH5qGWi
G/6U4TYiCGQIAVrSoLRv6iQTm2T2SFMxi4wgoNqMOXI7PrKgwHaaSgr+EYkNZw5o
6VTblCyHwT2y/WOoBuYjSORutOGWe0fOpvi44kbTZ99FkW3v+ltOuCL6Ggy1ZFwE
ILVvPwWX6oopp3jOHCO1ZZRCBLSCn5NUDpehD6qBnohpPI2+zJAq2dY5ySGN8j+g
SSVtMRgbog1UWug7ke87qfJ2wf1AEVMuYS0ib1naFELSaCQA5/QiebPRebPUa6j2
cl4GrAyKq2PH8thzxo3YbpnIDdPXvMqxiv20u7P3RAn5QdVYzYXNosGks2/EH914
RHveu8v6oW90SLlmqi+p7COdDnMVEPMPiSHzYdO//fciXt7oS7bdcA12Fxleq7/y
zqqFa7BlZBK/8beAU5/rWcynt13puC4kfMTCrqdmkK3kAg/XOhSRQcwcmk9DFuYZ
lzxx7zCfnGPOEMHjCOmO6zMuT2I766oqdhaOR+Ddl2f0r7N/R8n8aaVKTFQNXagb
M0P2BVzxm4Gj
=KILJ
-END PGP SIGNATURE-

Emmanuel Bourg (3):
  Standards-Version updated to 4.1.1
  Depend on libwagon-java (>= 2.10) instead of libwagon2-java
  Upload to unstable

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/maven-shared-io.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[wagon] annotated tag debian/3.0.0-2 created (now d68b2a7)

2017-11-10 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to annotated tag debian/3.0.0-2
in repository wagon.

at  d68b2a7   (tag)
   tagging  fc5fbe1b5c448f91bc8b7b3c919a5dfac56a88fa (commit)
  replaces  debian/3.0.0-1
 tagged by  Emmanuel Bourg
on  Fri Nov 10 12:06:26 2017 +0100

- Log -
wagon Debian release 3.0.0-2
-BEGIN PGP SIGNATURE-

iQJGBAABCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAloFiDISHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsS80QALBn4LSJ+T6ce4Mo1mo1F1+BtaA+08pU
Hh3XW0rUSS9xajLcFtwLFkwfkJ/wRX9gJKz2M+lJufOWy0O7b3RFK47T/Rhr4dvT
s3YHgjOegkVXZYfVkNbXwH0aZfjuir9NKBMRrDNC3snEXI4iWbI1l2oxG6p8Ts7m
r4TxpH7AUOCCT56pTLfFIKKh2XzfCjOY2BGxWVrRNhVOdd7gVFyx7TuFONo3YgP1
bcL01R5+IiG1AcvnWrSTD4faBNAPzEYH9Gfg7xZj5iwsazosb0CAmll/UvyyH6EO
2lse1164xRs2d+IWiU1NCPJgKYqhpPMYAh+Xbtmk2Hm/uaxSLXgfmZPd09614c+Z
mUUh3oWyD1rLXt91qjGFA9mRkKtTMqQKwzE13lg9OOmyaWzCZ8wCEkd5ZZqIpd5K
+TnvWz+rWGxJP+dHRuBmcpAoWvbCdYPsSWgKWG8o42n/uzuu4ZjGX/tr3sYY4EaG
CbnyBbS8/qtDFAUCDYL7rnP0+yuSBAgRQaoAuqp80Ov1SvWx0X3rdsSbuKWMGclp
29toYx8lHS8ApWMDngyvDGPhePFyGWwN5VVvDQpqJ0K5OPNmtODPzH6VYNMCmSXm
vkGtXXzRruNacI3WDhaM1hFJfiIAz/5VzQbYe63/o/vrKPWbLNJed+UVHgSYPsqF
CI+DOiDYTdUb
=GamC
-END PGP SIGNATURE-

Emmanuel Bourg (6):
  Split libwagon-java into smaller packages
  Build again the wagon-ssh-* modules
  Added the Built-Using field to libwagon-http-shaded-java
  Removed the unused build dependencies: libjaxen-java, 
libcommons-logging-java, libplexus-maven-plugin-java and 
libmaven-install-plugin-java
  Added an explicit dependency on libplexus-classworlds-java (used by 
wagon-tck-http)
  Upload to unstable

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/wagon.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


<    1   2