--- 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/copyright +++ jrexx-1.1.1/debian/copyright @@ -0,0 +1,25 @@ +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., 51 Franklin St, Fifth Floor, Boston, + MA 02110-1301, 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-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/ant.properties +++ jrexx-1.1.1/debian/ant.properties @@ -0,0 +1,2 @@ +ant.build.javac.target=1.4 +ant.build.javac.source=1.4 --- jrexx-1.1.1.orig/debian/changelog +++ jrexx-1.1.1/debian/changelog @@ -0,0 +1,66 @@ +jrexx (1.1.1-5ubuntu1) lucid; urgency=low + + * Merge from debian testing, remaining changes: + - debian/control: Depend on default-jre-headless | java2-runtime-headless + - debian/ant.properties: Build java2 code to match minimal dependency + + -- Thierry Carrez Wed, 11 Nov 2009 11:39:37 +0100 + +jrexx (1.1.1-5) unstable; urgency=low + + * (Build-)Depends on default-jdk (Closes: #526283). + * Build-Depends on debhelper >= 7. + * Moved package to section 'java'. + * Updated Standards-Version to 3.8.3. + + -- Michael Koch Wed, 16 Sep 2009 23:16:03 +0200 + +jrexx (1.1.1-4ubuntu2) karmic; urgency=low + + * Added debian/ant.properties to build java2-compatible code (LP: #416396) + + -- Thierry Carrez Thu, 20 Aug 2009 14:47:05 +0200 + +jrexx (1.1.1-4ubuntu1) karmic; urgency=low + + * debian/control, debian/rules: Build with default-jdk + * Other debian/control fixes: + - Runtime depend on default-jre-headless | java2-runtime-headless + - Set section to "java" + - Add ${misc:Depends} to Depends: to hush lintian warning + + -- Thierry Carrez Tue, 11 Aug 2009 11:48:35 +0200 + +jrexx (1.1.1-4) unstable; urgency=low + + * Really fix typos in short and long description. Closes: #466680. + + -- Michael Koch Sat, 22 Mar 2008 12:19:29 +0100 + +jrexx (1.1.1-3) unstable; urgency=low + + * Fixed typos in short and long description of libjrexx-java. + Closes: #466680. + * Added Vcs-Svn and Vcs-Browser fields. + * Updated Standards-Version to 3.7.3. + + -- Michael Koch Wed, 20 Feb 2008 12:37:48 +0100 + +jrexx (1.1.1-2) unstable; urgency=low + + * Update watch file. Closes: #450333. + * Moved debhelper and cdbs to Build-Depends. + * Added Homepage tag to debian/control. + * Fixed long description. + * Fixed FSF address in debian/copyright. + * Update to debhelper level 5. + * Added myself to Uploaders. + + -- Michael Koch Thu, 29 Nov 2007 21:05:54 +0100 + +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/compat +++ jrexx-1.1.1/debian/compat @@ -0,0 +1 @@ +7 --- jrexx-1.1.1.orig/debian/rules +++ jrexx-1.1.1/debian/rules @@ -0,0 +1,14 @@ +#!/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/default-java + +DEB_JARS := +DEB_ANT_BUILD_TARGET := jar # javadocs +DEB_ANT_BUILDFILE := debian/build.xml --- jrexx-1.1.1.orig/debian/watch +++ jrexx-1.1.1/debian/watch @@ -0,0 +1,3 @@ +version=3 +#opts=dversionmangle=s/\.dfsg\.\d+$// \ + http://sf.net/jrexx/jrexx-(.*)-src.zip debian uupdate --- jrexx-1.1.1.orig/debian/control +++ jrexx-1.1.1/debian/control @@ -0,0 +1,31 @@ +Source: jrexx +Section: java +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Java Maintainers +Uploaders: Arnaud Vandyck , Michael Koch +Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant +Standards-Version: 3.8.3 +Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jrexx +Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jrexx +Homepage: http://www.karneim.com/jrexx/ + +Package: libjrexx-java +Architecture: all +Depends: default-jre-headless | java2-runtime-headless, ${misc:Depends} +Description: automaton based regular expression API for java + jrexx is a regular expression API for textual pattern matching based on + the finite state automaton theory. Its 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 platform + providing a Java Runtime Environment (JRE) version 1.3.x or greater --- 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/libjrexx-java.install +++ jrexx-1.1.1/debian/libjrexx-java.install @@ -0,0 +1 @@ +target/jrexx-1.1.1.jar /usr/share/java/ --- 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