[pkg-java] r7668 - in trunk: . surefire surefire/debian surefire/debian/patches

twerner at alioth.debian.org twerner at alioth.debian.org
Mon Dec 15 19:41:53 UTC 2008


Author: twerner
Date: 2008-12-15 19:41:53 +0000 (Mon, 15 Dec 2008)
New Revision: 7668

Added:
   trunk/surefire/
   trunk/surefire/debian/
   trunk/surefire/debian/changelog
   trunk/surefire/debian/compat
   trunk/surefire/debian/control
   trunk/surefire/debian/copyright
   trunk/surefire/debian/orig-tar.sh
   trunk/surefire/debian/patches/
   trunk/surefire/debian/patches/pom.diff
   trunk/surefire/debian/patches/series
   trunk/surefire/debian/rules
   trunk/surefire/debian/watch
Log:
new package surefire


Added: trunk/surefire/debian/changelog
===================================================================
--- trunk/surefire/debian/changelog	                        (rev 0)
+++ trunk/surefire/debian/changelog	2008-12-15 19:41:53 UTC (rev 7668)
@@ -0,0 +1,6 @@
+surefire (2.4.3-1) unstable; urgency=low
+
+  UNRELEASED
+  * Initial release. (Closes: #)
+
+ -- Torsten Werner <twerner at debian.org>  Mon, 15 Dec 2008 20:33:11 +0100

Added: trunk/surefire/debian/compat
===================================================================
--- trunk/surefire/debian/compat	                        (rev 0)
+++ trunk/surefire/debian/compat	2008-12-15 19:41:53 UTC (rev 7668)
@@ -0,0 +1 @@
+5

Added: trunk/surefire/debian/control
===================================================================
--- trunk/surefire/debian/control	                        (rev 0)
+++ trunk/surefire/debian/control	2008-12-15 19:41:53 UTC (rev 7668)
@@ -0,0 +1,42 @@
+Source: surefire
+Section: libs
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Torsten Werner <twerner at debian.org>
+Build-Depends: debhelper (>= 5), cdbs, openjdk-6-jdk, quilt, maven-debian-helper
+Standards-Version: 3.8.0
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/surefire
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/surefire/
+Homepage: http://maven.apache.org/surefire/
+
+Package: libsurefire-java
+Architecture: all
+Depends: ${misc:Depends}, default-java | java2-runtime
+Description: Surefire test framework for Java
+ Maven is a software project management and comprehension tool. Based on the
+ concept of a project object model (POM), Maven can manage a project's build,
+ reporting and documentation from a central piece of information.
+ .
+ Maven's primary goal is to allow a developer to comprehend the complete
+ state of a development effort in the shortest period of time. In order to
+ attain this goal there are several areas of concern that Maven attempts
+ to deal with:
+ .
+    * Making the build process easy
+    * Providing a uniform build system
+    * Providing quality project information
+    * Providing guidelines for best practices development
+    * Allowing transparent migration to new features
+ .
+ This package ships the maven clean plugin which is used to remove files
+ generated at build-time in a project's directory.
+ 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.
+ .
+ The Component Descriptor Creator (or CDC for short) is a tool that will create
+ the components.xml file from your Java code. It uses JavaDoc tags to gather the
+ information it needs to create the component descriptor.
+ .
+ This package ships the surefire test framework and the maven-surefire-plugin.

Added: trunk/surefire/debian/copyright
===================================================================
--- trunk/surefire/debian/copyright	                        (rev 0)
+++ trunk/surefire/debian/copyright	2008-12-15 19:41:53 UTC (rev 7668)
@@ -0,0 +1,34 @@
+This package was debianized by Torsten Werner <twerner at debian.org>.
+
+The Debian packaging is Copyright (c) 2008 Torsten Werner and is
+licensed under the GNU General Public License version 3. On Debian
+systems, the complete text of the GNU General Public License can be
+found in '/usr/share/common-licenses/GPL'.
+
+The package was downloaded from <http://maven.apache.org/surefire/>.
+
+FIXME
+
+Copyright: 2005-2008 The Apache Software Foundation.
+
+License:
+
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+ 
+    http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+
+The full text of the license can be found in
+`/usr/share/common-licenes/Apache-2.0'.

Added: trunk/surefire/debian/orig-tar.sh
===================================================================
--- trunk/surefire/debian/orig-tar.sh	                        (rev 0)
+++ trunk/surefire/debian/orig-tar.sh	2008-12-15 19:41:53 UTC (rev 7668)
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+set -e
+
+TAR=../surefire_$2.orig.tar.gz
+DIR=surefire-$2
+TAG=surefire-$2
+
+svn export http://svn.apache.org/repos/asf/maven/surefire/tags/$TAG $DIR
+tar -c -z -f $TAR $DIR
+rm -rf $DIR ../$TAG
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+  . .svn/deb-layout
+  mv $TAR $origDir
+  echo "moved $TAR to $origDir"
+fi


Property changes on: trunk/surefire/debian/orig-tar.sh
___________________________________________________________________
Name: svn:executable
   + 

Added: trunk/surefire/debian/patches/pom.diff
===================================================================
--- trunk/surefire/debian/patches/pom.diff	                        (rev 0)
+++ trunk/surefire/debian/patches/pom.diff	2008-12-15 19:41:53 UTC (rev 7668)
@@ -0,0 +1,113 @@
+This patch disables some artifacts that cannot be built now.
+
+diff --git a/maven-surefire-plugin/pom.xml b/maven-surefire-plugin/pom.xml
+index 84fb8cc..4153f46 100644
+--- a/maven-surefire-plugin/pom.xml
++++ b/maven-surefire-plugin/pom.xml
+@@ -92,7 +92,9 @@
+     <dependency>
+       <groupId>org.apache.maven</groupId>
+       <artifactId>maven-plugin-api</artifactId>
+-      <version>2.0.6</version>
++      <version>2.0.9</version>
++      <scope>system</scope>
++      <systemPath>/usr/share/java/maven2.jar</systemPath>
+     </dependency>
+     <dependency>
+       <groupId>org.apache.maven.surefire</groupId>
+@@ -103,7 +105,6 @@
+       <groupId>org.codehaus.plexus</groupId>
+       <artifactId>plexus-utils</artifactId>
+     </dependency>
+-    -->
+     <dependency>
+       <groupId>org.apache.maven</groupId>
+       <artifactId>maven-artifact</artifactId>
+@@ -124,6 +125,7 @@
+       <artifactId>maven-toolchain</artifactId>
+       <version>1.0</version>
+     </dependency>
++    -->
+ </dependencies>
+ 
+   <build>
+diff --git a/pom.xml b/pom.xml
+index de52e98..ac874a2 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -168,8 +168,8 @@
+     <module>surefire-booter</module>
+     <module>surefire-providers</module>
+     <module>maven-surefire-plugin</module>
+-    <module>maven-surefire-report-plugin</module>
+-    <module>surefire-integration-tests</module>
++    <!--<module>maven-surefire-report-plugin</module>-->
++    <!--<module>surefire-integration-tests</module>-->
+   </modules>
+ 
+   <profiles>
+diff --git a/surefire-api/pom.xml b/surefire-api/pom.xml
+index aa6deba..2c26e49 100644
+--- a/surefire-api/pom.xml
++++ b/surefire-api/pom.xml
+@@ -73,7 +73,16 @@
+     <dependency>
+       <groupId>commons-lang</groupId>
+       <artifactId>commons-lang</artifactId>
+-      <version>2.1</version>
++      <version>2.4</version>
++      <scope>system</scope>
++      <systemPath>/usr/share/java/commons-lang.jar</systemPath>
++    </dependency>
++    <dependency>
++      <groupId>org.codehaus.plexus</groupId>
++      <artifactId>plexus-container-default</artifactId>
++      <version>1.0-beta-2</version>
++      <scope>system</scope>
++      <systemPath>/usr/share/java/plexus-container-default-1.0.jar</systemPath>
+     </dependency>
+   </dependencies>
+ </project>
+diff --git a/surefire-providers/pom.xml b/surefire-providers/pom.xml
+index d10457e..3618bfd 100644
+--- a/surefire-providers/pom.xml
++++ b/surefire-providers/pom.xml
+@@ -31,7 +31,7 @@
+   <modules>
+     <module>surefire-junit</module>
+     <module>surefire-junit4</module>
+-    <module>surefire-testng</module>
++    <!--<module>surefire-testng</module>-->
+   </modules>
+   <dependencies>
+     <dependency>
+diff --git a/surefire-providers/surefire-junit/pom.xml b/surefire-providers/surefire-junit/pom.xml
+index 38bbba5..186d7eb 100644
+--- a/surefire-providers/surefire-junit/pom.xml
++++ b/surefire-providers/surefire-junit/pom.xml
+@@ -30,7 +30,9 @@
+     <dependency>
+       <groupId>junit</groupId>
+       <artifactId>junit</artifactId>
+-      <version>3.8.1</version>
++      <version>3.8.2</version>
++      <scope>system</scope>
++      <systemPath>/usr/share/java/junit.jar</systemPath>
+     </dependency>
+   </dependencies>
+ </project>
+diff --git a/surefire-providers/surefire-junit4/pom.xml b/surefire-providers/surefire-junit4/pom.xml
+index caa1f36..44734c2 100644
+--- a/surefire-providers/surefire-junit4/pom.xml
++++ b/surefire-providers/surefire-junit4/pom.xml
+@@ -30,7 +30,9 @@
+     <dependency>
+       <groupId>junit</groupId>
+       <artifactId>junit</artifactId>
+-      <version>4.0</version>
++      <version>4.3.1</version>
++      <scope>system</scope>
++      <systemPath>/usr/share/java/junit4.jar</systemPath>
+     </dependency>
+   </dependencies>
+   <build>

Added: trunk/surefire/debian/patches/series
===================================================================
--- trunk/surefire/debian/patches/series	                        (rev 0)
+++ trunk/surefire/debian/patches/series	2008-12-15 19:41:53 UTC (rev 7668)
@@ -0,0 +1 @@
+pom.diff

Added: trunk/surefire/debian/rules
===================================================================
--- trunk/surefire/debian/rules	                        (rev 0)
+++ trunk/surefire/debian/rules	2008-12-15 19:41:53 UTC (rev 7668)
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/maven.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+
+JAVA_HOME := /usr/lib/jvm/java-6-openjdk
+
+get-orig-source:
+	uscan --force-download --rename


Property changes on: trunk/surefire/debian/rules
___________________________________________________________________
Name: svn:executable
   + 

Added: trunk/surefire/debian/watch
===================================================================
--- trunk/surefire/debian/watch	                        (rev 0)
+++ trunk/surefire/debian/watch	2008-12-15 19:41:53 UTC (rev 7668)
@@ -0,0 +1,3 @@
+version=3
+http://svn.apache.org/repos/asf/maven/surefire/tags/ \
+  surefire-(\d.*)/ debian debian/orig-tar.sh




More information about the pkg-java-commits mailing list