--- sylseg-sk-0.7.3.orig/debian/changelog +++ sylseg-sk-0.7.3/debian/changelog @@ -0,0 +1,58 @@ +sylseg-sk (0.7.3-1) unstable; urgency=low + + * Improving man pages and description. + * Removal of obsolete debhelper compat (closes:#965838). + * Thanks to Niels Thykier + + -- Ďoďo Ivanecký Sun, 06 Sep 2020 17:40:23 +0200 + +sylseg-sk (0.7.2-1) unstable; urgency=high + + * Package building process fix. + + -- Ďoďo Ivanecký Tue, 02 Aug 2016 10:35:46 +0200 + +sylseg-sk (0.7.1-1) unstable; urgency=low + + * Typos fix (closes: #697545). + + -- Ďoďo Ivanecký Tue, 08 Jan 2013 13:20:35 +0100 + + +sylseg-sk (0.7-1) unstable; urgency=high + + * Incorrect search of 3-gram and 2-gram likelihoods fixed. + + -- Ďoďo Ivanecký Thu, 25 Mar 2010 20:36:00 +0100 + +sylseg-sk (0.6-1) unstable; urgency=low + + * Package changed from native to non-native. Closes: #485076 + + -- Ďoďo Ivanecký Sat, 04 Apr 2009 09:17:39 +0200 + +sylseg-sk (0.6) unstable; urgency=low + + * Added the upper case support for input string. Closes: #401544. + + -- Ďoďo Ivanecký Fri, 15 Dec 2006 09:17:28 +0100 + +sylseg-sk (0.5) unstable; urgency=low + + * Adding --ofile option. Closes: #400217. + * Some minor changes. + + -- Ďoďo Ivanecký Fri, 1 Dec 2006 18:06:44 +0100 + +sylseg-sk (0.4) unstable; urgency=low + + * New interface for colour terminal + * Extended debugging features + + -- Ďoďo Ivanecký Sun, 9 Sep 2006 16:57:47 +0200 + +sylseg-sk (0.3) unstable; urgency=low + + * Initial Release. + + -- Dodo Ivanecky Mon, 28 Aug 2006 19:19:47 +0200 --- sylseg-sk-0.7.3.orig/debian/compat +++ sylseg-sk-0.7.3/debian/compat @@ -0,0 +1 @@ +13 --- sylseg-sk-0.7.3.orig/debian/control +++ sylseg-sk-0.7.3/debian/control @@ -0,0 +1,17 @@ +Source: sylseg-sk +Section: text +Priority: extra +Maintainer: Ďoďo Ivanecký +Build-Depends: debhelper (>= 8) +Standards-Version: 3.7.2 + +Package: sylseg-sk +Architecture: all +Depends: ${perl:Depends} +Suggests: konwert +Description: Syllabic segmentation for Slovak language + sylseg-sk implements one of the statistical approaches for the + syllabic segmentation. Each input word is segmented into the + syllables. The several possible segmentations are generated + and sorted by the likelihood. Included are trained data + for the Slovak language. --- sylseg-sk-0.7.3.orig/debian/copyright +++ sylseg-sk-0.7.3/debian/copyright @@ -0,0 +1,26 @@ +This is sylseg-sk, written and maintained by Ďoďo +debianized on Mon, 28 Aug 2006 19:19:47 +0200. + +The original source can always be found at: + ftp://ftp.debian.org/dists/unstable/main/source/ + +Copyright Holder: Ďoďo Ivanecký + +License: + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- sylseg-sk-0.7.3.orig/debian/dirs +++ sylseg-sk-0.7.3/debian/dirs @@ -0,0 +1,3 @@ +usr/bin +usr/share/perl5/sylseg_sk +usr/share/sylseg_sk --- sylseg-sk-0.7.3.orig/debian/rules +++ sylseg-sk-0.7.3/debian/rules @@ -0,0 +1,14 @@ +#!/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 + +%: + dh $@ + --- sylseg-sk-0.7.3.orig/debian/sylseg-sk.docs +++ sylseg-sk-0.7.3/debian/sylseg-sk.docs @@ -0,0 +1,2 @@ +README + --- sylseg-sk-0.7.3.orig/debian/sylseg-sk.install +++ sylseg-sk-0.7.3/debian/sylseg-sk.install @@ -0,0 +1,4 @@ +Trans_sylseg.pm usr/share/perl5/sylseg_sk/ +sylseg-sk.stats usr/share/sylseg_sk/ +sylseg-sk-training usr/bin/ +sylseg-sk usr/bin/ --- sylseg-sk-0.7.3.orig/debian/sylseg-sk.manpages +++ sylseg-sk-0.7.3/debian/sylseg-sk.manpages @@ -0,0 +1,2 @@ +sylseg-sk-training.1 +sylseg-sk.1