debian/0000755000000000000000000000000011746333231007171 5ustar debian/maven.cleanIgnoreRules0000644000000000000000000000151211746333123013461 0ustar # Maven ignore rules - ignore some 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 # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., this dependency is then removed # from the POM # junit junit jar s/3\\..*/3.x/ org.jvnet.wagon-svn wagon-svn * * * * org.codehaus.mojo javacc-maven-plugin * * * * debian/libjenkins-commons-jexl-java.poms0000644000000000000000000000277011746333123015557 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 # --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 # --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. # --classifier=: Optional, the classifier for the jar. Empty by default. # --ignore-pom: don't install the POM with mh_install or mh_installpoms. To use with POM files that are created # temporarily for certain artifacts such as Javadoc jars. # pom.xml --has-package-version --java-lib --usj-name=jenkins-commons-jexl debian/README.source0000644000000000000000000000060511746333123011351 0ustar Information about jenkins-commons-jexl ------------------------------------- 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. This package is a fork of commons-jexl maintained by the Jenkins CI project. debian/watch0000644000000000000000000000020611746333123010220 0ustar version=3 opts=dversionmangle=s/\.dfsg// \ http://githubredir.debian.net/github/jenkinsci/jexl/ (.+).tar.gz debian debian/orig-tar.sh debian/maven.properties0000644000000000000000000000022711746333123012416 0ustar # Include here properties to pass to Maven during the build. # For example: # maven.test.skip=true maven.compiler.source=1.5 maven.compiler.target=1.5 debian/rules0000755000000000000000000000043611746333123010254 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/javahelper.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 debian/control0000644000000000000000000000343411746333123010600 0ustar Source: jenkins-commons-jexl Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: James Page DM-Upload-Allowed: yes Build-Depends: cdbs, debhelper (>= 7), default-jdk, javahelper, maven-debian-helper Build-Depends-Indep: default-jdk-doc, junit, libcommons-logging-java, libcommons-logging-java-doc, libjavacc-maven-plugin-java, libmaven-javadoc-plugin-java Standards-Version: 3.9.3 Homepage: https://github.com/jenkinsci/jexl/ Vcs-Git: git://git.debian.org/git/pkg-java/jenkins-commons-jexl.git Vcs-Browser: http://git.debian.org/?p=pkg-java/jenkins-commons-jexl.git Package: libjenkins-commons-jexl-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Suggests: libjenkins-commons-jexl-java-doc Description: Jenkins fork of the JSTL Expression Language with extensions 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). . This package contains the branch used/maintained by the jenkinsci project. Package: libjenkins-commons-jexl-java-doc Architecture: all Section: doc Depends: ${maven:DocDepends}, ${misc:Depends} Recommends: ${maven:DocOptionalDepends} Suggests: libjenkins-commons-jexl-java Description: Documentation for libjenkins-commons-jexl-java 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). . This package provides the API documentation for libjenkins-commons-jexl-java. debian/maven.rules0000644000000000000000000000171611746333123011360 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 s/commons-logging-api/commons-logging/ * s/.*/debian/ * * debian/copyright0000644000000000000000000000107011746333123011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Name: Jenkins Commons JEXL Source: https://github.com/jenkinsci/jexl/ Files: * Copyright: 2001-2006 The Apache Software Foundation 2011, Kohsuke Kawaguchi License: Apache-2.0 Files: debian/* Copyright: 2011, Canonical Ltd (http://www.canonical.com/) 2003, Arnaud Vandyck 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/compat0000644000000000000000000000000211746333123010367 0ustar 7 debian/source/0000755000000000000000000000000011746333123010471 5ustar debian/source/format0000644000000000000000000000001411746333123011677 0ustar 3.0 (quilt) debian/orig-tar.sh0000755000000000000000000000054611746333123011261 0ustar #!/bin/sh -e VERSION=$2 TAR=../jenkins-commons-jexl_$VERSION.orig.tar.gz DIR=jenkins-commons-jexl-$VERSION mkdir -p $DIR # Expand the upstream tarball tar -xzf $TAR -C $DIR --strip-components=1 # Repack excluding stuff we don't need GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' \ --exclude 'CVS' --exclude '.svn' $DIR rm -rf $DIR debian/maven.ignoreRules0000644000000000000000000000143411746333123012521 0ustar # Maven ignore rules - ignore some 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 # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., this dependency is then removed # from the POM # junit junit jar s/3\\..*/3.x/ org.jvnet.wagon-svn wagon-svn * * * * debian/libjenkins-commons-jexl-java.classpath0000644000000000000000000000011411746333123016551 0ustar usr/share/java/jenkins-commons-jexl.jar /usr/share/java/commons-logging.jar debian/libjenkins-commons-jexl-java-doc.install0000644000000000000000000000010011746333123016773 0ustar target/apidocs/* usr/share/doc/libjenkins-commons-jexl-java/api debian/changelog0000644000000000000000000000202411746333123011041 0ustar jenkins-commons-jexl (1.1-jenkins-20111212-1) unstable; urgency=low [ James Page ] * Team upload. * New upstream release. * Bumped Standards-Version to 3.9.3: - d/copyright: Refreshed for released version of DEP-5. * d/libjenkins-commons-jexl-java.poms: Use --java-lib to ensure that jars are installed to /usr/share/java. * d/source/lintian-overrides: Dropped - no longer required. * d/rules, d/libjenkins-commons-jexl-java.poms: Use --usj-name instead of custom binary-post-install target to ensure jar file is named correctly. [ tony mancill ] * Set DMUA flag in d/control. -- tony mancill Thu, 26 Apr 2012 05:07:45 -0700 jenkins-commons-jexl (1.1-hudson-20090508-1) unstable; urgency=low * Initial Debian release (Closes: #634631) -- James Page Tue, 30 Aug 2011 22:40:17 +0100 jenkins-commons-jexl (1.1-hudson-20090508-0ubuntu1) oneiric; urgency=low * Initial release -- James Page Wed, 29 Jun 2011 10:50:15 +0100 debian/patches/0000755000000000000000000000000011746333123010620 5ustar debian/patches/build.patch0000644000000000000000000000130511746333123012737 0ustar Description: Force target Java version to 1.5 otherwise the javacc files generated won't compile Author: James Page Forwarded: not-needed Index: hudson-jexl/pom.xml =================================================================== --- hudson-jexl.orig/pom.xml 2011-06-29 11:02:11.456308337 +0100 +++ hudson-jexl/pom.xml 2011-06-29 11:02:21.506308344 +0100 @@ -57,8 +57,8 @@ true false true - 1.2 - 1.2 + 1.5 + 1.5 debian/patches/series0000644000000000000000000000001411746333123012030 0ustar build.patch debian/libjenkins-commons-jexl-java-doc.doc-base.api0000644000000000000000000000056511746333123017571 0ustar Document: libjenkins-commons-jexl-java Title: API Javadoc for Commons JEXL Author: The Apache Software Foundation developers Abstract: This is the API Javadoc provided for the libjenkins-commons-jexl-java library. Section: Programming Format: HTML Index: /usr/share/doc/libjenkins-commons-jexl-java/api/index.html Files: /usr/share/doc/libjenkins-commons-jexl-java/api/*