[pkg-java] r16567 - in trunk/libcommons-jexl2-java: . debian debian/source

Emmanuel Bourg ebourg-guest at alioth.debian.org
Thu Apr 25 12:42:59 UTC 2013


Author: ebourg-guest
Date: 2013-04-25 12:42:59 +0000 (Thu, 25 Apr 2013)
New Revision: 16567

Added:
   trunk/libcommons-jexl2-java/debian/
   trunk/libcommons-jexl2-java/debian/README.source
   trunk/libcommons-jexl2-java/debian/changelog
   trunk/libcommons-jexl2-java/debian/compat
   trunk/libcommons-jexl2-java/debian/control
   trunk/libcommons-jexl2-java/debian/copyright
   trunk/libcommons-jexl2-java/debian/libcommons-jexl2-java-doc.doc-base.api
   trunk/libcommons-jexl2-java/debian/libcommons-jexl2-java-doc.install
   trunk/libcommons-jexl2-java/debian/libcommons-jexl2-java.poms
   trunk/libcommons-jexl2-java/debian/maven.cleanIgnoreRules
   trunk/libcommons-jexl2-java/debian/maven.ignoreRules
   trunk/libcommons-jexl2-java/debian/maven.properties
   trunk/libcommons-jexl2-java/debian/maven.publishedRules
   trunk/libcommons-jexl2-java/debian/maven.rules
   trunk/libcommons-jexl2-java/debian/rules
   trunk/libcommons-jexl2-java/debian/source/
   trunk/libcommons-jexl2-java/debian/source/format
   trunk/libcommons-jexl2-java/debian/watch
Log:
Initial import


Added: trunk/libcommons-jexl2-java/debian/README.source
===================================================================
--- trunk/libcommons-jexl2-java/debian/README.source	                        (rev 0)
+++ trunk/libcommons-jexl2-java/debian/README.source	2013-04-25 12:42:59 UTC (rev 16567)
@@ -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.

Added: trunk/libcommons-jexl2-java/debian/changelog
===================================================================
--- trunk/libcommons-jexl2-java/debian/changelog	                        (rev 0)
+++ trunk/libcommons-jexl2-java/debian/changelog	2013-04-25 12:42:59 UTC (rev 16567)
@@ -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

Added: trunk/libcommons-jexl2-java/debian/compat
===================================================================
--- trunk/libcommons-jexl2-java/debian/compat	                        (rev 0)
+++ trunk/libcommons-jexl2-java/debian/compat	2013-04-25 12:42:59 UTC (rev 16567)
@@ -0,0 +1 @@
+7

Added: trunk/libcommons-jexl2-java/debian/control
===================================================================
--- trunk/libcommons-jexl2-java/debian/control	                        (rev 0)
+++ trunk/libcommons-jexl2-java/debian/control	2013-04-25 12:42:59 UTC (rev 16567)
@@ -0,0 +1,34 @@
+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.5)
+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
+Recommends: ${maven:OptionalDepends}
+Suggests: libcommons-jexl2-java-doc
+Description: Commons JEXL
+ The Commons Jexl library is an implementation of the JSTL Expression Language
+ with extensions.
+
+Package: libcommons-jexl2-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${maven:DocDepends}
+Recommends: ${maven:DocOptionalDepends}
+Suggests: libcommons-jexl2-java
+Description: Documentation for 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.

Added: trunk/libcommons-jexl2-java/debian/copyright
===================================================================
--- trunk/libcommons-jexl2-java/debian/copyright	                        (rev 0)
+++ trunk/libcommons-jexl2-java/debian/copyright	2013-04-25 12:42:59 UTC (rev 16567)
@@ -0,0 +1,17 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: 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'
+
+

