[apache-pom] 02/20: [svn-inject] Application des modifications Debian (7-1) pour le tronc
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Jul 20 22:51:12 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository apache-pom.
commit 70a3117874c7c001cd7359f9db5030f229293401
Author: Ludovic Claude <ludovic.claude at laposte.net>
Date: Sun Nov 13 23:03:14 2011 +0000
[svn-inject] Application des modifications Debian (7-1) pour le tronc
---
debian/README.source | 6 ++++++
debian/build.properties | 3 +++
debian/changelog | 6 ++++++
debian/compat | 1 +
debian/control | 23 +++++++++++++++++++++++
debian/copyright | 15 +++++++++++++++
debian/libapache-pom-java.poms | 20 ++++++++++++++++++++
debian/maven.cleanIgnoreRules | 17 +++++++++++++++++
debian/maven.ignoreRules | 26 ++++++++++++++++++++++++++
debian/maven.publishedRules | 19 +++++++++++++++++++
debian/maven.rules | 19 +++++++++++++++++++
debian/orig-tar.sh | 16 ++++++++++++++++
debian/rules | 19 +++++++++++++++++++
debian/source/format | 1 +
debian/watch | 4 ++++
15 files changed, 195 insertions(+)
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..be66def
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,6 @@
+Information about apache-pom
+------------------------------
+
+This package was debianized using the mh_make command
+from the maven-debian-helper package.
+
diff --git a/debian/build.properties b/debian/build.properties
new file mode 100644
index 0000000..2050a79
--- /dev/null
+++ b/debian/build.properties
@@ -0,0 +1,3 @@
+build.directory=target
+javadoc.dir=target/apidocs
+maven.test.skip=true
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..8390a11
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+apache-pom (7-1) UNRELEASED; urgency=low
+
+ * Initial release (Closes: #nnnn) <nnnn is the bug number of your
+ ITP>
+
+ -- Ludovic Claude <ludovic.claude at laposte.net> Thu, 11 Nov 2010 18:27:31 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..4119b19
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: apache-pom
+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), cdbs, default-jdk, ant-optional, maven-ant-helper (>> 6.7)
+Build-Depends-Indep: maven-repo-helper (>= 1.4)
+Standards-Version: 3.9.1
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/apache-pom
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/apache-pom
+Homepage: http://www.apache.org/
+
+Package: libapache-pom-java
+Architecture: all
+Depends: ${misc:Depends},
+Description: Maven POM for The Apache Software Foundation
+ 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.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..9729f85
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,15 @@
+Format-Specification: http://dep.debian.net/deps/dep5/
+Name: The Apache Software Foundation
+Source: http://www.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
+ TODO: include the full license text here
+
+
diff --git a/debian/libapache-pom-java.poms b/debian/libapache-pom-java.poms
new file mode 100644
index 0000000..3e356a1
--- /dev/null
+++ b/debian/libapache-pom-java.poms
@@ -0,0 +1,20 @@
+# 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
+# --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
+#
+pom.xml --has-package-version
diff --git a/debian/maven.cleanIgnoreRules b/debian/maven.cleanIgnoreRules
new file mode 100644
index 0000000..b47b61d
--- /dev/null
+++ b/debian/maven.cleanIgnoreRules
@@ -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/
+
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
new file mode 100644
index 0000000..c689ed4
--- /dev/null
+++ b/debian/maven.ignoreRules
@@ -0,0 +1,26 @@
+# 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/
+
+org.apache.maven.plugins maven-docck-plugin * * * *
+org.apache.maven.plugins maven-enforcer-plugin * * * *
+org.apache.maven.plugins maven-gpg-plugin * * * *
+org.apache.maven.plugins maven-invoker-plugin * * * *
+org.apache.maven.plugins maven-project-info-reports-plugin * * * *
+org.apache.maven.plugins maven-remote-resources-plugin * * * *
+org.apache.maven.plugins maven-scm-plugin * * * *
+org.codehaus.modello modello-maven-plugin * * * *
+org.codehaus.mojo clirr-maven-plugin * * * *
+org.codehaus.plexus plexus-maven-plugin * * * *
diff --git a/debian/maven.publishedRules b/debian/maven.publishedRules
new file mode 100644
index 0000000..822f087
--- /dev/null
+++ b/debian/maven.publishedRules
@@ -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/
+
diff --git a/debian/maven.rules b/debian/maven.rules
new file mode 100644
index 0000000..7b24d88
--- /dev/null
+++ b/debian/maven.rules
@@ -0,0 +1,19 @@
+# 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/ * *
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
new file mode 100755
index 0000000..40be34f
--- /dev/null
+++ b/debian/orig-tar.sh
@@ -0,0 +1,16 @@
+#!/bin/sh -e
+
+VERSION=$2
+TAR=../apache-pom_$VERSION.orig.tar.gz
+DIR=apache-pom-$VERSION
+TAG=$(echo "apache-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
+
+svn export http://svn.apache.org/repos/asf/maven/pom/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
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..acdbd64
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+JAVA_HOME := /usr/lib/jvm/default-java
+DEB_JARS := ant-nodeps ant-junit
+DEB_ANT_BUILDFILE := /usr/share/maven-ant-helper/maven-build.xml
+DEB_ANT_ARGS := -Dbasedir=$(realpath .) -Dpackage=$(DEB_SOURCE_PACKAGE)
+
+get-orig-source:
+ uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
+
+binary-post-install/libapache-pom-java::
+ mh_install -plibapache-pom-java
+
+clean::
+ -mh_clean
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..db4fda4
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
+ http://svn.apache.org/repos/asf/maven/pom/tags/ \
+ apache-(\d.*)/ debian debian/orig-tar.sh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/apache-pom.git
More information about the pkg-java-commits
mailing list