[plexus-interpolation] 03/14: some fixes

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Jul 8 22:38:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository plexus-interpolation.

commit 66a72ef4f08d365c98d45e0bc51469e4923ab1a4
Author: Torsten Werner <twerner at debian.org>
Date:   Sun Dec 7 20:51:30 2008 +0000

    some fixes
---
 debian/changelog |  3 ++-
 debian/control   |  6 +++--
 debian/copyright | 80 ++++++++++++++++++++++++++++++++++++++++++++------------
 3 files changed, 70 insertions(+), 19 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0772539..95f2a0b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 plexus-interpolation (1.7-1) unstable; urgency=low
 
-  * Initial release. (Closes: #xxxxxx)
+  UNRELEASED
+  * Initial release. (Closes: #508095)
 
  -- Torsten Werner <twerner at debian.org>  Sun, 07 Dec 2008 21:15:47 +0100
diff --git a/debian/control b/debian/control
index 9b8eb9f..32519ec 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Homepage: http://plexus.codehaus.org/plexus-components/plexus-interpolation/
 
 Package: libplexus-interpolation-java
 Architecture: all
-Description: FIXME utilities for the Plexus framework
+Description: Plexus Interpolation API
  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
@@ -31,4 +31,6 @@ Description: FIXME utilities for the Plexus framework
      * Various dependency injection techniques including constructor injection,
        setter injection, and private field injection. 
  .
- This package replaces the old packages libplexus-containers-default-java.
+ Plexus interpolator is focused on providing a more modular, flexible
+ interpolation framework for the expression language style commonly seen in
+ Maven, Plexus, and other related projects.
diff --git a/debian/copyright b/debian/copyright
index 85ceb22..1c5676f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,11 +1,10 @@
-FIXME
-
 This package was debianized by Torsten Werner<twerner at debian.org>
 Sat Nov 29 17:33:45 CET 2008
 
-plex-containers was downloaded from http://plexus.codehaus.org
+plexus-interpolation was downloaded from
+http://plexus.codehaus.org/plexus-components/plexus-interpolation/
 
-Copyright: 2001-2008 Codehaus Foundation
+Copyright: 2001-2008 The Codehaus Foundation
 
 License:
 
@@ -28,20 +27,12 @@ The full text of the license can be found in
 
 Files:
 
-plexus-container-default/src/test/java/org/codehaus/plexus/component/configurator/*
-plexus-component-metadata/src/test/java/org/codehaus/plexus/metadata/merge/*
-plexus-component-metadata/src/main/java/org/codehaus/plexus/metadata/merge/*
-plexus-component-metadata/src/main/java/org/codehaus/plexus/metadata/gleaner/ComponentGleanerException.java
-plexus-component-metadata/src/main/java/org/codehaus/plexus/metadata/gleaner/QDoxComponentGleaner.java
-plexus-component-metadata/src/main/java/org/codehaus/plexus/metadata/DefaultComponentDescriptorWriter.java
-plexus-component-metadata/src/main/java/org/codehaus/plexus/metadata/DefaultMetadataGenerator.java
-plexus-component-metadata/src/main/java/org/codehaus/plexus/metadata/ComponentDescriptorWriteException.java
-plexus-component-metadata/src/main/java/org/codehaus/plexus/metadata/ComponentDescriptorWriter.java
-plexus-component-metadata/src/main/java/org/codehaus/plexus/maven/plugin/*
+  src/test/java/org/codehaus/plexus/interpolation/InterpolatorFilterReaderTest.java
+  src/main/java/org/codehaus/plexus/interpolation/os/OperatingSystemUtils.java
 
-Copyright: 2001-2008 Codehaus Foundation
+Copyright: 2004 The Codehaus Foundation
 
-License: The MIT license
+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
@@ -61,3 +52,60 @@ License: The MIT license
   OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   SOFTWARE.
 
+
+----------
+
+Files:
+
+  src/main/java/org/codehaus/plexus/interpolation/os/Os.java
+  src/main/java/org/codehaus/plexus/interpolation/InterpolatorFilterReader.java
+  src/main/java/org/codehaus/plexus/interpolation/util/StringUtils.java
+
+License:
+
+  The Apache Software License, Version 1.1
+ 
+  Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
+  reserved.
+ 
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted provided that the following conditions
+  are met:
+ 
+  1. Redistributions of source code must retain the above copyright
+     notice, this list of conditions and the following disclaimer.
+ 
+  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 end-user documentation included with the redistribution, if
+     any, must include the following acknowlegement:
+        "This product includes software developed by the
+         Apache Software Foundation (http://www.apache.org/)."
+     Alternately, this acknowlegement may appear in the software itself,
+     if and wherever such third-party acknowlegements normally appear.
+ 
+  4. The names "Ant" and "Apache Software
+     Foundation" must not be used to endorse or promote products derived
+     from this software without prior written permission. For written
+     permission, please contact apache at apache.org.
+ 
+  5. Products derived from this software may not be called "Apache"
+     nor may "Apache" appear in their names without prior written
+     permission of the Apache Group.
+ 
+  THIS SOFTWARE IS PROVIDED ``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 APACHE SOFTWARE FOUNDATION 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.
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-interpolation.git



More information about the pkg-java-commits mailing list