debian/0000755000000000000000000000000011426151137007167 5ustar debian/rules0000755000000000000000000000037311426151066010253 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 get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/copyright0000644000000000000000000000103311426151066011120 0ustar Format-Specification: http://dep.debian.net/deps/dep5/ Name: livetribe-jsr223 Maintainer: Alan D. Cabrera Source: http://svn.codehaus.org/livetribe/garden/livetribe-jsr223/ Copyright: 2005-2009 Alan D. Cabrera, Jeff Genender, Matt Hogstrom, Simone Bordet License: Apache-2.0 The full text of the license can be found at `/usr/share/common-licenses/Apache-2.0'. Files: debian/* Copyright: 2010 Torsten Werner License: Apache-2.0 The full text of the license can be found at `/usr/share/common-licenses/Apache-2.0'. debian/watch0000644000000000000000000000015711426151066010224 0ustar version=3 http://svn.codehaus.org/livetribe/garden/livetribe-jsr223/tags/ v(.*)/ \ debian debian/orig-tar.sh debian/orig-tar.sh0000755000000000000000000000040411426151066011251 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' DIR=livetribe-jsr223-$2 TAG=v$2 svn export http://svn.codehaus.org/livetribe/garden/livetribe-jsr223/tags/$TAG $DIR tar cfz livetribe-jsr223_$2.orig.tar.gz $DIR rm -rf $DIR ../$TAG debian/compat0000644000000000000000000000000211426151066010366 0ustar 7 debian/maven.rules0000644000000000000000000000160411426151066011353 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/4\..*/4.x/ * * debian/source/0000755000000000000000000000000011426151066010470 5ustar debian/source/format0000644000000000000000000000001411426151066011676 0ustar 3.0 (quilt) debian/maven.publishedRules0000644000000000000000000000164211426151066013215 0ustar # Maven published rules - additional rules to publish, to help # the packaging work of Debian maintainers using mh_make # 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/ debian/liblivetribe-jsr223-java.poms0000644000000000000000000000033711426151066014511 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 pom.xml --no-parent debian/README.Debian-source0000644000000000000000000000034611426151066012532 0ustar Use the rules/get-orig-source target to create the orig.tar.gz. For more details on repackaging of upstream sources please see the debian/orig-tar.sh file. -- Torsten Werner Mon, 02 Aug 2010 05:26:46 +0200 debian/changelog0000644000000000000000000000031111426151066011035 0ustar livetribe-jsr223 (2.0.6-1) unstable; urgency=low * Initial Release (closes: #591528). - The package is needed by JRuby. -- Torsten Werner Tue, 03 Aug 2010 20:41:47 +0200 debian/maven.cleanIgnoreRules0000644000000000000000000000150111426151066013456 0ustar # Maven clean ignore rules - ignore some Maven dependencies and plugins # during the clean phase of a Maven build # 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 before mvn clean is called # junit junit jar s/3\\..*/3.x/ debian/control0000644000000000000000000000141311426151066010572 0ustar Source: livetribe-jsr223 Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Torsten Werner Build-Depends: debhelper (>= 7), cdbs, maven-debian-helper, default-jdk, junit4 Standards-Version: 3.9.0 Vcs-Git: git://git.debian.org/pkg-java/livetribe-jsr223.git Vcs-Browser: http://git.debian.org/?p=pkg-java/livetribe-jsr223.git Homepage: http://www.livetribe.org/ Package: liblivetribe-jsr223-java Architecture: all Depends: ${misc:Depends} Description: Implementation of JSR 223: Scripting for Java This library allows bundling scripting pages into a WAR file, either stand-alone, or as part of an EAR. The full specification can be found at http://jcp.org/en/jsr/detail?id=223 . debian/maven.ignoreRules0000644000000000000000000000136611426151066012524 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/