[activemq] 04/07: migrate from commons-httpclient -> httpclient

Emmanuel Bourg ebourg at apache.org
Mon Oct 26 21:47:37 UTC 2015


Hi Tony,

Le 26/10/2015 05:31, Tony Mancill a écrit :

> diff --git a/debian/control b/debian/control
> index 84d6bde..f788c80 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -17,7 +17,7
>                       libcommons-daemon-java,
> -                     libcommons-httpclient-java,
> +                     libhttpclient-java,
>                       libcommons-io-java,
> diff --git a/debian/maven.rules b/debian/maven.rules
> index 9a398e5..4e17369 100644
> --- a/debian/maven.rules
> +++ b/debian/maven.rules
> @@ -26,7 +26,7
>  # Dependencies
>  org.apache.activemq.protobuf activemq-protobuf * s/.*/1.1/ * *
>  commons-collections commons-collections jar s/3\..*/3.x/ * *
> -commons-httpclient commons-httpclient jar s/3\..*/3.x/ * *
> +commons-httpclient httpclient jar s/3\..*/debian/ * *


I haven't looked into the details but I don't think this is sufficient
to transition to httpclient. The Java classes and package names are not
the same, so a transition should imply code changes too. If it still
builds it probably means commons-httpclient is still in the dependency
graph at a deeper level, but activemq will FTBFS later when that other
package referencing commons-httpclient will transition to httpclient.

Emmanuel Bourg




More information about the pkg-java-maintainers mailing list