This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository httpcomponents-client.
commit 3cadee4573faadb3d1b6da328d3e525924733735 Author: Emmanuel Bourg <[email protected]> Date: Mon Jun 19 16:24:44 2017 +0200 Wrap and sort --- debian/control | 48 ++++++++++++++++++++++++++---------------------- debian/copyright | 3 +-- 2 files changed, 27 insertions(+), 24 deletions(-) diff --git a/debian/control b/debian/control index e6d55b4..3ed90ff 100644 --- a/debian/control +++ b/debian/control @@ -2,23 +2,26 @@ Source: httpcomponents-client Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Miguel Landaeta <[email protected]>, - Jakub Adam <[email protected]>, - Damien Raude-Morvan <[email protected]>, - Emmanuel Bourg <[email protected]> -Build-Depends: cdbs, - debhelper (>= 9), - default-jdk, - javahelper, - maven-debian-helper -Build-Depends-Indep: junit, - libbuild-helper-maven-plugin-java (>= 1.8), - libcommons-codec-java, - libhttpcore-java (>= 4.4.1~), - libmaven-antrun-plugin-java, - libmaven-bundle-plugin-java, - libmaven-javadoc-plugin-java, - libmockito-java +Uploaders: + Miguel Landaeta <[email protected]>, + Jakub Adam <[email protected]>, + Damien Raude-Morvan <[email protected]>, + Emmanuel Bourg <[email protected]> +Build-Depends: + cdbs, + debhelper (>= 9), + default-jdk, + javahelper, + maven-debian-helper +Build-Depends-Indep: + junit, + libbuild-helper-maven-plugin-java (>= 1.8), + libcommons-codec-java, + libhttpcore-java (>= 4.4.1~), + libmaven-antrun-plugin-java, + libmaven-bundle-plugin-java, + libmaven-javadoc-plugin-java, + libmockito-java Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/httpcomponents-client.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/httpcomponents-client.git @@ -26,10 +29,11 @@ Homepage: http://hc.apache.org/httpcomponents-client-ga/index.html Package: libhttpclient-java Architecture: all -Depends: libcommons-codec-java, - libcommons-logging-java, - libhttpcore-java (>= 4.4.1~), - ${misc:Depends} +Depends: + libcommons-codec-java, + libcommons-logging-java, + libhttpcore-java (>= 4.4.1~), + ${misc:Depends} Description: HTTP/1.1 compliant HTTP agent implementation HttpClient is a HTTP/1.1 compliant HTTP agent implementation based on HttpCore. It also provides reusable components for client-side @@ -42,7 +46,7 @@ Description: HTTP/1.1 compliant HTTP agent implementation Package: libhttpmime-java Architecture: all Depends: libhttpclient-java (= ${source:Version}), - ${misc:Depends} + ${misc:Depends} Description: HTTP/1.1 compliant HTTP agent implementation - MIME extension HttpClient is a HTTP/1.1 compliant HTTP agent implementation based on HttpCore. It also provides reusable components for client-side diff --git a/debian/copyright b/debian/copyright index 1d265d7..87b343a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -68,7 +68,7 @@ License: MPL-2.0 means any form of the work other than Source Code Form. . 1.7. "Larger Work" - means a work that combines Covered Software with other material, in + means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software. . 1.8. "License" @@ -404,4 +404,3 @@ License: MPL-2.0 . This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/httpcomponents-client.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

