Author: ludovicc-guest
Date: 2009-08-05 20:26:00 +0000 (Wed, 05 Aug 2009)
New Revision: 9667

Added:
   trunk/maven-repository-builder/.debianVersion
   trunk/maven-repository-builder/debian/
   trunk/maven-repository-builder/debian/README.source
   trunk/maven-repository-builder/debian/changelog
   trunk/maven-repository-builder/debian/compat
   trunk/maven-repository-builder/debian/control
   trunk/maven-repository-builder/debian/copyright
   trunk/maven-repository-builder/debian/libmaven-repository-builder-java.poms
   trunk/maven-repository-builder/debian/maven.properties
   trunk/maven-repository-builder/debian/maven.rules
   trunk/maven-repository-builder/debian/orig-tar.sh
   trunk/maven-repository-builder/debian/rules
   trunk/maven-repository-builder/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk

Added: trunk/maven-repository-builder/.debianVersion
===================================================================
--- trunk/maven-repository-builder/.debianVersion                               
(rev 0)
+++ trunk/maven-repository-builder/.debianVersion       2009-08-05 20:26:00 UTC 
(rev 9667)
@@ -0,0 +1 @@
+1.0~alpha3-SNAPSHOT-1
\ No newline at end of file


Property changes on: trunk/maven-repository-builder/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: trunk/maven-repository-builder/debian/README.source
===================================================================
--- trunk/maven-repository-builder/debian/README.source                         
(rev 0)
+++ trunk/maven-repository-builder/debian/README.source 2009-08-05 20:26:00 UTC 
(rev 9667)
@@ -0,0 +1,9 @@
+Information about maven-repository-builder
+------------------------------
+
+This package was debianized using the mh_make command
+from the maven-debian-helper package.
+
+The build system uses Maven but prevent it from downloading
+anything from the Internet, making the build compliant with
+the Debian policy.

