[pkg-java] r7530 - in trunk: . maven-reporting-impl maven-reporting-impl/debian
twerner at alioth.debian.org
twerner at alioth.debian.org
Fri Dec 5 19:31:56 UTC 2008
Author: twerner
Date: 2008-12-05 19:31:56 +0000 (Fri, 05 Dec 2008)
New Revision: 7530
Added:
trunk/maven-reporting-impl/
trunk/maven-reporting-impl/debian/
trunk/maven-reporting-impl/debian/build.properties
trunk/maven-reporting-impl/debian/build.xml
trunk/maven-reporting-impl/debian/changelog
trunk/maven-reporting-impl/debian/compat
trunk/maven-reporting-impl/debian/control
trunk/maven-reporting-impl/debian/copyright
trunk/maven-reporting-impl/debian/orig-tar.sh
trunk/maven-reporting-impl/debian/rules
trunk/maven-reporting-impl/debian/watch
Log:
new package maven-reporting-impl
Added: trunk/maven-reporting-impl/debian/build.properties
===================================================================
--- trunk/maven-reporting-impl/debian/build.properties (rev 0)
+++ trunk/maven-reporting-impl/debian/build.properties 2008-12-05 19:31:56 UTC (rev 7530)
@@ -0,0 +1 @@
+javadoc.dir=build/api
Added: trunk/maven-reporting-impl/debian/build.xml
===================================================================
--- trunk/maven-reporting-impl/debian/build.xml (rev 0)
+++ trunk/maven-reporting-impl/debian/build.xml 2008-12-05 19:31:56 UTC (rev 7530)
@@ -0,0 +1,26 @@
+<?xml version="1.0"?>
+
+<project name="pkg-java" default="package" basedir="..">
+
+ <property file="debian/build.properties"/>
+ <property name="maven.test.skip" value="true"/>
+ <property name="maven.build.xml" value="/usr/share/maven-ant-helper/maven-build.xml"/>
+ <property file="/usr/share/maven-ant-helper/maven-defaults.properties"/>
+
+ <target name="clean">
+ <ant target="clean" antfile="${maven.build.xml}" dir="."/>
+ </target>
+
+ <target name="package">
+ <ant target="package" antfile="${maven.build.xml}" dir=".">
+ <property name="artifactId" value="maven-reporting-impl"/>
+ </ant>
+ </target>
+
+ <target name="javadoc">
+ <javadoc destdir="${javadoc.dir}">
+ <packageset dir="src/main/java/"/>
+ </javadoc>
+ </target>
+
+</project>
Added: trunk/maven-reporting-impl/debian/changelog
===================================================================
--- trunk/maven-reporting-impl/debian/changelog (rev 0)
+++ trunk/maven-reporting-impl/debian/changelog 2008-12-05 19:31:56 UTC (rev 7530)
@@ -0,0 +1,5 @@
+maven-reporting-impl (2.0.4.1-1) unstable; urgency=low
+
+ * Initial release. (Closes: #xxxxxx)
+
+ -- Torsten Werner <twerner at debian.org> Thu, 04 Dec 2008 19:29:26 +0100
Added: trunk/maven-reporting-impl/debian/compat
===================================================================
--- trunk/maven-reporting-impl/debian/compat (rev 0)
+++ trunk/maven-reporting-impl/debian/compat 2008-12-05 19:31:56 UTC (rev 7530)
@@ -0,0 +1 @@
+5
Added: trunk/maven-reporting-impl/debian/control
===================================================================
--- trunk/maven-reporting-impl/debian/control (rev 0)
+++ trunk/maven-reporting-impl/debian/control 2008-12-05 19:31:56 UTC (rev 7530)
@@ -0,0 +1,32 @@
+Source: maven-reporting-impl
+Section: devel
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Torsten Werner <twerner at debian.org>
+Build-Depends-Indep: default-jgd
+Build-Depends: ant, debhelper (>= 5), cdbs
+Standards-Version: 3.8.0
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/doxia
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/doxia
+Homepage: http://maven.apache.org/doxia/
+
+Package: maven-reporting-impl
+Architecture: all
+Section: devel
+Description: Maven Reporting API Implementation
+ 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 implements the Maven Reporting API.
Added: trunk/maven-reporting-impl/debian/copyright
===================================================================
--- trunk/maven-reporting-impl/debian/copyright (rev 0)
+++ trunk/maven-reporting-impl/debian/copyright 2008-12-05 19:31:56 UTC (rev 7530)
@@ -0,0 +1,29 @@
+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'.
+
+It was downloaded from <http://maven.apache.org>.
+
+Upstream author: Vincent Siveton <vincent.siveton at gmail.com>
+
+Copyright: 2001-2005 Apache Software Foundation.
+
+License:
+
+ Licensed 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.
+
+On Debian systems, the complete text of the Apache License
+version 2.0 can be found in /usr/share/common-licenses/Apache-2.0
Added: trunk/maven-reporting-impl/debian/orig-tar.sh
===================================================================
--- trunk/maven-reporting-impl/debian/orig-tar.sh (rev 0)
+++ trunk/maven-reporting-impl/debian/orig-tar.sh 2008-12-05 19:31:56 UTC (rev 7530)
@@ -0,0 +1,16 @@
+#!/bin/sh -e
+
+TAR=../maven-reporting-impl_$2.orig.tar.gz
+DIR=maven-reporting-impl-$2
+TAG=maven-reporting-impl-$2
+
+svn export http://svn.apache.org/repos/asf/maven/shared/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/maven-reporting-impl/debian/orig-tar.sh
___________________________________________________________________
Name: svn:executable
+
Added: trunk/maven-reporting-impl/debian/rules
===================================================================
--- trunk/maven-reporting-impl/debian/rules (rev 0)
+++ trunk/maven-reporting-impl/debian/rules 2008-12-05 19:31:56 UTC (rev 7530)
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+PACKAGE := $(shell dpkg-parsechangelog | egrep '^Source:' | cut -f2 -d' ')
+VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | sed 's/Version: \(.*\)-.*/\1/')
+JAVA_HOME := /usr/lib/jvm/default-java
+DEB_JARS := doxia-sink-api doxia-site-renderer maven2 doxia-module-xhtml \
+ doxia-core commons-validator plexus-utils
+DEB_ANT_BUILD_TARGET := package #javadoc
+DEB_ANT_BUILDFILE := debian/build.xml
+DEB_ANT_ARGS := -Dversion=$(VERSION)
+API_DOCS := build/api
+
+get-orig-source:
+ uscan --force-download
+
+binary-post-install/$(PACKAGE)::
+ dh_install -p$(PACKAGE) build/$(PACKAGE)-$(VERSION).jar /usr/share/java
+ dh_link -p$(PACKAGE) /usr/share/java/$(PACKAGE)-$(VERSION).jar /usr/share/java/$(PACKAGE).jar
Property changes on: trunk/maven-reporting-impl/debian/rules
___________________________________________________________________
Name: svn:executable
+
Added: trunk/maven-reporting-impl/debian/watch
===================================================================
--- trunk/maven-reporting-impl/debian/watch (rev 0)
+++ trunk/maven-reporting-impl/debian/watch 2008-12-05 19:31:56 UTC (rev 7530)
@@ -0,0 +1,3 @@
+version=3
+http://svn.apache.org/repos/asf/maven/shared/tags/ maven-reporting-impl-(.*)/ \
+ debian debian/orig-tar.sh
More information about the pkg-java-commits
mailing list