Author: varun Date: 2009-08-27 04:19:15 +0000 (Thu, 27 Aug 2009) New Revision: 10199
Modified: trunk/groovy/debian/changelog trunk/groovy/debian/control trunk/groovy/debian/copyright Log: * Fix debian/copyright file (Closes: #543565) * Bump Standards-Version to 3.8.3 Modified: trunk/groovy/debian/changelog =================================================================== --- trunk/groovy/debian/changelog 2009-08-25 21:27:41 UTC (rev 10198) +++ trunk/groovy/debian/changelog 2009-08-27 04:19:15 UTC (rev 10199) @@ -1,3 +1,10 @@ +groovy (1.6.4-4) unstable; urgency=low + + * Fix debian/copyright file (Closes: #543565) + * Bump Standards-Version to 3.8.3 + + -- Varun Hiremath <[email protected]> Thu, 27 Aug 2009 00:16:58 -0400 + groovy (1.6.4-3) unstable; urgency=low * Patch startGroovy to use Debian paths (Closes: #540688) Modified: trunk/groovy/debian/control =================================================================== --- trunk/groovy/debian/control 2009-08-25 21:27:41 UTC (rev 10198) +++ trunk/groovy/debian/control 2009-08-27 04:19:15 UTC (rev 10199) @@ -9,7 +9,7 @@ (>= 1.0.3), junit4, libmockobjects-java (>= 0.09), libregexp-java (>= 1.2), libservlet2.4-java, libxstream-java, libjline-java, antlr, tofrodos, ivy, bnd, libqdox-java, libjarjar-java -Standards-Version: 3.8.2 +Standards-Version: 3.8.3 Homepage: http://groovy.codehaus.org/ Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/groovy/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/groovy/ Modified: trunk/groovy/debian/copyright =================================================================== --- trunk/groovy/debian/copyright 2009-08-25 21:27:41 UTC (rev 10198) +++ trunk/groovy/debian/copyright 2009-08-27 04:19:15 UTC (rev 10199) @@ -1,56 +1,25 @@ -This package was debianized by Marcus Crafter <[email protected]> on -Sat, 18 Dec 2004 22:45:06 +0100. +Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=19 +Name: jhlabs-filters +Maintainer: Marcus Crafter <[email protected]> +Source: http://groovy.codehaus.org/ +X-Upstream-Authors: Groovy Development Team, [email protected] -It was downloaded from http://groovy.codehaus.org/ +Files: * +Copyright: © 2003-2007 the original author or authors +License: Apache-2.0 + On Debian systems the full text of the Apache-2.0 license can be found in + the /usr/share/common-licenses/Apache-2.0 file. -Copyright: +Files: src/main/org/codehaus/groovy/jsr223/* +Copyright: © 2006 Sun Microsystems, Inc. +License: BSD + On Debian systems the full text of the BSD license can be found in + the /usr/share/common-licenses/BSD file. -Upstream Authors: Groovy Development Team, [email protected] - -License: - -/* - $Id: LICENSE.txt,v 1.2 2003/09/26 17:36:36 jstrachan Exp $ - - Copyright 2003 (C) James Strachan and Bob Mcwhirter. All Rights Reserved. - - Redistribution and use of this software and associated documentation - ("Software"), with or without modification, are permitted provided - that the following conditions are met: - - 1. Redistributions of source code must retain copyright - statements and notices. Redistributions must also contain a - copy of this document. - - 2. Redistributions in binary form must reproduce the - above copyright notice, this list of conditions and the - following disclaimer in the documentation and/or other - materials provided with the distribution. - - 3. The name "groovy" must not be used to endorse or promote - products derived from this Software without prior written - permission of The Codehaus. For written permission, - please contact [email protected]. - - 4. Products derived from this Software may not be called "groovy" - nor may "groovy" appear in their names without prior written - permission of The Codehaus. "groovy" is a registered - trademark of The Codehaus. - - 5. Due credit should be given to The Codehaus - - http://groovy.codehaus.org/ - - THIS SOFTWARE IS PROVIDED BY THE CODEHAUS AND CONTRIBUTORS - ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT - NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND - FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL - THE CODEHAUS OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, - INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES - (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, - STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED - OF THE POSSIBILITY OF SUCH DAMAGE. - - */ +Files: debian/* +Copyright: © 2009 Varun Hiremath <[email protected]> + © 2009 Torsten Werner <[email protected]> + © 2009 Ludovic Claude <[email protected]> +License: GPL-2 + On Debian systems the full text of the GPL Version 2 license can be + found in the /usr/share/common-licenses/GPL-2 file. _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

