[pkg-java] r15392 - in trunk/commons-parent: . debian debian/source
Ludovic Claude
ludovicc-guest at alioth.debian.org
Sun Nov 13 23:13:19 UTC 2011
Author: ludovicc-guest
Date: 2011-11-13 23:13:19 +0000 (Sun, 13 Nov 2011)
New Revision: 15392
Added:
trunk/commons-parent/debian/
trunk/commons-parent/debian/README.source
trunk/commons-parent/debian/build-classpath
trunk/commons-parent/debian/build.properties
trunk/commons-parent/debian/changelog
trunk/commons-parent/debian/compat
trunk/commons-parent/debian/control
trunk/commons-parent/debian/copyright
trunk/commons-parent/debian/libcommons-parent-java.poms
trunk/commons-parent/debian/maven.cleanIgnoreRules
trunk/commons-parent/debian/maven.ignoreRules
trunk/commons-parent/debian/maven.publishedRules
trunk/commons-parent/debian/maven.rules
trunk/commons-parent/debian/orig-tar.sh
trunk/commons-parent/debian/rules
trunk/commons-parent/debian/source/
trunk/commons-parent/debian/source/format
trunk/commons-parent/debian/watch
Log:
[svn-inject] Application des modifications Debian (21-1) pour le tronc
Property changes on: trunk/commons-parent/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: trunk/commons-parent/debian/README.source
===================================================================
--- trunk/commons-parent/debian/README.source (rev 0)
+++ trunk/commons-parent/debian/README.source 2011-11-13 23:13:19 UTC (rev 15392)
@@ -0,0 +1,6 @@
+Information about commons-parent
+------------------------------
+
+This package was debianized using the mh_make command
+from the maven-debian-helper package.
+
Added: trunk/commons-parent/debian/build-classpath
===================================================================
--- trunk/commons-parent/debian/build-classpath (rev 0)
+++ trunk/commons-parent/debian/build-classpath 2011-11-13 23:13:19 UTC (rev 15392)
@@ -0,0 +1 @@
+/usr/share/java/ant-nodeps.jar
Added: trunk/commons-parent/debian/build.properties
===================================================================
--- trunk/commons-parent/debian/build.properties (rev 0)
+++ trunk/commons-parent/debian/build.properties 2011-11-13 23:13:19 UTC (rev 15392)
@@ -0,0 +1,2 @@
+build.directory=target
+maven.test.skip=true
Added: trunk/commons-parent/debian/changelog
===================================================================
--- trunk/commons-parent/debian/changelog (rev 0)
+++ trunk/commons-parent/debian/changelog 2011-11-13 23:13:19 UTC (rev 15392)
@@ -0,0 +1,5 @@
+commons-parent (21-1) unstable; urgency=low
+
+ * Initial release (Closes: #644561)
+
+ -- Ludovic Claude <ludovic.claude at laposte.net> Fri, 07 Oct 2011 00:27:53 +0100
Added: trunk/commons-parent/debian/compat
===================================================================
--- trunk/commons-parent/debian/compat (rev 0)
+++ trunk/commons-parent/debian/compat 2011-11-13 23:13:19 UTC (rev 15392)
@@ -0,0 +1 @@
+7
Added: trunk/commons-parent/debian/control
===================================================================
--- trunk/commons-parent/debian/control (rev 0)
+++ trunk/commons-parent/debian/control 2011-11-13 23:13:19 UTC (rev 15392)
@@ -0,0 +1,26 @@
+Source: commons-parent
+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 (>= 7), default-jdk, maven-repo-helper (>= 1.7)
+Build-Depends-Indep: libapache-pom-java (>= 7)
+Standards-Version: 3.9.2
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-parent
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-parent
+Homepage: http://commons.apache.org/
+
+Package: libcommons-parent-java
+Architecture: all
+Depends: ${misc:Depends}, libapache-pom-java (>= 9)
+Description: Maven metadata for Apache Commons project
+ The Apache Software Foundation provides support for the Apache community
+ of open-source software projects. The Apache projects are characterized
+ by a collaborative, consensus based development process, an open and pragmatic
+ software license, and a desire to create high quality software that leads
+ the way in its field. We consider ourselves not simply a group of projects
+ sharing a server, but rather a community of developers and users.
+ .
+ This package contains the Maven metadata shared between all components of
+ the Apache Commons project.
+
Added: trunk/commons-parent/debian/copyright
===================================================================
--- trunk/commons-parent/debian/copyright (rev 0)
+++ trunk/commons-parent/debian/copyright 2011-11-13 23:13:19 UTC (rev 15392)
@@ -0,0 +1,17 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: Commons Parent
+Source: http://commons.apache.org/
+
+Files: *
+Copyright: 2010, The Apache Software Foundation
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2010, 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/commons-parent/debian/libcommons-parent-java.poms
===================================================================
--- trunk/commons-parent/debian/libcommons-parent-java.poms (rev 0)
+++ trunk/commons-parent/debian/libcommons-parent-java.poms 2011-11-13 23:13:19 UTC (rev 15392)
@@ -0,0 +1,27 @@
+# List of POM files for the package
+# Format of this file is:
+# <path to pom file> [option]*
+# where option can be:
+# --ignore: ignore this POM or
+# --no-parent: remove the <parent> tag from the POM
+# --package=<package>: an alternative package to use when installing this POM
+# and its artifact
+# --has-package-version: to indicate that the original version of the POM is the same as the upstream part
+# of the version for the package.
+# --keep-elements=<elem1,elem2>: a list of XML elements to keep in the POM
+# during a clean operation with mh_cleanpom or mh_installpom
+# --artifact=<path>: path to the build artifact associated with this POM,
+# it will be installed when using the command mh_install
+# --java-lib: install the jar into /usr/share/java to comply with Debian
+# packaging guidelines
+# --usj-name=<name>: name to use when installing the library in /usr/share/java
+# --usj-version=<version>: version to use when installing the library in /usr/share/java
+# --no-usj-versionless: don't install the versionless link in /usr/share/java
+# --dest-jar=<path>: the destination for the real jar
+# it will be installed with mh_install.
+# --classifier=<classifier>: Optional, the classifier for the jar. Empty by default.
+# --ignore-pom: don't install the POM with mh_install or mh_installpoms. To use with POM files that are created
+# temporarily for certain artifacts such as Javadoc jars.
+#
+pom.xml --has-package-version --site-xml=src/site/site.xml
+
Added: trunk/commons-parent/debian/maven.cleanIgnoreRules
===================================================================
--- trunk/commons-parent/debian/maven.cleanIgnoreRules (rev 0)
+++ trunk/commons-parent/debian/maven.cleanIgnoreRules 2011-11-13 23:13:19 UTC (rev 15392)
@@ -0,0 +1,17 @@
+# Maven clean ignore rules - ignore some Maven dependencies and plugins
+# during the clean phase of a Maven build
+# Format of this file is:
+# [group] [artifact] [type] [version] [classifier] [scope]
+# where each element can be either
+# - the exact string, for example org.apache for the group, or 3.1
+# for the version. In this case, the element is simply matched
+# and left as it is
+# - * (the star character, alone). In this case, anything will
+# match and be left as it is. For example, using * on the
+# position of the artifact field will match any artifact id
+# All elements much match before a rule can be applied
+# Example rule: match jar with groupid= junit, artifactid= junit
+# and version starting with 3., this dependency is then removed
+# from the POM before mvn clean is called
+# junit junit jar s/3\\..*/3.x/
+
Added: trunk/commons-parent/debian/maven.ignoreRules
===================================================================
--- trunk/commons-parent/debian/maven.ignoreRules (rev 0)
+++ trunk/commons-parent/debian/maven.ignoreRules 2011-11-13 23:13:19 UTC (rev 15392)
@@ -0,0 +1,16 @@
+# Maven ignore rules - ignore some Maven dependencies and plugins
+# Format of this file is:
+# [group] [artifact] [type] [version] [classifier] [scope]
+# where each element can be either
+# - the exact string, for example org.apache for the group, or 3.1
+# for the version. In this case, the element is simply matched
+# and left as it is
+# - * (the star character, alone). In this case, anything will
+# match and be left as it is. For example, using * on the
+# position of the artifact field will match any artifact id
+# All elements much match before a rule can be applied
+# Example rule: match jar with groupid= junit, artifactid= junit
+# and version starting with 3., this dependency is then removed
+# from the POM
+# junit junit jar s/3\\..*/3.x/
+
Added: trunk/commons-parent/debian/maven.publishedRules
===================================================================
--- trunk/commons-parent/debian/maven.publishedRules (rev 0)
+++ trunk/commons-parent/debian/maven.publishedRules 2011-11-13 23:13:19 UTC (rev 15392)
@@ -0,0 +1,19 @@
+# Maven published rules - additional rules to publish, to help
+# the packaging work of Debian maintainers using mh_make
+# Format of this file is:
+# [group] [artifact] [type] [version] [classifier] [scope]
+# where each element can be either
+# - the exact string, for example org.apache for the group, or 3.1
+# for the version. In this case, the element is simply matched
+# and left as it is
+# - * (the star character, alone). In this case, anything will
+# match and be left as it is. For example, using * on the
+# position of the artifact field will match any artifact id
+# - a regular expression of the form s/match/replace/
+# in this case, elements that match are transformed using
+# the regex rule.
+# All elements much match before a rule can be applied
+# Example rule: match jar with groupid= junit, artifactid= junit
+# and version starting with 3., replacing the version with 3.x
+# junit junit jar s/3\\..*/3.x/
+
Added: trunk/commons-parent/debian/maven.rules
===================================================================
--- trunk/commons-parent/debian/maven.rules (rev 0)
+++ trunk/commons-parent/debian/maven.rules 2011-11-13 23:13:19 UTC (rev 15392)
@@ -0,0 +1,20 @@
+# Maven rules - transform Maven dependencies and plugins
+# Format of this file is:
+# [group] [artifact] [type] [version] [classifier] [scope]
+# where each element can be either
+# - the exact string, for example org.apache for the group, or 3.1
+# for the version. In this case, the element is simply matched
+# and left as it is
+# - * (the star character, alone). In this case, anything will
+# match and be left as it is. For example, using * on the
+# position of the artifact field will match any artifact id
+# - a regular expression of the form s/match/replace/
+# in this case, elements that match are transformed using
+# the regex rule.
+# All elements much match before a rule can be applied
+# Example rule: match jar with groupid= junit, artifactid= junit
+# and version starting with 3., replacing the version with 3.x
+# junit junit jar s/3\\..*/3.x/
+
+org.apache apache pom s/.*/debian/ * *
+org.apache.commons commons-parent pom s/.*/debian/ * *
Added: trunk/commons-parent/debian/orig-tar.sh
===================================================================
--- trunk/commons-parent/debian/orig-tar.sh (rev 0)
+++ trunk/commons-parent/debian/orig-tar.sh 2011-11-13 23:13:19 UTC (rev 15392)
@@ -0,0 +1,16 @@
+#!/bin/sh -e
+
+VERSION=$2
+TAR=../commons-parent_$VERSION.orig.tar.gz
+DIR=commons-parent-$VERSION
+TAG=$(echo "commons-parent-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
+
+svn export http://svn.apache.org/repos/asf/commons/proper/commons-parent/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
Property changes on: trunk/commons-parent/debian/orig-tar.sh
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/commons-parent/debian/rules
===================================================================
--- trunk/commons-parent/debian/rules (rev 0)
+++ trunk/commons-parent/debian/rules 2011-11-13 23:13:19 UTC (rev 15392)
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+DEB_SOURCE_PACKAGE := $(shell dpkg-parsechangelog | grep '^Source:' | cut -f 2 -d ' ')
+DEB_UPSTREAM_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ' | cut -d: -f2- | sed 's/-[^-]*$$//')
+
+%:
+ dh $@ --with maven_repo_helper
+
+get-orig-source:
+ uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
Property changes on: trunk/commons-parent/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/commons-parent/debian/source/format
===================================================================
--- trunk/commons-parent/debian/source/format (rev 0)
+++ trunk/commons-parent/debian/source/format 2011-11-13 23:13:19 UTC (rev 15392)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: trunk/commons-parent/debian/watch
===================================================================
--- trunk/commons-parent/debian/watch (rev 0)
+++ trunk/commons-parent/debian/watch 2011-11-13 23:13:19 UTC (rev 15392)
@@ -0,0 +1,4 @@
+version=3
+opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
+ http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/ \
+ commons-parent-(\d.*)/ debian debian/orig-tar.sh
More information about the pkg-java-commits
mailing list