--- jrexx-1.1.1.orig/debian/changelog +++ jrexx-1.1.1/debian/changelog @@ -0,0 +1,5 @@ +jrexx (1.1.1-1) unstable; urgency=low + + * Initial Release (closes: #418681). + + -- Arnaud Vandyck Wed, 11 Apr 2007 17:52:08 +0200 --- jrexx-1.1.1.orig/debian/control +++ jrexx-1.1.1/debian/control @@ -0,0 +1,28 @@ +Source: jrexx +Section: libs +Priority: optional +Maintainer: Debian Java Maintainers +Uploaders: Arnaud Vandyck +Build-Depends-Indep: debhelper (>= 4.2.30), java-gcj-compat-dev (>= 1.0.69-2), ant, cdbs +Standards-Version: 3.7.2 + +Package: libjrexx-java +Section: libs +Architecture: all +Depends: java-gcj-compat | java2-runtime +Description: automaton based regluar expression API for java + jrexx is a regular expression API for textual pattern matching based on + the finite state automaton theory. It's matching algorithm is extremly + fast and works with huge patterns and input texts. jrexx also offers + set operations (union, intersection, difference, complement) for + combination of automatons. + . + FEATURES + . + * creation of deterministic regex automatons from pattern strings + * extremly fast pattern matching of input strings + * combination of automatons with set operations (unify, intersect, + substract, complement) + * introspection of the automaton's structure by states and transitions + * jrexx is implemented in 100% pure Java and runs on any plattform + providing a Java Runtime Environment (JRE) version 1.3.x or greater --- jrexx-1.1.1.orig/debian/compat +++ jrexx-1.1.1/debian/compat @@ -0,0 +1 @@ +4 --- jrexx-1.1.1.orig/debian/watch +++ jrexx-1.1.1/debian/watch @@ -0,0 +1,7 @@ +# watch control file for uscan +version=2 +# Options + +# Site Version Script +#opts=dversionmangle=s/\.dfsg\.\d+$// \ + http://heanet.dl.sourceforge.net/sourceforge/jrexx/jrexx-(.*)-src-zip debian uupdate --- jrexx-1.1.1.orig/debian/libjrexx-java-doc.docs +++ jrexx-1.1.1/debian/libjrexx-java-doc.docs @@ -0,0 +1 @@ +target/api --- jrexx-1.1.1.orig/debian/build.xml +++ jrexx-1.1.1/debian/build.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + --- jrexx-1.1.1.orig/debian/rules +++ jrexx-1.1.1/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f +# debian/rules file for jrexx (uses cdbs) + +export VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-) + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/ant.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +JAVA_HOME := /usr/lib/jvm/java-gcj/ +ANT_HOME := /usr/share/ant + +DEB_JARS := +DEB_ANT_BUILD_TARGET := jar # javadocs +DEB_ANT_BUILDFILE := debian/build.xml --- jrexx-1.1.1.orig/debian/libjrexx-java-doc.doc-base +++ jrexx-1.1.1/debian/libjrexx-java-doc.doc-base @@ -0,0 +1,10 @@ +Document: jrexx-doc +Title: Programmer API for jrexx (automaton based regluar expression API) +Author: Ralf Meyer +Abstract: This is the programmer API of jrexx, automaton based regluar + expression API. +Section: Programming + +Format: HTML +Index: /usr/share/doc/libjrexx-java-doc/api/index.html +Files: /usr/share/doc/libjrexx-java-doc/api/*.html --- jrexx-1.1.1.orig/debian/libjrexx-java.links +++ jrexx-1.1.1/debian/libjrexx-java.links @@ -0,0 +1 @@ +/usr/share/java/jrexx-1.1.1.jar /usr/share/java/jrexx.jar --- jrexx-1.1.1.orig/debian/libjrexx-java.dirs +++ jrexx-1.1.1/debian/libjrexx-java.dirs @@ -0,0 +1 @@ +usr/share/java --- jrexx-1.1.1.orig/debian/copyright +++ jrexx-1.1.1/debian/copyright @@ -0,0 +1,24 @@ +This package was debianized by Arnaud Vandyck on 11-April-2007. +The source code was downloaded from http://www.karneim.com/jrexx/project01/project01.htm + +Authors: Ralf Meyer + +Copyright: (C) 2003 Buero fuer Softwarearchitektur GbR + ralf.meyer@karneim.com http://jrexx.sf.net + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +On Debian systems the full text of the Lesser General Public License, +LGPL, can be found at /usr/share/common-licenses/LGPL. --- jrexx-1.1.1.orig/debian/libjrexx-java.install +++ jrexx-1.1.1/debian/libjrexx-java.install @@ -0,0 +1 @@ +target/jrexx-1.1.1.jar /usr/share/java/