[pkg-java] r8458 - in trunk/plexus-cipher: . debian

Ludovic Claude ludovicc-guest at alioth.debian.org
Thu Jun 11 14:41:57 UTC 2009


Author: ludovicc-guest
Date: 2009-06-11 14:41:55 +0000 (Thu, 11 Jun 2009)
New Revision: 8458

Added:
   trunk/plexus-cipher/debian/
   trunk/plexus-cipher/debian/build.properties
   trunk/plexus-cipher/debian/changelog
   trunk/plexus-cipher/debian/compat
   trunk/plexus-cipher/debian/components.xml
   trunk/plexus-cipher/debian/control
   trunk/plexus-cipher/debian/copyright
   trunk/plexus-cipher/debian/libplexus-cipher-java.poms
   trunk/plexus-cipher/debian/maven.rules
   trunk/plexus-cipher/debian/orig-tar.sh
   trunk/plexus-cipher/debian/rules
   trunk/plexus-cipher/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: trunk/plexus-cipher/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: trunk/plexus-cipher/debian/build.properties
===================================================================
--- trunk/plexus-cipher/debian/build.properties	                        (rev 0)
+++ trunk/plexus-cipher/debian/build.properties	2009-06-11 14:41:55 UTC (rev 8458)
@@ -0,0 +1,2 @@
+javadoc.dir=build/api
+maven.test.skip=true

Added: trunk/plexus-cipher/debian/changelog
===================================================================
--- trunk/plexus-cipher/debian/changelog	                        (rev 0)
+++ trunk/plexus-cipher/debian/changelog	2009-06-11 14:41:55 UTC (rev 8458)
@@ -0,0 +1,5 @@
+plexus-cipher (1.1-0ubuntu1~ppa6) jaunty; urgency=low
+
+  * Initial release. (Closes: #526588)
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Sat, 02 May 2009 00:22:14 +0000

Added: trunk/plexus-cipher/debian/compat
===================================================================
--- trunk/plexus-cipher/debian/compat	                        (rev 0)
+++ trunk/plexus-cipher/debian/compat	2009-06-11 14:41:55 UTC (rev 8458)
@@ -0,0 +1 @@
+6

Added: trunk/plexus-cipher/debian/components.xml
===================================================================
--- trunk/plexus-cipher/debian/components.xml	                        (rev 0)
+++ trunk/plexus-cipher/debian/components.xml	2009-06-11 14:41:55 UTC (rev 8458)
@@ -0,0 +1,9 @@
+<component-set>
+  <components>
+    <component>
+      <role>org.sonatype.plexus.components.cipher.PlexusCipher</role>
+      <implementation>org.sonatype.plexus.components.cipher.DefaultPlexusCipher</implementation>
+      <description></description>
+    </component>
+  </components>
+</component-set>

Added: trunk/plexus-cipher/debian/control
===================================================================
--- trunk/plexus-cipher/debian/control	                        (rev 0)
+++ trunk/plexus-cipher/debian/control	2009-06-11 14:41:55 UTC (rev 8458)
@@ -0,0 +1,22 @@
+Source: plexus-cipher
+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-builddep
+Build-Depends-Indep: maven-ant-helper (>> 4), maven-repo-helper, ant, ant-optional,
+ libplexus-container-default-java 
+Standards-Version: 3.8.1
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-cipher
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-cipher/
+Homepage: http://www.sonatype.org/
+
+Package: libplexus-cipher-java
+Architecture: all
+Depends: ${misc:Depends}, libplexus-container-default-java 
+Description: Plexus Cipher Component used by Maven
+ 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-cipher/debian/copyright
===================================================================
--- trunk/plexus-cipher/debian/copyright	                        (rev 0)
+++ trunk/plexus-cipher/debian/copyright	2009-06-11 14:41:55 UTC (rev 8458)
@@ -0,0 +1,16 @@
+Format-Specification: http://dep.debian.net/deps/dep5/
+Name: Plexus Cipher Component
+Maintainer: Sonatype
+Source: http://www.sonatype.org/
+
+Files: *
+Copyright: 2008, Sonatype Inc.
+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-cipher/debian/libplexus-cipher-java.poms
===================================================================
--- trunk/plexus-cipher/debian/libplexus-cipher-java.poms	                        (rev 0)
+++ trunk/plexus-cipher/debian/libplexus-cipher-java.poms	2009-06-11 14:41:55 UTC (rev 8458)
@@ -0,0 +1 @@
+pom.xml --no-parent

Added: trunk/plexus-cipher/debian/maven.rules
===================================================================
--- trunk/plexus-cipher/debian/maven.rules	                        (rev 0)
+++ trunk/plexus-cipher/debian/maven.rules	2009-06-11 14:41:55 UTC (rev 8458)
@@ -0,0 +1,2 @@
+org.codehaus.plexus plexus-container-default jar s/1\.0-alpha-.*/1.0-alpha/
+junit junit jar s/3\..*/3.x/

Added: trunk/plexus-cipher/debian/orig-tar.sh
===================================================================
--- trunk/plexus-cipher/debian/orig-tar.sh	                        (rev 0)
+++ trunk/plexus-cipher/debian/orig-tar.sh	2009-06-11 14:41:55 UTC (rev 8458)
@@ -0,0 +1,17 @@
+#!/bin/sh -e
+
+VERSION=$2
+TAR=../plexus-cipher_$VERSION.orig.tar.gz
+DIR=plexus-cipher-$VERSION
+TAG=$(echo "plexus-cipher-$VERSION" | sed 's,~\(alpha\|beta\),-\1-,')
+
+svn export http://svn.sonatype.org/spice/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-cipher/debian/rules
===================================================================
--- trunk/plexus-cipher/debian/rules	                        (rev 0)
+++ trunk/plexus-cipher/debian/rules	2009-06-11 14:41:55 UTC (rev 8458)
@@ -0,0 +1,28 @@
+#!/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
+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)
+API_DOCS             := build/api
+
+get-orig-source:
+	uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
+
+makebuilddir/lib$(PACKAGE)-java::
+	install -d src/main/resources/META-INF/plexus
+	install -m644 debian/components.xml src/main/resources/META-INF/plexus/
+
+binary-post-install/lib$(PACKAGE)-java::
+	mh_installpoms -plib$(PACKAGE)-java
+	mh_installjar -plib$(PACKAGE)-java -l pom.xml build/$(PACKAGE)-$(VERSION).jar
+
+clean::
+	-rm -rf debian/tmp
+


Property changes on: trunk/plexus-cipher/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/plexus-cipher/debian/watch
===================================================================
--- trunk/plexus-cipher/debian/watch	                        (rev 0)
+++ trunk/plexus-cipher/debian/watch	2009-06-11 14:41:55 UTC (rev 8458)
@@ -0,0 +1,5 @@
+version=3
+opts="uversionmangle=s{-(alpha|beta)-}{~$1}" \
+  http://svn.sonatype.org/spice/tags/ \
+  plexus-cipher-([0-9].*)/ debian debian/orig-tar.sh
+




More information about the pkg-java-commits mailing list