debian/0000755000000000000000000000000012026655006007170 5ustar debian/maven.cleanIgnoreRules0000644000000000000000000000150112026654710013457 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/watch0000644000000000000000000000012212026654710010215 0ustar version=3 http://svn.svnkit.com/repos/3rdparty/de.regnis.q.sequence/tags/ (\d.*)/ debian/rules0000755000000000000000000000031412026654710010247 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 pre-build:: cp debian/pom.xml . clean:: rm -f pom.xml debian/control0000644000000000000000000000174212026654710010600 0ustar Source: libsequence-library-java Priority: optional Section: java Maintainer: Debian Java Maintainers Uploaders: Jakub Adam Build-Depends: debhelper (>= 8~), cdbs, default-jdk, maven-debian-helper, maven-repo-helper Standards-Version: 3.9.3 Homepage: http://svn.svnkit.com/repos/3rdparty/de.regnis.q.sequence/ Vcs-Git: git://git.debian.org/git/pkg-java/libsequence-library-java.git Vcs-Browser: http://git.debian.org/?p=pkg-java/libsequence-library-java.git Package: libsequence-library-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Description: Textual Diff and Merge Library This library provides utility classes allowing manipulation with sequences of characters such as searching for longest common subsequence of two strings, finding common blocks and creating text or binary diff files. debian/maven.rules0000644000000000000000000000160412026654710011354 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/copyright0000644000000000000000000000456712026654710011140 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Java Sequence Library Source: http://svn.svnkit.com/repos/3rdparty/de.regnis.q.sequence/ Files: * Copyright: 2000-2008, SyntEvo GmbH, Ainring, GERMANY License: Sequence Library License Files: debian/* Copyright: 2012, Debian Java Maintainers License: Sequence Library License License: Sequence Library License Sequence Library License . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. The end-user documentation included with the redistribution, if any, must include the following acknowledgment: "This product includes software developed by SyntEvo GmbH, Ainring, GERMANY." Alternately, this acknowledgment may appear in the software itself, if and wherever such third-party acknowledgments normally appear. . 4. The hosted project names must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact info@syntevo.com. . 5. Neither the name of SyntEvo GmbH nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED 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 SyntEvo GmbH OR HIS 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. debian/compat0000644000000000000000000000000212026654710010367 0ustar 8 debian/libsequence-library-java.poms0000644000000000000000000000315712026654710014757 0ustar # List of POM files for the package # Format of this file is: # [option]* # where option can be: # --ignore: ignore this POM and its artifact if any # --ignore-pom: don't install the POM. To use on POM files that are created # temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms] # --no-parent: remove the tag from the POM # --package=: an alternative package to use when installing this POM # and its artifact # --has-package-version: to indicate that the original version of the POM is the same as the upstream part # of the version for the package. # --keep-elements=: a list of XML elements to keep in the POM # during a clean operation with mh_cleanpom or mh_installpom # --artifact=: path to the build artifact associated with this POM, # it will be installed when using the command mh_install. [mh_install] # --java-lib: install the jar into /usr/share/java to comply with Debian # packaging guidelines # --usj-name=: name to use when installing the library in /usr/share/java # --usj-version=: version to use when installing the library in /usr/share/java # --no-usj-versionless: don't install the versionless link in /usr/share/java # --dest-jar=: the destination for the real jar. # It will be installed with mh_install. [mh_install] # --classifier=: Optional, the classifier for the jar. Empty by default. # --site-xml=: Optional, the location for site.xml if it needs to be installed. # Empty by default. [mh_install] # pom.xml --java-lib debian/maven.publishedRules0000644000000000000000000000164212026654710013216 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/source/0000755000000000000000000000000012026654710010471 5ustar debian/source/format0000644000000000000000000000001412026654710011677 0ustar 3.0 (quilt) debian/maven.ignoreRules0000644000000000000000000000136612026654710012525 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/ debian/pom.xml0000644000000000000000000000130012026654710010500 0ustar 4.0.0 de.regnis.q.sequence sequence-library 1.0.2 src/main/java src/test/java junit junit 4.x test debian/changelog0000644000000000000000000000063612026654710011050 0ustar libsequence-library-java (1.0.2-1) unstable; urgency=low * Team upload. [ Jakub Adam ] * Initial release. (Closes: #659634) [ tony mancill ] * d/copyright - Freshen DEP5 Format - Add Source field * d/control - rename source and binary package to be libsequence-library-java to match JAR and artifact name -- tony mancill Wed, 19 Sep 2012 20:21:12 -0700