This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-cdc.
commit 954a611398bf3ebf015d53c9b1dcde4176928156 Author: Emmanuel Bourg <[email protected]> Date: Wed Aug 30 11:04:16 2017 +0200 Wrap and sort --- debian/control | 30 +++++++++++++++++++++++------- debian/copyright | 11 +++++------ 2 files changed, 28 insertions(+), 13 deletions(-) diff --git a/debian/control b/debian/control index 5c0a7a9..898ca64 100644 --- a/debian/control +++ b/debian/control @@ -2,11 +2,22 @@ Source: plexus-cdc Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Torsten Werner <[email protected]>, Damien Raude-Morvan <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, default-jdk -Build-Depends-Indep: maven-repo-helper, maven-ant-helper (>> 4), ant, ant-optional, - libplexus-containers-java, libplexus-utils-java, - libslf4j-java, libjdom1-java, libqdox-java (>= 1.11) +Uploaders: + Torsten Werner <[email protected]>, + Damien Raude-Morvan <[email protected]> +Build-Depends: + ant, + ant-optional, + cdbs, + debhelper (>= 7), + default-jdk, + libjdom1-java, + libplexus-containers-java, + libplexus-utils-java, + libqdox-java (>= 1.11), + libslf4j-java, + maven-ant-helper (>> 4), + maven-repo-helper Standards-Version: 4.1.0 Vcs-Git: https://anonscm.debian.org/git/pkg-java/plexus-cdc.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/plexus-cdc.git @@ -14,8 +25,13 @@ Homepage: http://plexus.codehaus.org/guides/quick-start/component-descriptor-cre Package: libplexus-cdc-java Architecture: all -Depends: ${misc:Depends}, libplexus-containers-java, libplexus-utils-java, - libslf4j-java, libjdom1-java, libqdox-java (>= 1.11) +Depends: + libjdom1-java, + libplexus-containers-java, + libplexus-utils-java, + libqdox-java (>= 1.11), + libslf4j-java, + ${misc:Depends} Description: Plexus Component Descriptor Creator The Plexus project provides a full software stack for creating and executing software projects. Based on the Plexus container, the applications diff --git a/debian/copyright b/debian/copyright index 2937ff0..c73d113 100644 --- a/debian/copyright +++ b/debian/copyright @@ -11,9 +11,9 @@ License: Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -38,17 +38,17 @@ Copyright: 2006 The Codehaus Foundation License: The MIT License - + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE @@ -56,4 +56,3 @@ License: LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-cdc.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

