debian/0000755000000000000000000000000012024372276007173 5ustar debian/README.source0000644000000000000000000000020012024370463011336 0ustar This package uses quilt to manage all modifications to the upstream source. See /usr/share/doc/quilt/README.source for details. debian/copyright0000644000000000000000000000364512024370463011132 0ustar This package was debianized by Rail Aliev on Sat, 20 Jun 2009 22:27:21 +0400 It was downloaded from http://sourceforge.net/projects/morfologik Upstream Authors: Marcin Miłkowski Dawid Weiss Copyright: Copyright © 2006 Dawid Weiss. Copyright © 2007 Morfologik project. The Debian packaging is © 2008, Rail Aliev and is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'. License: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * 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 Morfologik 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 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 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER 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. debian/compat0000644000000000000000000000000212024370463010365 0ustar 5 debian/control0000644000000000000000000000155412024370463010577 0ustar Source: morfologik-stemming Section: java Priority: optional Maintainer: Rail Aliev Build-Depends: cdbs, debhelper (>= 5), ant, quilt Build-Depends-Indep: default-jdk, locales, libcommons-cli-java, junit4 Standards-Version: 3.8.3 Vcs-Bzr: http://bzr.debian.org/users/rail-guest/morfologik-stemming/ Vcs-Browser: http://bzr.debian.org/loggerhead/users/rail-guest/morfologik-stemming Homepage: http://sourceforge.net/projects/morfologik Package: libmorfologik-stemming-java Architecture: all Depends: ${misc:Depends} Description: Finite state automaton and stemming engine library Java based morfologik-stemming library provides the following fatures: - Finite state automaton traversal routines for Jan Daciuk's FSA package. - A stemming engine for the Polish language built on top of FSA traversal. The library may be used for other languages as well. debian/changelog0000644000000000000000000000132012024371031011025 0ustar morfologik-stemming (1.5.0-0.1) unstable; urgency=low * Non-maintainer upload. * New upstream release * add debian/source/format "3.0 (quilt)" * debian/rules - remove patch macro -- Hideki Yamane Thu, 13 Sep 2012 23:44:53 +0900 morfologik-stemming (1.2.2-1.1) unstable; urgency=low * Non-maintainer upload. * debian/control - set "Build-Depends: default-jdk" * debian/rules - use /usr/lib/jvm/default-java as JAVA_HOME (Closes: #642754) -- Hideki Yamane Tue, 24 Jan 2012 03:25:42 +0900 morfologik-stemming (1.2.2-1) unstable; urgency=low * Initial release. (Closes: #533882) -- Rail Aliev Tue, 17 Nov 2009 10:00:40 +0300 debian/watch0000644000000000000000000000010512024370463010214 0ustar version=3 http://sf.net/morfologik/morfologik-stemming-(.+)-src\.zip debian/source/0000755000000000000000000000000012024370747010474 5ustar debian/source/format0000644000000000000000000000001412024370747011702 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000247112024371017010247 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk JAVA_HOME := /usr/lib/jvm/default-java DEB_JARS := commons-cli junit4 DEB_INSTALL_CHANGELOGS_ALL := CHANGES install/libmorfologik-stemming-java:: install -m 644 -D tmp/bin/morfologik-stemming-nodict-$(DEB_UPSTREAM_VERSION).jar \ $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/java/morfologik-stemming-nodict-$(DEB_UPSTREAM_VERSION).jar dh_link -p$(cdbs_curpkg) usr/share/java/morfologik-stemming-nodict-$(DEB_UPSTREAM_VERSION).jar \ usr/share/java/morfologik-stemming-nodict.jar get-orig-source: uscan --upstream-version $(DEB_UPSTREAM_VERSION) --force-download --destdir . && \ unzip $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION)-src.zip \ -d $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION) && \ rm -rf $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION)/lib && \ rm -rf $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION)/src-test && \ rm -rf $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION)/src/res && \ rm -rf $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION)/src/morfologik/dictionaries && \ GZIP=--best tar czf $(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz \ $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION) && \ rm -rf $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION) \ $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION)-src.zip