debian/0000755000000000000000000000000012056506705007174 5ustar debian/rules0000755000000000000000000000064412056506705010260 0ustar #!/usr/bin/make -f PACKAGE:=automaton DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p') JAVA_HOME=/usr/lib/jvm/default-java %: dh $@ --with javahelper override_jh_installlibs: mh_installpoms -plib$(PACKAGE)-java mh_installjar -plib$(PACKAGE)-java --usj-version=$(DEB_UPSTREAM_VERSION) \ --usj-name=$(PACKAGE) \ -l pom.xml dist/$(PACKAGE).jar debian/changelog0000644000000000000000000000113712056506705011050 0ustar automaton (1.11-8+dfsg1-1) unstable; urgency=low * Install maven artifacts (Closes: #690888) * Update debhelper compat level to 9 * Update standards-version to 3.9.4 * Add myself (Thomas Koch) to uploaders * Packaging moved to Git * fix lintian warning copyright-refers-to-deprecated-bsd-license-file * remove upstream .jar and generated javadoc from source tarball -- Thomas Koch Sun, 11 Mar 2012 15:36:19 +0100 automaton (1.11-8-1) unstable; urgency=low * Initial upload (Closes: #663153). -- Michael Banck Fri, 09 Mar 2012 00:26:18 +0100 debian/source/0000755000000000000000000000000012056506705010474 5ustar debian/source/format0000644000000000000000000000001412056506705011702 0ustar 3.0 (quilt) debian/README.source0000644000000000000000000000104612056506705011354 0ustar The tarball has been downloaded from http://www.brics.dk/automaton/download.html and committed to pristine tar under the name automaton_1.11-8.orig.tar.gz The upstream tarball contains the following non-free (or binary) files or compiled stuff that we don't like: dist/automaton.jar doc/* (generated javadoc) I thus created a signed git tag upstream/1.11-8+dfsg1 to be used as source tarball. Git-buildpackage will automatically run git-archive to create a tarball from this tag. -- Thomas Koch , Fri, 30 Nov 2012 11:41:20 +0100 debian/libautomaton-java.poms0000644000000000000000000000001712056506705013507 0ustar debian/pom.xml debian/compat0000644000000000000000000000000212056506705010372 0ustar 9 debian/copyright0000644000000000000000000000273412056506705011135 0ustar This work was packaged for Debian by: Michael Banck on Mon, 05 Mar 2012 22:13:56 +0100 It was downloaded from: http://www.brics.dk/automaton/download.html Upstream Author: Anders Møller Copyright: *: Copyright (C) 2001-2011 Anders Moeller AutomatonMatcher.java: Copyright (C) 2008-2011 John Gibson StringUnionOperations.java: Copyright Dawid Weiss License: Redistribution and use in source and binary forms, with or without modification, are permitted under the terms of the BSD License. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The Debian packaging is: Copyright (C) 2012 Michael Banck and is under the same license as the upstream package. debian/pom.xml0000644000000000000000000000173212056506705010514 0ustar 4.0.0 dk.brics.automaton automaton 1.11-8 jar Automaton A DFA/NFA (finite-state automata) implementation with Unicode alphabet (UTF16) and support for the standard regular expression operations (concatenation, union, Kleene star) and a number of non-standard ones (intersection, complement, etc.) http://www.brics.dk/automaton/ BSD http://www.opensource.org/licenses/bsd-license.php Anders Møller amoeller@cs.au.dk debian/control0000644000000000000000000000173012056506705010600 0ustar Source: automaton Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Michael Banck , Thomas Koch Build-Depends: debhelper (>= 9), javahelper, default-jdk, ant, maven-repo-helper (>= 1.7.1) Standards-Version: 3.9.4 Homepage: http://www.brics.dk/automaton/index.html Vcs-Browser: http://anonscm.debian.org/git/pkg-java/automaton.git Vcs-Git: git://anonscm.debian.org/git/pkg-java/automaton.git DM-Upload-Allowed: yes Package: libautomaton-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${java:Depends} Recommends: ${java:Recommends} Description: Finite-State Automaton for Regular Expressions Automaton is a DFA/NFA (finite-state automata) implementation with Unicode alphabet (UTF16) and support for the standard regular expression operations (concatenation, union, Kleene star) and a number of non-standard ones (intersection, complement, etc.). debian/libautomaton-java.javadoc0000644000000000000000000000000412056506705014134 0ustar doc