debian/0000755000000000000000000000000011701423552007166 5ustar debian/rules0000755000000000000000000000221411701423315010242 0ustar #!/usr/bin/make -f # debian/rules for libcommons-jexl-java (uses CDBS) # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 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 := junit commons-logging DEB_ANT_BUILD_TARGET := jar #DEB_ANT_TEST_TARGET := test ANT_OPTS := -Dant.build.javac.source=1.4 -Dant.build.javac.target=1.4 PACKAGE := commons-jexl MAVEN_REPO := http://repo1.maven.org/maven2 LIBRARY=commons-jexl install/libcommons-jexl-java:: ln -s commons-jexl-$(DEB_UPSTREAM_VERSION).jar debian/libcommons-jexl-java/usr/share/java/commons-jexl.jar binary-post-install/lib$(PACKAGE)-java:: mh_installpoms -plib$(PACKAGE)-java mh_installjar -plib$(PACKAGE)-java -l debian/poms/$(PACKAGE).pom target/$(PACKAGE)-$(DEB_UPSTREAM_VERSION).jar get-orig-source:: uscan --verbose --force-download --rename get-orig-pom: mkdir -p debian/poms wget -U NoSuchBrowser/1.0 -O debian/poms/$(PACKAGE).pom \ $(MAVEN_REPO)/commons-jexl/$(PACKAGE)/$(DEB_UPSTREAM_VERSION)/$(PACKAGE)-$(DEB_UPSTREAM_VERSION).pom debian/watch0000644000000000000000000000016011075021314010206 0ustar version=3 http://archive.apache.org/dist/commons/jexl/source/commons-jexl-([\d\.]*)-src\.tar\.gz debian uupdate debian/changelog0000644000000000000000000001142111701423213011031 0ustar libcommons-jexl-java (1.1-3) unstable; urgency=low * Team upload. * Bump debhelper compat to 7 (and update Build-Depends). * d/control: Change Standards-Version to 3.9.2: no changes needed. * d/control: Drop Depends on JRE runtime from library package. * d/{control,copyright}: Wrap and sort. * Switch to 3.0 (quilt) source format. -- Damien Raude-Morvan Thu, 05 Jan 2012 23:39:06 +0100 libcommons-jexl-java (1.1-2) unstable; urgency=low * Team upload. [ Emmanuel Bourg ] * Update of the URLs * Rename Jakarta Commons to Apache Commons [ James Page ] * Install POM file. (Closes: #612573) * Fix Section in d/control. * Update Standards-Version. [ Torsten Werner ] * Remove Arnaud and Wolfgang from Uploaders list. -- Torsten Werner Wed, 09 Feb 2011 22:22:58 +0100 libcommons-jexl-java (1.1-1) unstable; urgency=low [ Michael Koch ] * debian/watch - Updated watch file to match upstream version better. [ Onkar Shinde ] * New upstream release. * debian/control - Move cdbs and debhelper to 'Build-Depends' to make lintian happy. - Bump debhelper version needed to 5. - Use default-jdk as build dependency. - Use default-jre as runtime dependency. - Remove homepage from description and add 'Homepage' field. - Change standard version to 3.8.1. - Add myself to uploaders. * debian/compat - Bump to 5. * debina/rules - Use java home corresponding to default-jdk. - Add ant options to compile for target JVM 1.4. - Use DEB_UPSTREAM_VERSION. - Create symlink in the install target. - Remove unused variable JLIBS. * debian/links - Remove, not needed anymore. * debian/ant.properties - Remove jar file name as it is already present in build.xml. * debian/install - Remove version from jar file name. * debian/patches - 01_jar_without_tests.patch: Refreshed for current source. * debian/watch - Change url to match current source repository. * debian/README.source - Add for compliance with standards version 3.8.0. * debian/copyright - The library is licensed under Apache License 2.0 now. So remove complete text of previous license and point to the common-licenses folder. - Update copyright years to 1999-2006. -- Onkar Shinde Sun, 29 Mar 2009 03:19:09 +0530 libcommons-jexl-java (1.0-5) unstable; urgency=low * debian/rules: removed ANT_HOME and DEB_ANT_COMPILER (closes: #396334), thanks to Julien Danjou, and Andreas Jochens -- Arnaud Vandyck Sat, 4 Nov 2006 16:29:54 +0100 libcommons-jexl-java (1.0-4) unstable; urgency=low * build with java-gcj-compat-dev (jikes no more needed) (closes: Bug#395366) * debian/rules: ant-launcher.jar no more needed * updated Standard-Version to 3.7.2; no change needed. -- Arnaud Vandyck Mon, 30 Oct 2006 10:42:33 +0100 libcommons-jexl-java (1.0-3) unstable; urgency=low * gnujaxp transition * Standards-Version 3.6.2 (no changes) * Removed Ola, Takashi, Stefan from Uploaders * Added myself to uploaders -- Wolfgang Baer Tue, 17 Jan 2006 21:16:08 +0100 libcommons-jexl-java (1.0-2) unstable; urgency=low * libant1.6-java to ant transition -- Arnaud Vandyck Sat, 20 Aug 2005 20:22:50 +0200 libcommons-jexl-java (1.0-1) unstable; urgency=low * New upstream release * debian/watch: added * no more junit tests when building at the moment * no more documentation at the moment -- Arnaud Vandyck Mon, 11 Oct 2004 14:53:22 +0200 libcommons-jexl-java (0.99beta1-5) unstable; urgency=low * added gnujaxp to the build-dep (closes: #264074). -- Arnaud Vandyck Sun, 8 Aug 2004 01:17:46 +0200 libcommons-jexl-java (0.99beta1-4) unstable; urgency=low * Now build with SableVM and libant1.6-java -- Arnaud Vandyck Sat, 12 Jun 2004 19:04:09 +0200 libcommons-jexl-java (0.99beta1-3) unstable; urgency=low * Move to main: libcommons-logging-java is now in main, every dependencies are in main, the package is ready to move to main * removed dpatch dependency and using the cdbs simple patch sys facility * added gij and sablevm as alternative JVM * package now build with kaffe, libant1.5-java and jikes * debian/patches: removed unused files -- Arnaud Vandyck Tue, 4 May 2004 16:18:39 +0200 libcommons-jexl-java (0.99beta1-2) unstable; urgency=low * debian/control (Section): goes in contrib because of libcommons-logging-java -- Arnaud Vandyck Fri, 7 Nov 2003 11:31:01 +0100 libcommons-jexl-java (0.99beta1-1) unstable; urgency=low * Initial Release (closes: #217940). -- Arnaud Vandyck Wed, 29 Oct 2003 10:55:27 +0100 debian/poms/0000755000000000000000000000000011701423552010144 5ustar debian/poms/commons-jexl.pom0000644000000000000000000001153411524602626013304 0ustar 4.0.0 commons-jexl commons-jexl Commons JEXL 1.1 Jexl is an implementation of the JSTL Expression Language with extensions. http://jakarta.apache.org/commons/jexl/ http://issues.apache.org/jira/
commons-dev@jakarta.apache.org
2003 Commons Dev List commons-dev-subscribe@jakarta.apache.org commons-dev-unsubscribe@jakarta.apache.org http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/ Commons User List commons-user-subscribe@jakarta.apache.org commons-user-unsubscribe@jakarta.apache.org http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/ dion dIon Gillard dion@apache.org Apache Software Foundation geirm Geir Magnusson Jr. geirm@apache.org independent tobrien Tim O'Brien tobrien@apache.org independent proyal Peter Royal proyal@apache.org Pace Systems Group, Inc. jstrachan James Strachan jstrachan@apache.org SpiritSoft, Inc. rahul Rahul Akolkar rahul AT apache.org Apache Software Foundation The Apache Software License, Version 2.0 /LICENSE.txt scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/jexl/trunk scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/jexl/trunk http://svn.apache.org/repos/asf/jakarta/commons/proper/jexl/trunk The Apache Software Foundation http://jakarta.apache.org src/java src/test META-INF . NOTICE.txt maven-surefire-plugin **/*Test.java maven-xdoc-plugin 1.9.2 <strong>Site Only</strong> - v1.9.2 (minimum) maven-plugins maven-findbugs-plugin 1.1 <strong>Site Only</strong> - v1.1 (minimum) commons-logging commons-logging 1.0.3 junit junit 3.8.1 default Default Repository file:///www/jakarta.apache.org/builds/jakarta-commons/jexl/ default Default Site scp://people.apache.org//www/jakarta.apache.org/commons/jexl/ converted
debian/compat0000644000000000000000000000000211701421675010370 0ustar 7 debian/README.source0000644000000000000000000000272711125376011011352 0ustar This package uses CDBS (and therefore simple-patchsys.mk) in order to apply patches to the upstream source. Patches are stored in debian/patches and their filenames usually end in .patch or .diff . For further details, see the man page for cdbs-edit-patch. All commands described below should be run from the top directory of the package source tree, unless otherwise stated. * To generate the fully patched source, in a form ready for editing, that would be built to create Debian packages, run: make -f debian/rules apply-patches Note: It has been proposed that, in future, this should happen automatically when you run dpkg-source -x on a CDBS simple-patchsys.mk source package. However, this proposal has apparently not yet been implemented, so for now you have to do it yourself like this. * To modify the source and save those modifications so that they will be applied when building the package, pick a suitably informative patch file name, for example 01_add_README.source_file.patch, and then run: cdbs-edit-patch 01_add_README.source_file.patch This will place you in a new shell in a temporary copy of the source tree. Make your desired modifications to it, and then exit the shell to create the patch file containing them (this file will appear in debian/patches). * To remove source modifications that are currently being applied when building the package, run: make -f debian/rules reverse-patches debian/source/0000755000000000000000000000000011701423552010466 5ustar debian/source/format0000644000000000000000000000001411701423135011671 0ustar 3.0 (quilt) debian/README.Debian0000644000000000000000000000071410045725241011231 0ustar libcommons-jexl-java for Debian ------------------------------ No javadoc at the moment to put the library in main. As soon as a free replacement for the java documentation tool exists, I'll add the documentation. If your really want the documentation, at-get source this package and run 'ant javadoc' but you'll have to install a non-free j2sdk! In contrib because of libcommons-logging-java -- Arnaud Vandyck , Fri Nov 7 11:31:20 2003 debian/maven.rules0000644000000000000000000000167411524602626011364 0ustar # 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/ junit junit jar s/3\..*/3.x/ * * commons-logging commons-logging jar s/1\..*/debian/ * * debian/patches/0000755000000000000000000000000011701423552010615 5ustar debian/patches/01_jar_without_tests.patch0000644000000000000000000000120411125376011015711 0ustar diff -Nur -x '*.orig' -x '*~' libcommons-jexl-java-1.1/build.xml libcommons-jexl-java-1.1.new/build.xml --- libcommons-jexl-java-1.1/build.xml 2008-12-24 01:10:11.000000000 +0530 +++ libcommons-jexl-java-1.1.new/build.xml 2008-12-24 01:18:59.000000000 +0530 @@ -62,7 +62,7 @@ - + debian/patches/series0000644000000000000000000000003311701423123012020 0ustar 01_jar_without_tests.patch debian/libcommons-jexl-java.poms0000644000000000000000000000200711524602626014112 0ustar # List of POM files for the package # Format of this file is: # [option]* # where option can be: # --ignore: ignore this POM or # --no-parent: remove the tag from the POM # --package=: an alternative package to use when installing this POM # and its artifact # --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 # --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 # debian/poms/commons-jexl.pom debian/dirs0000644000000000000000000000001710045725241010050 0ustar usr/share/java debian/control0000644000000000000000000000146411701423272010575 0ustar Source: libcommons-jexl-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Onkar Shinde Build-Depends: cdbs, debhelper (>= 7) Build-Depends-Indep: ant, default-jdk, junit, libcommons-logging-java, maven-repo-helper Standards-Version: 3.9.2 Homepage: http://commons.apache.org/jexl Package: libcommons-jexl-java Architecture: all Depends: ${misc:Depends} Description: expression language engine This library is an expression language engine for easy embedding in applications and frameworks. It implements an extented version of the Expression Language of the JSTL (Java Standard Tag Library, java server related technology). debian/ant.properties0000644000000000000000000000003011075021314012051 0ustar build.sysclasspath=only debian/copyright0000644000000000000000000000123011701422753011117 0ustar This package was debianized by Arnaud Vandyck on Mon, 27 Oct 2003 17:57:08 +0200. It was downloaded from http://commons.apache.org/jexl Upstream Authors: dIon Gillard , Geir Magnusson Jr. , Tim O'Brien , Peter Royal , James Strachan , Rahul Akolkar Copyright: © 2003-2008 The Apache Software Foundation License: Apache 2.0 On Debian systems the full text of the Apache License can be found in `/usr/share/common-licenses/Apache-2.0'. debian/install0000644000000000000000000000005211075021314010546 0ustar target/commons-jexl-*.jar usr/share/java/