This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-i18n.
commit 314316dce19a7735167196ef366c704740062ec7 Author: Paul Cager <[email protected]> Date: Thu Jun 14 12:58:16 2007 +0000 Better package description (thanks, trygve). Corrected license format. Added two missing authors --- debian/control | 48 +++++++-------------------------------------- debian/copyright | 59 ++++++++++++++++++++++++++++---------------------------- 2 files changed, 37 insertions(+), 70 deletions(-) diff --git a/debian/control b/debian/control index 7d8aab2..0ee7b60 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,8 @@ Source: plexus-i18n 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,24 +12,9 @@ Architecture: all 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. - . - 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. +Description: a component to support internationalization of applications using Plexus + Plexus I18n is a set of Plexus-components supporting internationalization of + Plexus-based applications. . Homepage: http://plexus.codehaus.org/ @@ -43,23 +24,8 @@ Section: doc 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. - . - 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. + Plexus I18n is a set of Plexus-components supporting internationalization of + Plexus-based applications. . This package contains the API documentation for plexus-i18n. . diff --git a/debian/copyright b/debian/copyright index b2fd7b6..b635b32 100644 --- a/debian/copyright +++ b/debian/copyright @@ -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 @@ of the GNU General Public License version 2 can be found in 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 - - -COPYRIGHT NOTICES: - - Copyright (c) 2007, Codehaus.org - - 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. + The Apache Software Foundation + The Codehaus Foundation + Daniel Rall <[email protected]> or <[email protected]> + Jason van Zyl <[email protected]> + +Copyright: + + 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: + + 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-i18n.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

