[maven-file-management] 01/21: new package maven-file-management
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Jul 19 15:38:44 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-file-management.
commit de164d154168dc501a657e445a282fa9e60d9623
Author: Torsten Werner <twerner at debian.org>
Date: Sat Dec 6 22:12:18 2008 +0000
new package maven-file-management
---
debian/build.properties | 3 +++
debian/build.xml | 34 ++++++++++++++++++++++++++++++++++
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 33 +++++++++++++++++++++++++++++++++
debian/copyright | 32 ++++++++++++++++++++++++++++++++
debian/orig-tar.sh | 16 ++++++++++++++++
debian/rules | 21 +++++++++++++++++++++
debian/watch | 3 +++
9 files changed, 148 insertions(+)
diff --git a/debian/build.properties b/debian/build.properties
new file mode 100644
index 0000000..56739cc
--- /dev/null
+++ b/debian/build.properties
@@ -0,0 +1,3 @@
+javadoc.dir=build/api
+build.directory=target
+build.outputDirectory=target/classes
diff --git a/debian/build.xml b/debian/build.xml
new file mode 100644
index 0000000..15d71d5
--- /dev/null
+++ b/debian/build.xml
@@ -0,0 +1,34 @@
+<?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="generate-sources">
+ <taskdef name="modello" classname="ModelloTask"/>
+ <modello model="src/main/mdo/fileset.mdo" plugin="xpp3-reader" output="build/generated-sources" version="1.1.0"/>
+ <modello model="src/main/mdo/fileset.mdo" plugin="xpp3-writer" output="build/generated-sources" version="1.1.0"/>
+ <modello model="src/main/mdo/fileset.mdo" plugin="java" output="build/generated-sources" version="1.1.0"/>
+ <modello model="src/main/mdo/fileset.mdo" plugin="xsd" output="build/generated-sources" version="1.1.0"/>
+ </target>
+
+ <target name="package" depends="generate-sources">
+ <ant target="package" antfile="${maven.build.xml}" dir=".">
+ <property name="artifactId" value="maven-file-management"/>
+ </ant>
+ </target>
+
+ <target name="javadoc">
+ <javadoc destdir="${javadoc.dir}">
+ <packageset dir="src/main/java/"/>
+ </javadoc>
+ </target>
+
+</project>
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..af42e5e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+maven-file-management (1.2-1) unstable; urgency=low
+
+ * Initial release. (Closes: #xxxxxx)
+
+ -- Torsten Werner <twerner at debian.org> Thu, 04 Dec 2008 19:29:26 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..83ec3fb
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: maven-file-management
+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: ant, debhelper (>= 5), cdbs, default-jdk
+Standards-Version: 3.8.0
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-file-management
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-file-management/
+Homepage: http://maven.apache.org/shared/file-management/
+
+Package: libmaven-file-management-java
+Architecture: all
+Section: devel
+Depends: ${misc:Depends}
+Description: Maven File Management API
+ 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
+ .
+ The Maven File Management API provides an API to collect files from a given
+ directory using several include/exclude rules.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..99509f2
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,32 @@
+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>.
+
+Copyright: 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'.
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
new file mode 100755
index 0000000..8454374
--- /dev/null
+++ b/debian/orig-tar.sh
@@ -0,0 +1,16 @@
+#!/bin/sh -e
+
+TAR=../maven-file-management_$2.orig.tar.gz
+DIR=maven-file-management-$2
+TAG=file-management-$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
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..bff9ff5
--- /dev/null
+++ b/debian/rules
@@ -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 := maven2 maven-shared-io maven-ant-helper plexus-utils \
+ plexus-container-default-1.0 plexus-classworlds google-collect xbean-reflect
+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/lib$(PACKAGE)-java::
+ dh_install -plib$(PACKAGE)-java build/$(PACKAGE)-$(VERSION).jar /usr/share/java
+ dh_link -plib$(PACKAGE)-java /usr/share/java/$(PACKAGE)-$(VERSION).jar /usr/share/java/$(PACKAGE).jar
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..3f9c1ae
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://svn.apache.org/repos/asf/maven/shared/tags/ \
+ file-management-(.*)/ debian debian/orig-tar.sh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-file-management.git
More information about the pkg-java-commits
mailing list