[pkg-java] r8452 - in trunk/plexus-bsh-factory: . debian
Ludovic Claude
ludovicc-guest at alioth.debian.org
Thu Jun 11 14:39:22 UTC 2009
Author: ludovicc-guest
Date: 2009-06-11 14:39:20 +0000 (Thu, 11 Jun 2009)
New Revision: 8452
Added:
trunk/plexus-bsh-factory/debian/
trunk/plexus-bsh-factory/debian/build.properties
trunk/plexus-bsh-factory/debian/changelog
trunk/plexus-bsh-factory/debian/compat
trunk/plexus-bsh-factory/debian/control
trunk/plexus-bsh-factory/debian/copyright
trunk/plexus-bsh-factory/debian/libplexus-bsh-factory-java.poms
trunk/plexus-bsh-factory/debian/maven.rules
trunk/plexus-bsh-factory/debian/orig-tar.sh
trunk/plexus-bsh-factory/debian/rules
trunk/plexus-bsh-factory/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk
Property changes on: trunk/plexus-bsh-factory/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: trunk/plexus-bsh-factory/debian/build.properties
===================================================================
--- trunk/plexus-bsh-factory/debian/build.properties (rev 0)
+++ trunk/plexus-bsh-factory/debian/build.properties 2009-06-11 14:39:20 UTC (rev 8452)
@@ -0,0 +1,2 @@
+javadoc.dir=build/api
+maven.test.skip=true
Added: trunk/plexus-bsh-factory/debian/changelog
===================================================================
--- trunk/plexus-bsh-factory/debian/changelog (rev 0)
+++ trunk/plexus-bsh-factory/debian/changelog 2009-06-11 14:39:20 UTC (rev 8452)
@@ -0,0 +1,5 @@
+plexus-bsh-factory (1.0~alpha7-0ubuntu1~ppa7) jaunty; urgency=low
+
+ * Initial release. (Closes: #XXXXX)
+
+ -- Ludovic Claude <ludovic.claude at laposte.net> Sat, 28 Mar 2009 22:01:14 +0000
Added: trunk/plexus-bsh-factory/debian/compat
===================================================================
--- trunk/plexus-bsh-factory/debian/compat (rev 0)
+++ trunk/plexus-bsh-factory/debian/compat 2009-06-11 14:39:20 UTC (rev 8452)
@@ -0,0 +1 @@
+6
Added: trunk/plexus-bsh-factory/debian/control
===================================================================
--- trunk/plexus-bsh-factory/debian/control (rev 0)
+++ trunk/plexus-bsh-factory/debian/control 2009-06-11 14:39:20 UTC (rev 8452)
@@ -0,0 +1,21 @@
+Source: plexus-bsh-factory
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Ludovic Claude <ludovic.claude at laposte.net>
+Build-Depends: debhelper (>= 6), cdbs, default-jdk
+Build-Depends-Indep: maven-ant-helper (>> 4), maven-repo-helper, ant, ant-optional, libplexus-container-default-java, bsh
+Standards-Version: 3.8.1
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-bsh-factory
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-bsh-factory/
+Homepage: http://plexus.codehaus.org/
+
+Package: libplexus-bsh-factory-java
+Architecture: all
+Depends: ${misc:Depends}, libplexus-container-default-java, bsh
+Description: Plexus Beanshell Factory
+ 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.
+
Added: trunk/plexus-bsh-factory/debian/copyright
===================================================================
--- trunk/plexus-bsh-factory/debian/copyright (rev 0)
+++ trunk/plexus-bsh-factory/debian/copyright 2009-06-11 14:39:20 UTC (rev 8452)
@@ -0,0 +1,16 @@
+Format-Specification: http://dep.debian.net/deps/dep5/
+Name: Plexus Ant Factory
+Maintainer: Codehaus Foundation
+Source: http://plexus.codehaus.org/
+
+Files: *
+Copyright: 2001-2009, Codehaus Foundation.
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2009, Ludovic Claude <ludovic.claude at laposte.net>
+License: Apache-2.0
+
+License: Apache-2.0
+ On Debian GNU/Linux system you can find the complete text of the
+ Apache 2.0 license in '/usr/share/common-licenses/Apache-2.0'.
Added: trunk/plexus-bsh-factory/debian/libplexus-bsh-factory-java.poms
===================================================================
--- trunk/plexus-bsh-factory/debian/libplexus-bsh-factory-java.poms (rev 0)
+++ trunk/plexus-bsh-factory/debian/libplexus-bsh-factory-java.poms 2009-06-11 14:39:20 UTC (rev 8452)
@@ -0,0 +1,2 @@
+pom.xml --no-parent
+
Added: trunk/plexus-bsh-factory/debian/maven.rules
===================================================================
--- trunk/plexus-bsh-factory/debian/maven.rules (rev 0)
+++ trunk/plexus-bsh-factory/debian/maven.rules 2009-06-11 14:39:20 UTC (rev 8452)
@@ -0,0 +1 @@
+s/bsh/org.beanshell/ bsh jar s/.*/debian/
Added: trunk/plexus-bsh-factory/debian/orig-tar.sh
===================================================================
--- trunk/plexus-bsh-factory/debian/orig-tar.sh (rev 0)
+++ trunk/plexus-bsh-factory/debian/orig-tar.sh 2009-06-11 14:39:20 UTC (rev 8452)
@@ -0,0 +1,17 @@
+#!/bin/sh -e
+
+VERSION=$2
+TAR=../plexus-bsh-factory_$VERSION.orig.tar.gz
+DIR=plexus-bsh-factory-$VERSION
+TAG=$(echo "plexus-bsh-factory-$VERSION" | sed 's,~\(alpha\|beta\),-\1-,' | sed 's/alpha-7/alpha-7-SNAPSHOT/')
+
+svn export http://svn.codehaus.org/plexus/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
Added: trunk/plexus-bsh-factory/debian/rules
===================================================================
--- trunk/plexus-bsh-factory/debian/rules (rev 0)
+++ trunk/plexus-bsh-factory/debian/rules 2009-06-11 14:39:20 UTC (rev 8452)
@@ -0,0 +1,23 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+PACKAGE := $(DEB_SOURCE_PACKAGE)
+VERSION := $(DEB_UPSTREAM_VERSION)
+JAVA_HOME := /usr/lib/jvm/default-java
+DEB_JARS := ant-nodeps plexus-container-default-alpha classworlds plexus-utils bsh
+DEB_ANT_BUILD_TARGET := package
+DEB_ANT_BUILDFILE := /usr/share/maven-ant-helper/maven-build.xml
+DEB_ANT_ARGS := -Dbasedir=$(realpath .) -Dpackage=$(PACKAGE) -Dversion=$(VERSION)
+
+get-orig-source:
+ uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
+
+binary-post-install/lib$(PACKAGE)-java::
+ mh_installpoms -plib$(PACKAGE)-java
+ mh_installjar -plib$(PACKAGE)-java -l pom.xml build/plexus-bsh-factory-$(VERSION).jar
+
+clean::
+ -rm -rf debian/tmp
+
Property changes on: trunk/plexus-bsh-factory/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/plexus-bsh-factory/debian/watch
===================================================================
--- trunk/plexus-bsh-factory/debian/watch (rev 0)
+++ trunk/plexus-bsh-factory/debian/watch 2009-06-11 14:39:20 UTC (rev 8452)
@@ -0,0 +1,5 @@
+version=3
+opts="uversionmangle=s/alpha-7-SNAPSHOT/alpha-7/;s/-(alpha|beta)-/~$1/" \
+ http://svn.codehaus.org/plexus/tags/ \
+ plexus-bsh-factory-([0-9].*)/ debian debian/orig-tar.sh
+
More information about the pkg-java-commits
mailing list