Added: trunk/maven-repository-builder/debian/changelog
===================================================================
--- trunk/maven-repository-builder/debian/changelog                             
(rev 0)
+++ trunk/maven-repository-builder/debian/changelog     2009-08-05 20:26:00 UTC 
(rev 9667)
@@ -0,0 +1,5 @@
+maven-repository-builder (1.0~alpha2-0ubuntu1~ppa4) karmic; urgency=low
+
+  * Initial release (Closes: #540050)
+
+ -- Ludovic Claude <ludovic.cla...@laposte.net>  Sun, 26 Jul 2009 19:59:30 
+0100

Added: trunk/maven-repository-builder/debian/compat
===================================================================
--- trunk/maven-repository-builder/debian/compat                                
(rev 0)
+++ trunk/maven-repository-builder/debian/compat        2009-08-05 20:26:00 UTC 
(rev 9667)
@@ -0,0 +1 @@
+7

Added: trunk/maven-repository-builder/debian/control
===================================================================
--- trunk/maven-repository-builder/debian/control                               
(rev 0)
+++ trunk/maven-repository-builder/debian/control       2009-08-05 20:26:00 UTC 
(rev 9667)
@@ -0,0 +1,34 @@
+Source: maven-repository-builder
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
+Uploaders: Ludovic Claude <ludovic.cla...@laposte.net>
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper
+Build-Depends-Indep: libplexus-maven-plugin-java (>= 1.3.8), libsurefire-java 
(>= 2.4.3), libmaven-common-artifact-filters-java,  
+ libmaven2-core-java, libmaven-plugin-testing-java
+Standards-Version: 3.8.2
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-repository-builder
+Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-java/trunk/maven-repository-builder/
+Homepage: http://maven.apache.org/shared/
+
+Package: libmaven-repository-builder-java
+Architecture: all
+Depends: ${misc:Depends}, ${maven:Depends}
+Recommends: ${maven:OptionalDepends}
+Description: Maven Repository Builder
+ 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 Repository builder is a shared library used by Maven.

Added: trunk/maven-repository-builder/debian/copyright
===================================================================
--- trunk/maven-repository-builder/debian/copyright                             
(rev 0)
+++ trunk/maven-repository-builder/debian/copyright     2009-08-05 20:26:00 UTC 
(rev 9667)
@@ -0,0 +1,20 @@
+Format-Specification: http://dep.debian.net/deps/dep5/
+Name: Maven Repository Builder
+Maintainer: Apache Maven team
+Source: http://maven.apache.org/
+
+Files: *
+Copyright: 2001-2009, The Apache Software Foundation.
+License: Apache-2.0
+
+Files: debian/*
+Copyright: Copyright 2009, Ludovic Claude <ludovic.cla...@laposte.net>
+License: GPL-3+
+
+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'.
+
+License: GPL-3
+  On Debian GNU/Linux system you can find the complete text of the
+  GPL-3 license in '/usr/share/common-licenses/GPL-3'

Added: 
trunk/maven-repository-builder/debian/libmaven-repository-builder-java.poms
===================================================================
--- trunk/maven-repository-builder/debian/libmaven-repository-builder-java.poms 
                        (rev 0)
+++ trunk/maven-repository-builder/debian/libmaven-repository-builder-java.poms 
2009-08-05 20:26:00 UTC (rev 9667)
@@ -0,0 +1 @@
+pom.xml --no-parent

Added: trunk/maven-repository-builder/debian/maven.properties
===================================================================
--- trunk/maven-repository-builder/debian/maven.properties                      
        (rev 0)
+++ trunk/maven-repository-builder/debian/maven.properties      2009-08-05 
20:26:00 UTC (rev 9667)
@@ -0,0 +1 @@
+maven.test.skip=true

Added: trunk/maven-repository-builder/debian/maven.rules
===================================================================
--- trunk/maven-repository-builder/debian/maven.rules                           
(rev 0)
+++ trunk/maven-repository-builder/debian/maven.rules   2009-08-05 20:26:00 UTC 
(rev 9667)
@@ -0,0 +1,4 @@
+junit junit jar s/3\..*/3.x/
+org.codehaus.plexus plexus-maven-plugin maven-plugin s/.*/1.3.8/
+* maven-surefire-plugin maven-plugin s/.*/2.4.3/
+s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-test-tools

Added: trunk/maven-repository-builder/debian/orig-tar.sh
===================================================================
--- trunk/maven-repository-builder/debian/orig-tar.sh                           
(rev 0)
+++ trunk/maven-repository-builder/debian/orig-tar.sh   2009-08-05 20:26:00 UTC 
(rev 9667)
@@ -0,0 +1,16 @@
+#!/bin/sh -e
+
+VERSION=$2
+TAR=../maven-repository-builder_$VERSION.orig.tar.gz
+DIR=maven-repository-builder-$VERSION
+TAG=$(echo "maven-repository-builder-$VERSION" | sed 
-re's/~(alpha|beta)/-\1-/')
+
+svn export http://svn.apache.org/repos/asf/maven/shared/tags/${TAG} $DIR
+GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $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/maven-repository-builder/debian/rules
===================================================================
--- trunk/maven-repository-builder/debian/rules                         (rev 0)
+++ trunk/maven-repository-builder/debian/rules 2009-08-05 20:26:00 UTC (rev 
9667)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/maven.mk
+
+JAVA_HOME := /usr/lib/jvm/default-java
+
+get-orig-source:
+       uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download 
--rename


Property changes on: trunk/maven-repository-builder/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/maven-repository-builder/debian/watch
===================================================================
--- trunk/maven-repository-builder/debian/watch                         (rev 0)
+++ trunk/maven-repository-builder/debian/watch 2009-08-05 20:26:00 UTC (rev 
9667)
@@ -0,0 +1,4 @@
+version=3
+opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
+  http://svn.apache.org/repos/asf/maven/shared/tags/ \
+  maven-repository-builder-(\d.*)/ debian debian/orig-tar.sh


_______________________________________________
pkg-java-commits mailing list
pkg-java-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to