This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository xml-maven-plugin.
commit 6c9fa0ec9b50c4e9589054da0746ed4128d00e73 Author: Emmanuel Bourg <[email protected]> Date: Mon Jul 31 16:58:02 2017 +0200 Wrap and sort --- debian/control | 22 +++++++++++++++++----- debian/copyright | 2 -- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/debian/control b/debian/control index ce3ea78..ec47ea8 100644 --- a/debian/control +++ b/debian/control @@ -3,10 +3,22 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Eugene Zhukov <[email protected]> -Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5) -Build-Depends-Indep: libmaven-invoker-plugin-java, libjaxp1.3-java, libmaven2-core-java, libplexus-io-java, - libplexus-resources-java, libplexus-utils-java, libxerces2-java, libxml-commons-resolver1.1-java (>= 1.2), - libmaven-plugin-testing-java, libsaxonhe-java, libxalan2-java, libmaven-plugin-tools-java +Build-Depends: + debhelper (>= 9), + default-jdk, + libjaxp1.3-java, + libmaven-invoker-plugin-java, + libmaven-plugin-testing-java, + libmaven-plugin-tools-java, + libmaven2-core-java, + libplexus-io-java, + libplexus-resources-java, + libplexus-utils-java, + libsaxonhe-java, + libxalan2-java, + libxerces2-java, + libxml-commons-resolver1.1-java (>= 1.2), + maven-debian-helper (>= 1.5) Standards-Version: 3.9.6 Vcs-Git: https://anonscm.debian.org/git/pkg-java/xml-maven-plugin.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/xml-maven-plugin.git @@ -14,7 +26,7 @@ Homepage: https://github.com/mojohaus/xml-maven-plugin/ Package: libxml-maven-plugin-java Architecture: all -Depends: ${misc:Depends}, ${maven:Depends} +Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Description: Maven XML Plugin A plugin for various XML related tasks like validation, transformation, diff --git a/debian/copyright b/debian/copyright index 808ebde..2b7cc7c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -13,5 +13,3 @@ License: Apache-2.0 License: Apache-2.0 On Debian systems, the full text of the Apache-2.0 license can be found in the file '/usr/share/common-licenses/Apache-2.0' - - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/xml-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

