debian/0000755000000000000000000000000012152311306007160 5ustar debian/source/0000755000000000000000000000000012152311111010452 5ustar debian/source/format0000644000000000000000000000001412152311111011660 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000073312152311111011110 0ustar 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 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' debian/maven.cleanIgnoreRules0000644000000000000000000000000112152311230013434 0ustar debian/maven.rules0000644000000000000000000000033012152311230011332 0ustar 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/ * * debian/maven.ignoreRules0000644000000000000000000000060612152311230012504 0ustar 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 clirr-maven-plugin * * * * org.codehaus.mojo cobertura-maven-plugin * * * * org.codehaus.mojo findbugs-maven-plugin * * * * debian/compat0000644000000000000000000000000212152311111010350 0ustar 7 debian/README.source0000644000000000000000000000047212152311111011334 0ustar 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. debian/watch0000644000000000000000000000016112152311111010201 0ustar version=3 http://archive.apache.org/dist/commons/jexl/source/commons-jexl-(2\.[\.\d]+)-src.tar.gz debian uupdate debian/maven.publishedRules0000644000000000000000000000006612152311230013200 0ustar org.apache.commons commons-jexl jar s/.*/debian/ * * debian/libcommons-jexl2-java-doc.doc-base.api0000644000000000000000000000053112152311111016166 0ustar 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/* debian/maven.properties0000644000000000000000000000012012152311111012367 0ustar maven.test.skip = false maven.compiler.source = 1.5 maven.compiler.target = 1.5 debian/patches/0000755000000000000000000000000012152311111010601 5ustar debian/patches/series0000644000000000000000000000002412152311111012012 0ustar 001-Fix-tests.patch debian/patches/001-Fix-tests.patch0000644000000000000000000000124212152311111014005 0ustar Description: Fix a test failure with JUnit 4.11 due to the out of order execution of the test methods. This issue is fixed in JEXL 3. Author: Emmanuel Bourg Forwarded: not-needed --- a/src/test/java/org/apache/commons/jexl2/ArithmeticTest.java +++ b/src/test/java/org/apache/commons/jexl2/ArithmeticTest.java @@ -137,6 +137,7 @@ * test some simple mathematical calculations */ public void testCalculations() throws Exception { + JexlThreadedArithmetic.setLenient(Boolean.TRUE); asserter.setVariable("foo", new Integer(2)); @@ -347,4 +348,4 @@ } debuggerCheck(jexl); } -} \ No newline at end of file +} debian/libcommons-jexl2-java.poms0000644000000000000000000000317212152311230014162 0ustar # List of POM files for the package # Format of this file is: # [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 tag from the POM # --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=: a list of XML elements to keep in the POM # during a clean operation with mh_cleanpom or mh_installpom # --artifact=: 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 to use when installing the library in /usr/share/java # --usj-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=: the destination for the real jar. # It will be installed with mh_install. [mh_install] # --classifier=: Optional, the classifier for the jar. Empty by default. # --site-xml=: Optional, the location for site.xml if it needs to be installed. # Empty by default. [mh_install] # pom.xml --has-package-version debian/control0000644000000000000000000000312212152311111010553 0ustar Source: libcommons-jexl2-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Emmanuel Bourg Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.6.1), javahelper Build-Depends-Indep: 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. debian/rules0000755000000000000000000000124712152311111010236 0ustar #!/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 debian/libcommons-jexl2-java.classpath0000644000000000000000000000006512152311111015162 0ustar usr/share/java/commons-jexl2.jar commons-logging.jar debian/libcommons-jexl2-java-doc.install0000644000000000000000000000007212152311111015407 0ustar target/apidocs/* usr/share/doc/libcommons-jexl2-java/api debian/changelog0000644000000000000000000000074012152311111011025 0ustar libcommons-jexl2-java (2.1.1-2) unstable; urgency=low * Upload to unstable * Added a patch fixing a test failure with JUnit 4.11 due to the out of order execution. * Removed the build dependency on libclirr-maven-plugin-java -- Emmanuel Bourg Sat, 01 Jun 2013 00:16:35 +0200 libcommons-jexl2-java (2.1.1-1) experimental; urgency=low * Initial release (Closes: #705144) -- Emmanuel Bourg Thu, 25 Apr 2013 13:53:24 +0200