This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-jexl2-java.
commit 0a621b3552f0009f273fa5a07ab92ad4c4e8644a Author: Emmanuel Bourg <[email protected]> Date: Thu Apr 25 12:42:59 2013 +0000 Initial import --- debian/README.source | 9 +++++++ debian/changelog | 5 ++++ debian/compat | 1 + debian/control | 34 +++++++++++++++++++++++++++ debian/copyright | 17 ++++++++++++++ debian/libcommons-jexl2-java-doc.doc-base.api | 10 ++++++++ debian/libcommons-jexl2-java-doc.install | 2 ++ debian/libcommons-jexl2-java.poms | 28 ++++++++++++++++++++++ debian/maven.cleanIgnoreRules | 1 + debian/maven.ignoreRules | 8 +++++++ debian/maven.properties | 2 ++ debian/maven.publishedRules | 2 ++ debian/maven.rules | 5 ++++ debian/rules | 9 +++++++ debian/source/format | 1 + debian/watch | 2 ++ 16 files changed, 136 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 <[email protected]> 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..554a53a --- /dev/null +++ b/debian/control @@ -0,0 +1,34 @@ +Source: libcommons-jexl2-java +Section: java +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Emmanuel Bourg <[email protected]> +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. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..1b557a1 --- /dev/null +++ b/debian/copyright @@ -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 <[email protected]> +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.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..c86ed49 --- /dev/null +++ b/debian/maven.properties @@ -0,0 +1,2 @@ +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..b76c54a --- /dev/null +++ b/debian/rules @@ -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 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

