This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-resources.
commit 7d84e75020c375ecb757b13a2c8e4eead339d06f Author: Eugene Zhukov <[email protected]> Date: Tue Jun 4 18:34:24 2013 +0000 added maven-antrun-plugin dependency to d/control, license changed to Apache 2.0 --- debian/control | 2 +- debian/copyright | 19 +------------------ 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/debian/control b/debian/control index 65c92bf..04fc1da 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Eugene Zhukov <[email protected]> Build-Depends: debhelper (>= 8), cdbs, default-jdk, maven-debian-helper (>= 1.6.1) -Build-Depends-Indep: libplexus-containers1.5-java (>= 1.5.5), libplexus-utils-java +Build-Depends-Indep: libplexus-containers1.5-java (>= 1.5.5), libplexus-utils-java, libmaven-antrun-plugin-java (>= 1.6) Standards-Version: 3.9.4 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-resources Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-resources diff --git a/debian/copyright b/debian/copyright index a195e06..2d82663 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,24 +4,7 @@ Source: http://plexus.codehaus.org/plexus-components/plexus-resources/ Files: * Copyright: 2013, The Codehouse -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 - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - 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. +License: Apache-2.0 Files: debian/* Copyright: 2013, Eugene Zhukov <[email protected]> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-resources.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

