This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository xmlbeans-maven-plugin.
commit 095e9a536212df48f2bc8baa19e9da52ba94ab0f Author: Emmanuel Bourg <[email protected]> Date: Sun Jul 30 23:45:36 2017 +0200 Wrap and sort --- debian/control | 18 +++++++++++------- debian/copyright | 2 -- debian/libxmlbeans-maven-plugin-java-doc.install | 1 - 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/debian/control b/debian/control index 47107ec..2e743f3 100644 --- a/debian/control +++ b/debian/control @@ -3,18 +3,23 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Damien Raude-Morvan <[email protected]> -Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.2) -Build-Depends-Indep: libmaven2-core-java, libplexus-utils-java, - libxml-commons-resolver1.1-java, libxmlbeans-java (>= 2.5.0-4), - libmaven-plugin-tools-java +Build-Depends: + debhelper (>= 10), + default-jdk, + libmaven-plugin-tools-java, + libmaven2-core-java, + libplexus-utils-java, + libxml-commons-resolver1.1-java, + libxmlbeans-java (>= 2.5.0-4), + maven-debian-helper (>= 2.2) Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/pkg-java/xmlbeans-maven-plugin.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/xmlbeans-maven-plugin.git -Homepage: http://mojo.codehaus.org/xmlbeans-maven-plugin/ +Homepage: http://mojo.codehaus.org/xmlbeans-maven-plugin/ Package: libxmlbeans-maven-plugin-java Architecture: all -Depends: ${misc:Depends}, ${maven:Depends} +Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Description: Maven XMLBeans Plugin A Maven 2 plugin which parses xsd files and produces a corresponding @@ -22,4 +27,3 @@ Description: Maven XMLBeans Plugin . The plugin produces two sets of output files referred to as generated sources and generated classes. - diff --git a/debian/copyright b/debian/copyright index 61aa3a4..1c26b32 100644 --- a/debian/copyright +++ b/debian/copyright @@ -26,5 +26,3 @@ License: Apache-2.0 License: Apache-2.0 On Debian GNU/Linux system you can find the complete text of the Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0' - - diff --git a/debian/libxmlbeans-maven-plugin-java-doc.install b/debian/libxmlbeans-maven-plugin-java-doc.install index d521b87..a56d954 100644 --- a/debian/libxmlbeans-maven-plugin-java-doc.install +++ b/debian/libxmlbeans-maven-plugin-java-doc.install @@ -1,2 +1 @@ target/apidocs/* usr/share/doc/libxmlbeans-maven-plugin-java/api - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/xmlbeans-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

