This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository lucene4.10.
commit f6f2f17eaeb2fc7d4d72241909174acc1f3f9261 Author: Emmanuel Bourg <[email protected]> Date: Fri Aug 5 11:15:54 2016 +0200 Wrap and sort --- debian/control | 11 +++++++---- debian/copyright | 48 ++++++++++++++++++++++++------------------------ 2 files changed, 31 insertions(+), 28 deletions(-) diff --git a/debian/control b/debian/control index e2b71d5..97093c3 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,9 @@ Section: java Priority: extra Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Hilko Bengen <[email protected]> -Build-Depends: debhelper (>= 9~), default-jdk, +Build-Depends: + debhelper (>= 9~), + default-jdk, ivy-debian-helper, javacc, libjavacc-maven-plugin-java, @@ -25,8 +27,9 @@ Build-Depends-Indep: libregexp-java, libservlet3.1-java, libspatial4j-0.4-java, - libuima-core-java, libuima-addons-java, - libxerces2-java, + libuima-addons-java, + libuima-core-java, + libxerces2-java Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/lucene4.10.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/lucene4.10.git @@ -34,7 +37,7 @@ Homepage: http://lucene.apache.org Package: liblucene4.10-java Architecture: all -Depends: ${misc:Depends}, libregexp-java +Depends: libregexp-java, ${misc:Depends} Description: Full-text search engine library for Java(TM) Lucene is a full-text search engine for the Java(TM) programming language. Lucene is not a complete application, but rather a code library and API diff --git a/debian/copyright b/debian/copyright index 781985e..268488a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -34,27 +34,27 @@ License: Unicode Files: analysis/icu/src/java/org/apache/lucene/analysis/icu/segmentation/ScriptIterator.java Copyright: 1999-2010, International Business Machines Corporation and others. License: other - Permission is hereby granted, free of charge, to any person obtaining a copy + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, and/or sell copies of the - Software, and to permit persons to whom the Software is furnished to do so, - provided that the above copyright notice(s) and this permission notice appear + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, and/or sell copies of the + Software, and to permit persons to whom the Software is furnished to do so, + provided that the above copyright notice(s) and this permission notice appear in all copies of the Software and that both the above copyright notice(s) and this permission notice appear in supporting documentation. . - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. - IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE - LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR - ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER - IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. + IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE + LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR + ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER + IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. . - Except as contained in this notice, the name of a copyright holder shall not - be used in advertising or otherwise to promote the sale, use or other - dealings in this Software without prior written authorization of the + Except as contained in this notice, the name of a copyright holder shall not + be used in advertising or otherwise to promote the sale, use or other + dealings in this Software without prior written authorization of the copyright holder. Files: analysis/common/src/java/org/apache/lucene/analysis/en/KStemData*.java @@ -107,7 +107,7 @@ License: BSD-3-Clasue 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. - . + . THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -180,9 +180,9 @@ License: BSD-3-Clause-hodgepodge * Added override function for customized error handling. * Renaming of many grammar rules. * Removal of annotations no longer relevant for stripped pieces. - . - The Original Copyright Notice is the following: - . + . + The Original Copyright Notice is the following: + . Copyrights 2008-2009 Xebic Reasearch BV. All rights reserved.. Original work by Patrick Hulsmeijer. . @@ -193,7 +193,7 @@ License: BSD-3-Clause-hodgepodge is best viewed with ANTLRWorks (www.antlr.org). . Software License Agreement (BSD License) - . + . Copyright (c) 2008-2010, Xebic Research B.V. All rights reserved. . @@ -203,16 +203,16 @@ License: BSD-3-Clause-hodgepodge . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - . + . * 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. - . + . * Neither the name of Xebic Research B.V. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission of Xebic Research B.V. - . + . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR @@ -224,7 +224,7 @@ License: BSD-3-Clause-hodgepodge 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. - + Files: suggest/src/java/org/apache/lucene/search/suggest/jaspell/JaspellTernarySearchTrie.java Copyright: 2005 Bruno Martins License: BSD-3-Clause -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lucene4.10.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

