[libcommons-jexl2-java] 01/01: [svn-buildpackage] Tagging libcommons-jexl2-java 2.1.1-1
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Jan 20 14:18:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to annotated tag debian/2.1.1-1
in repository libcommons-jexl2-java.
commit d7879d87fa89789a62b1506af4a3023cd8fe9304
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Apr 29 13:17:27 2013 +0000
[svn-buildpackage] Tagging libcommons-jexl2-java 2.1.1-1
---
debian/README.source | 9 +++++++
debian/changelog | 5 ++++
debian/compat | 1 +
debian/control | 37 +++++++++++++++++++++++++++
debian/copyright | 17 ++++++++++++
debian/libcommons-jexl2-java-doc.doc-base.api | 10 ++++++++
debian/libcommons-jexl2-java-doc.install | 2 ++
debian/libcommons-jexl2-java.classpath | 1 +
debian/libcommons-jexl2-java.poms | 28 ++++++++++++++++++++
debian/maven.cleanIgnoreRules | 1 +
debian/maven.ignoreRules | 8 ++++++
debian/maven.properties | 3 +++
debian/maven.publishedRules | 2 ++
debian/maven.rules | 5 ++++
debian/rules | 17 ++++++++++++
debian/source/format | 1 +
debian/watch | 2 ++
17 files changed, 149 insertions(+)
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..8aa198f
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,9 @@
+Information about libcommons-jexl2-java
+---------------------------------------
+
+This package was debianized using the mh_make command
+from the maven-debian-helper package.
+
+The build system uses Maven but prevents it from downloading
+anything from the Internet, making the build compliant with
+the Debian policy.
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..1d8d143
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libcommons-jexl2-java (2.1.1-1) experimental; urgency=low
+
+ * Initial release (Closes: #705144)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Thu, 25 Apr 2013 13:53:24 +0200
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..f8825b3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,37 @@
+Source: libcommons-jexl2-java
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Emmanuel Bourg <ebourg at apache.org>
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.6.1), javahelper
+Build-Depends-Indep: libclirr-maven-plugin-java, libjavacc-maven-plugin-java, libcommons-logging-java,
+ libcommons-parent-java (>= 22), junit4, default-jdk-doc, libcommons-logging-java-doc,
+ libmaven-javadoc-plugin-java
+Standards-Version: 3.9.4
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-jexl2-java
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-jexl2-java
+Homepage: http://commons.apache.org/jexl
+
+Package: libcommons-jexl2-java
+Architecture: all
+Depends: ${misc:Depends}, libcommons-logging-java
+Suggests: libcommons-jexl2-java-doc
+Description: Apache Commons JEXL - Java Expression Language
+ JEXL is a library intended to facilitate the implementation of dynamic and
+ scripting features in applications and frameworks written in Java.
+ .
+ JEXL implements an Expression Language based on some extensions to the JSTL
+ Expression Language supporting most of the constructs seen in shell-script
+ or ECMAScript.
+
+Package: libcommons-jexl2-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${maven:DocDepends}
+Recommends: ${maven:DocOptionalDepends}
+Suggests: libcommons-jexl2-java
+Description: Documentation for Apache Commons JEXL
+ The Commons JEXL library is an implementation of the JSTL Expression Language
+ with extensions.
+ .
+ This package contains the API documentation of libcommons-jexl2-java.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..85cec7d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,17 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Apache Commons JEXL
+Source: http://commons.apache.org/jexl/
+
+Files: *
+Copyright: 2001-2013, The Apache Software Foundation
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2013, Emmanuel Bourg <ebourg at apache.org>
+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'
+
+
diff --git a/debian/libcommons-jexl2-java-doc.doc-base.api b/debian/libcommons-jexl2-java-doc.doc-base.api
new file mode 100644
index 0000000..6206074
--- /dev/null
+++ b/debian/libcommons-jexl2-java-doc.doc-base.api
@@ -0,0 +1,10 @@
+Document: libcommons-jexl2-java
+Title: API Javadoc for Commons JEXL
+Author: The Apache Software Foundation developers
+Abstract: This is the API Javadoc provided for the
+ libcommons-jexl2-java library.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libcommons-jexl2-java/api/index.html
+Files: /usr/share/doc/libcommons-jexl2-java/api/*
diff --git a/debian/libcommons-jexl2-java-doc.install b/debian/libcommons-jexl2-java-doc.install
new file mode 100644
index 0000000..b60f4ac
--- /dev/null
+++ b/debian/libcommons-jexl2-java-doc.install
@@ -0,0 +1,2 @@
+target/apidocs/* usr/share/doc/libcommons-jexl2-java/api
+
diff --git a/debian/libcommons-jexl2-java.classpath b/debian/libcommons-jexl2-java.classpath
new file mode 100644
index 0000000..e4dc90b
--- /dev/null
+++ b/debian/libcommons-jexl2-java.classpath
@@ -0,0 +1 @@
+usr/share/java/commons-jexl2.jar commons-logging.jar
diff --git a/debian/libcommons-jexl2-java.poms b/debian/libcommons-jexl2-java.poms
new file mode 100644
index 0000000..0417132
--- /dev/null
+++ b/debian/libcommons-jexl2-java.poms
@@ -0,0 +1,28 @@
+# 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 and its artifact if any
+# --ignore-pom: don't install the POM. To use on POM files that are created
+# temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms]
+# --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. [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. [mh_install]
+# --classifier=<classifier>: Optional, the classifier for the jar. Empty by default.
+# --site-xml=<location>: Optional, the location for site.xml if it needs to be installed.
+# Empty by default. [mh_install]
+#
+pom.xml --has-package-version
diff --git a/debian/maven.cleanIgnoreRules b/debian/maven.cleanIgnoreRules
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/debian/maven.cleanIgnoreRules
@@ -0,0 +1 @@
+
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
new file mode 100644
index 0000000..22af498
--- /dev/null
+++ b/debian/maven.ignoreRules
@@ -0,0 +1,8 @@
+
+org.apache.bsf bsf-api * * * *
+org.apache.maven.plugins maven-assembly-plugin * * * *
+org.apache.maven.plugins maven-changes-plugin * * * *
+org.apache.maven.plugins maven-checkstyle-plugin * * * *
+org.apache.maven.plugins maven-pmd-plugin * * * *
+org.codehaus.mojo cobertura-maven-plugin * * * *
+org.codehaus.mojo findbugs-maven-plugin * * * *
diff --git a/debian/maven.properties b/debian/maven.properties
new file mode 100644
index 0000000..ea16790
--- /dev/null
+++ b/debian/maven.properties
@@ -0,0 +1,3 @@
+maven.test.skip = false
+maven.compiler.source = 1.5
+maven.compiler.target = 1.5
diff --git a/debian/maven.publishedRules b/debian/maven.publishedRules
new file mode 100644
index 0000000..cec159e
--- /dev/null
+++ b/debian/maven.publishedRules
@@ -0,0 +1,2 @@
+
+org.apache.commons commons-jexl jar s/.*/debian/ * *
diff --git a/debian/maven.rules b/debian/maven.rules
new file mode 100644
index 0000000..d7c0b8e
--- /dev/null
+++ b/debian/maven.rules
@@ -0,0 +1,5 @@
+
+junit junit jar s/4\..*/4.x/ * *
+org.apache.commons commons-jexl jar s/.*/debian/ * *
+org.apache.commons commons-parent pom s/.*/debian/ * *
+commons-logging s/commons-logging-api/commons-logging/ * s/.*/debian/ * *
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..81ee26a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,17 @@
+#!/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
+DEB_INSTALL_CHANGELOGS_ALL := RELEASE-NOTES.txt
+
+binary-post-install/libcommons-jexl2-java::
+ mh_installpoms -plibcommons-jexl2-java
+ mh_installjar -plibcommons-jexl2-java -l pom.xml -ncommons-jexl2 target/commons-jexl-$(DEB_UPSTREAM_VERSION).jar
+ rm debian/libcommons-jexl2-java/usr/share/java/commons-jexl.jar
+ rm debian/libcommons-jexl2-java/usr/share/java/commons-jexl-$(DEB_UPSTREAM_VERSION).jar
+ jh_classpath -plibcommons-jexl2-java
+
+get-orig-source:
+ uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
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..1d88b04
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://archive.apache.org/dist/commons/jexl/source/commons-jexl-(2\.[\.\d]+)-src.tar.gz debian uupdate
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-jexl2-java.git
More information about the pkg-java-commits
mailing list