Author: paulcager-guest Date: 2007-06-14 12:58:16 +0000 (Thu, 14 Jun 2007) New Revision: 3650
Modified: trunk/plexus-i18n/debian/control trunk/plexus-i18n/debian/copyright Log: Better package description (thanks, trygve). Corrected license format. Added two missing authors Modified: trunk/plexus-i18n/debian/control =================================================================== --- trunk/plexus-i18n/debian/control 2007-06-14 12:41:39 UTC (rev 3649) +++ trunk/plexus-i18n/debian/control 2007-06-14 12:58:16 UTC (rev 3650) @@ -2,12 +2,8 @@ Section: libs Priority: optional Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]> -Uploaders: Trygve Laugstol <[EMAIL PROTECTED]>, - Paul Cager <[EMAIL PROTECTED]> -Build-Depends-Indep: java-gcj-compat-dev (>=1.0.65), ant-optional, libxalan2-java, junit, - maven-ant-helper, - libplexus-container-default-java, - libplexus-utils-java +Uploaders: Trygve Laugstol <[EMAIL PROTECTED]>, Paul Cager <[EMAIL PROTECTED]> +Build-Depends-Indep: java-gcj-compat-dev (>=1.0.65), ant-optional, libxalan2-java, junit, maven-ant-helper, libplexus-container-default-java, libplexus-utils-java Build-Depends: ant, debhelper (>= 5), cdbs (>= 0.4.5.3) Standards-Version: 3.7.2 @@ -16,25 +12,10 @@ Section: libs Depends: libplexus-container-default-java, libplexus-utils-java Suggests: libplexus-i18n-java-doc -Description: internationalisation utilities for the Plexus framework - The Plexus project provides a full software stack for creating and executing - software projects. Based on the Plexus container, the applications can - utilise component-oriented programming to build modular, reusable components - that can easily be assembled and reused. +Description: a component to support internationalization of applications using Plexus + Plexus I18n is a set of Plexus-components supporting internationalization of + Plexus-based applications. . - While Plexus is similar to other inversion-of-control (IoC) or dependency - injection frameworks such as the Spring Framework, it is a full-fledged - container that supports many more features such as: - . - * Component lifecycles - * Component instantiation strategies - * Nested containers - * Component configuration - * Auto-wiring - * Component dependencies, and - * Various dependency injection techniques including constructor injection, - setter injection, and private field injection. - . Homepage: http://plexus.codehaus.org/ Package: libplexus-i18n-java-doc @@ -43,24 +24,9 @@ Depends: classpath-doc, libplexus-container-default-java-doc, libplexus-utils-java-doc Suggests: libplexus-i18n-java Description: API Documentation for plexus-i18n - The Plexus project provides a full software stack for creating and executing - software projects. Based on the Plexus container, the applications can - utilise component-oriented programming to build modular, reusable components - that can easily be assembled and reused. + Plexus I18n is a set of Plexus-components supporting internationalization of + Plexus-based applications. . - While Plexus is similar to other inversion-of-control (IoC) or dependency - injection frameworks such as the Spring Framework, it is a full-fledged - container that supports many more features such as: - . - * Component lifecycles - * Component instantiation strategies - * Nested containers - * Component configuration - * Auto-wiring - * Component dependencies, and - * Various dependency injection techniques including constructor injection, - setter injection, and private field injection. - . This package contains the API documentation for plexus-i18n. . Homepage: http://plexus.codehaus.org/ Modified: trunk/plexus-i18n/debian/copyright =================================================================== --- trunk/plexus-i18n/debian/copyright 2007-06-14 12:41:39 UTC (rev 3649) +++ trunk/plexus-i18n/debian/copyright 2007-06-14 12:58:16 UTC (rev 3650) @@ -1,6 +1,5 @@ -This package was debianized by - Trygve Laugstol <[EMAIL PROTECTED]> - Paul Cager <[EMAIL PROTECTED]> +This package was debianized by Trygve Laugstol <[EMAIL PROTECTED]> +on 07-June-2007. The Debian packaging is Copyright (c) 2007 Trygve Laugstol and is licensed under the GNU General Public License version 2. On Debian systems, the complete text @@ -9,31 +8,33 @@ plexus-i18n was downloaded from - http://svn.codehaus.org/plexus/tags/plexus-i18n-$(VERSION) + http://svn.codehaus.org/plexus/tags/plexus-i18n-$(VERSION) Upstream Authors: - The Apache Software Foundation - The Codehaus Foundation + The Apache Software Foundation + The Codehaus Foundation + Daniel Rall <[EMAIL PROTECTED]> or <[EMAIL PROTECTED]> + Jason van Zyl <[EMAIL PROTECTED]> +Copyright: -COPYRIGHT NOTICES: + Copyright (c) 2007, Codehaus.org - Copyright (c) 2007, Codehaus.org +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: - 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 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. + 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. _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

