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 4c6efcd03cb6f1ad01453e86fb284bd1ae7e6c5e Author: Torsten Werner <[email protected]> Date: Thu Dec 11 14:45:25 2008 +0000 final fixes --- debian/changelog | 2 +- debian/control | 8 ++++++-- debian/copyright | 38 +++++++++++++++++++++++++++++++++++--- 3 files changed, 42 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index a730325..0d21dea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ plexus-cdc (1.0~alpha14-1) unstable; urgency=low - * Initial release. (Closes: #xxxxxx) + * Initial release. (Closes: #508465) -- Torsten Werner <[email protected]> Tue, 09 Dec 2008 20:13:45 +0100 diff --git a/debian/control b/debian/control index 48487c1..158673f 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,10 @@ Section: libs Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Torsten Werner <[email protected]> -Build-Depends: ant, debhelper (>= 5), cdbs, default-jdk, quilt +Build-Depends: ant, debhelper (>= 5), cdbs, openjdk-6-jdk, quilt, maven2, + libmaven-clean-plugin-java, libmaven-resources-plugin-java, + libmaven-compiler-plugin-java, libmaven-jar-plugin-java, libmaven-filtering-java, + libslf4j-java, libjdom1-java Standards-Version: 3.8.0 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-cdc Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-cdc/ @@ -11,7 +14,8 @@ Homepage: http://plexus.codehaus.org/guides/quick-start/component-descriptor-cre Package: libplexus-cdc-java Architecture: all -Depends: ${misc:Depends}, default-java | java2-runtime +Depends: ${misc:Depends}, default-java | java2-runtime, libslf4j-java, + libjdom1-java 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 88d7251..2937ff0 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,9 +4,7 @@ Sat Nov 29 17:33:45 CET 2008 plexus-io was downloaded from http://plexus.codehaus.org -FIXME - -Copyright: 2007-2008 The Codehaus Foundation +Copyright: 2006-2008 The Codehaus Foundation License: @@ -25,3 +23,37 @@ License: The full text of the license can be found in '/usr/share/common-licenses/Apache-2.0'. +---------- + +Files: + + src/main/java/org/codehaus/plexus/cdc/*.java + src/main/java/org/codehaus/plexus/cdc/gleaner/ComponentGleanerException.java + src/main/java/org/codehaus/plexus/cdc/gleaner/QDoxComponentGleaner.java + src/main/java/org/codehaus/plexus/cdc/merge/* + test/java/org/codehaus/plexus/cdc/merge/ComponentsXmlMergerTest.java + +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 + 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. + -- 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