Added: trunk/libcommons-jexl2-java/debian/libcommons-jexl2-java-doc.doc-base.api
===================================================================
--- trunk/libcommons-jexl2-java/debian/libcommons-jexl2-java-doc.doc-base.api	                        (rev 0)
+++ trunk/libcommons-jexl2-java/debian/libcommons-jexl2-java-doc.doc-base.api	2013-04-25 12:42:59 UTC (rev 16567)
@@ -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/*

Added: trunk/libcommons-jexl2-java/debian/libcommons-jexl2-java-doc.install
===================================================================
--- trunk/libcommons-jexl2-java/debian/libcommons-jexl2-java-doc.install	                        (rev 0)
+++ trunk/libcommons-jexl2-java/debian/libcommons-jexl2-java-doc.install	2013-04-25 12:42:59 UTC (rev 16567)
@@ -0,0 +1,2 @@
+target/apidocs/* usr/share/doc/libcommons-jexl2-java/api
+

Added: trunk/libcommons-jexl2-java/debian/libcommons-jexl2-java.poms
===================================================================
--- trunk/libcommons-jexl2-java/debian/libcommons-jexl2-java.poms	                        (rev 0)
+++ trunk/libcommons-jexl2-java/debian/libcommons-jexl2-java.poms	2013-04-25 12:42:59 UTC (rev 16567)
@@ -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

Added: trunk/libcommons-jexl2-java/debian/maven.cleanIgnoreRules
===================================================================
--- trunk/libcommons-jexl2-java/debian/maven.cleanIgnoreRules	                        (rev 0)
+++ trunk/libcommons-jexl2-java/debian/maven.cleanIgnoreRules	2013-04-25 12:42:59 UTC (rev 16567)
@@ -0,0 +1 @@
+

Added: trunk/libcommons-jexl2-java/debian/maven.ignoreRules
===================================================================
--- trunk/libcommons-jexl2-java/debian/maven.ignoreRules	                        (rev 0)
+++ trunk/libcommons-jexl2-java/debian/maven.ignoreRules	2013-04-25 12:42:59 UTC (rev 16567)
@@ -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 * * * *

Added: trunk/libcommons-jexl2-java/debian/maven.properties
===================================================================
--- trunk/libcommons-jexl2-java/debian/maven.properties	                        (rev 0)
+++ trunk/libcommons-jexl2-java/debian/maven.properties	2013-04-25 12:42:59 UTC (rev 16567)
@@ -0,0 +1,2 @@
+maven.compiler.source = 1.5
+maven.compiler.target = 1.5

Added: trunk/libcommons-jexl2-java/debian/maven.publishedRules
===================================================================
--- trunk/libcommons-jexl2-java/debian/maven.publishedRules	                        (rev 0)
+++ trunk/libcommons-jexl2-java/debian/maven.publishedRules	2013-04-25 12:42:59 UTC (rev 16567)
@@ -0,0 +1,2 @@
+
+org.apache.commons commons-jexl jar s/.*/debian/ * *

Added: trunk/libcommons-jexl2-java/debian/maven.rules
===================================================================
--- trunk/libcommons-jexl2-java/debian/maven.rules	                        (rev 0)
+++ trunk/libcommons-jexl2-java/debian/maven.rules	2013-04-25 12:42:59 UTC (rev 16567)
@@ -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/ * *

Added: trunk/libcommons-jexl2-java/debian/rules
===================================================================
--- trunk/libcommons-jexl2-java/debian/rules	                        (rev 0)
+++ trunk/libcommons-jexl2-java/debian/rules	2013-04-25 12:42:59 UTC (rev 16567)
@@ -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/libcommons-jexl2-java/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/libcommons-jexl2-java/debian/source/format
===================================================================
--- trunk/libcommons-jexl2-java/debian/source/format	                        (rev 0)
+++ trunk/libcommons-jexl2-java/debian/source/format	2013-04-25 12:42:59 UTC (rev 16567)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/libcommons-jexl2-java/debian/watch
===================================================================
--- trunk/libcommons-jexl2-java/debian/watch	                        (rev 0)
+++ trunk/libcommons-jexl2-java/debian/watch	2013-04-25 12:42:59 UTC (rev 16567)
@@ -0,0 +1,2 @@
+version=3
+http://archive.apache.org/dist/commons/jexl/source/commons-jexl-(2\.[\.\d]+)-src.tar.gz debian uupdate




More information about the pkg-java-commits mailing list