[pkg-java] r7641 - trunk/plexus-cdc/debian

twerner at alioth.debian.org twerner at alioth.debian.org
Thu Dec 11 14:45:25 UTC 2008


Author: twerner
Date: 2008-12-11 14:45:25 +0000 (Thu, 11 Dec 2008)
New Revision: 7641

Modified:
   trunk/plexus-cdc/debian/changelog
   trunk/plexus-cdc/debian/control
   trunk/plexus-cdc/debian/copyright
Log:
final fixes


Modified: trunk/plexus-cdc/debian/changelog
===================================================================
--- trunk/plexus-cdc/debian/changelog	2008-12-11 14:12:20 UTC (rev 7640)
+++ trunk/plexus-cdc/debian/changelog	2008-12-11 14:45:25 UTC (rev 7641)
@@ -1,5 +1,5 @@
 plexus-cdc (1.0~alpha14-1) unstable; urgency=low
 
-  * Initial release. (Closes: #xxxxxx)
+  * Initial release. (Closes: #508465)
 
  -- Torsten Werner <twerner at debian.org>  Tue, 09 Dec 2008 20:13:45 +0100

Modified: trunk/plexus-cdc/debian/control
===================================================================
--- trunk/plexus-cdc/debian/control	2008-12-11 14:12:20 UTC (rev 7640)
+++ trunk/plexus-cdc/debian/control	2008-12-11 14:45:25 UTC (rev 7641)
@@ -3,7 +3,10 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Torsten Werner <twerner at debian.org>
-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 @@
 
 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

Modified: trunk/plexus-cdc/debian/copyright
===================================================================
--- trunk/plexus-cdc/debian/copyright	2008-12-11 14:12:20 UTC (rev 7640)
+++ trunk/plexus-cdc/debian/copyright	2008-12-11 14:45:25 UTC (rev 7641)
@@ -4,10 +4,8 @@
 plexus-io was downloaded from
 http://plexus.codehaus.org
 
-FIXME
+Copyright: 2006-2008 The Codehaus Foundation
 
-Copyright: 2007-2008 The Codehaus Foundation
-
 License:
 
    Licensed under the Apache License, Version 2.0 (the "License");
@@ -25,3 +23,37 @@
 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.
+




More information about the pkg-java-commits mailing list