Author: mbanck
Date: 2012-03-08 23:22:47 +0000 (Thu, 08 Mar 2012)
New Revision: 15836

Added:
   trunk/automaton/debian/changelog
   trunk/automaton/debian/compat
   trunk/automaton/debian/control
   trunk/automaton/debian/copyright
   trunk/automaton/debian/libautomaton-java.javadoc
   trunk/automaton/debian/libautomaton-java.jlibs
   trunk/automaton/debian/rules
   trunk/automaton/debian/source/
   trunk/automaton/debian/source/format
   trunk/automaton/debian/svn-commit.2.tmp
   trunk/automaton/debian/svn-commit.tmp
Log:
Initial checkin

Added: trunk/automaton/debian/changelog
===================================================================
--- trunk/automaton/debian/changelog                            (rev 0)
+++ trunk/automaton/debian/changelog    2012-03-08 23:22:47 UTC (rev 15836)
@@ -0,0 +1,5 @@
+automaton (1.11-8-1) unstable; urgency=low
+
+  * Initial upload (Closes: #663153).
+
+ -- Michael Banck <mba...@debian.org>  Mon, 05 Mar 2012 22:13:56 +0100

Added: trunk/automaton/debian/compat
===================================================================
--- trunk/automaton/debian/compat                               (rev 0)
+++ trunk/automaton/debian/compat       2012-03-08 23:22:47 UTC (rev 15836)
@@ -0,0 +1 @@
+7

Added: trunk/automaton/debian/control
===================================================================
--- trunk/automaton/debian/control                              (rev 0)
+++ trunk/automaton/debian/control      2012-03-08 23:22:47 UTC (rev 15836)
@@ -0,0 +1,21 @@
+Source: automaton
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
+Uploaders: Michael Banck <mba...@debian.org>
+Build-Depends: debhelper (>= 7.0.50~), javahelper, default-jdk, ant
+Standards-Version: 3.9.2
+Homepage: http://www.brics.dk/automaton/index.html
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/automaton
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/automaton
+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.).

Added: trunk/automaton/debian/copyright
===================================================================
--- trunk/automaton/debian/copyright                            (rev 0)
+++ trunk/automaton/debian/copyright    2012-03-08 23:22:47 UTC (rev 15836)
@@ -0,0 +1,51 @@
+This work was packaged for Debian by:
+
+    Michael Banck <mba...@debian.org> 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 <amoel...@cs.au.dk>
+
+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.
+
+On Debian systems, the complete text of the BSD License can be
+found in "/usr/share/common-licenses/BSD".
+
+The Debian packaging is:
+
+    Copyright (C) 2012 Michael Banck <mba...@debian.org>
+
+and is under the same license as the upstream package.

Added: trunk/automaton/debian/libautomaton-java.javadoc
===================================================================
--- trunk/automaton/debian/libautomaton-java.javadoc                            
(rev 0)
+++ trunk/automaton/debian/libautomaton-java.javadoc    2012-03-08 23:22:47 UTC 
(rev 15836)
@@ -0,0 +1 @@
+doc

Added: trunk/automaton/debian/libautomaton-java.jlibs
===================================================================
--- trunk/automaton/debian/libautomaton-java.jlibs                              
(rev 0)
+++ trunk/automaton/debian/libautomaton-java.jlibs      2012-03-08 23:22:47 UTC 
(rev 15836)
@@ -0,0 +1 @@
+dist/automaton.jar

Added: trunk/automaton/debian/rules
===================================================================
--- trunk/automaton/debian/rules                                (rev 0)
+++ trunk/automaton/debian/rules        2012-03-08 23:22:47 UTC (rev 15836)
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+JAVA_HOME=/usr/lib/jvm/default-java
+
+%:
+       dh $@  --with javahelper


Property changes on: trunk/automaton/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/automaton/debian/source/format
===================================================================
--- trunk/automaton/debian/source/format                                (rev 0)
+++ trunk/automaton/debian/source/format        2012-03-08 23:22:47 UTC (rev 
15836)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/automaton/debian/svn-commit.2.tmp
===================================================================
--- trunk/automaton/debian/svn-commit.2.tmp                             (rev 0)
+++ trunk/automaton/debian/svn-commit.2.tmp     2012-03-08 23:22:47 UTC (rev 
15836)
@@ -0,0 +1,4 @@
+New package
+-- Diese und die folgenden Zeilen werden ignoriert --
+
+A    svn+ssh://svn.debian.org/svn/pkg-java/trunk/automaton

Added: trunk/automaton/debian/svn-commit.tmp
===================================================================
--- trunk/automaton/debian/svn-commit.tmp                               (rev 0)
+++ trunk/automaton/debian/svn-commit.tmp       2012-03-08 23:22:47 UTC (rev 
15836)
@@ -0,0 +1,4 @@
+New package.
+-- Diese und die folgenden Zeilen werden ignoriert --
+
+A    svn+ssh://svn.debian.org/svn/pkg-java/trunk/automaton


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to