diff -u sylseg-sk-0.7.2/README sylseg-sk-0.7.2/README --- sylseg-sk-0.7.2/README +++ sylseg-sk-0.7.2/README @@ -1,13 +1,13 @@ -SYLSEG-SK 0.7 -============= +SYLSEG-SK 0.7.2 +=============== ABOUT SYLSEG-SK --------------- -The sylabic segmentation is esential for some linguistic or speech +The syllabic segmentation is essential for some linguistic or speech recognition applications. Depending on the language either rule based -or statistical approach is beying used. For Slovak the statistical +or statistical approach is being used. For Slovak the statistical approach seems to be more suitable. sylseg-sk implements one of the statistical approaches for the syllabic @@ -15,7 +15,7 @@ The several possible segmentations are generated and sorted by the likelihood. -The first version was writtne in 2003 and trained on 10000 manualy +The first version was written in 2003 and trained on 10000 manually segmented words. The data obtained from the manual segmentation are part of this package. diff -u sylseg-sk-0.7.2/debian/changelog sylseg-sk-0.7.2/debian/changelog --- sylseg-sk-0.7.2/debian/changelog +++ sylseg-sk-0.7.2/debian/changelog @@ -1,3 +1,10 @@ +sylseg-sk (0.7.2-2) unstable; urgency=medium + + * Change to short debhelper sequencer (closes:#838761). + * Thanks to Tobias Frost + + -- Ďoďo Ivanecký Sat, 24 Sep 2016 14:21:06 +0200 + sylseg-sk (0.7.2-1) unstable; urgency=high * Package building process fix. @@ -10,6 +17,7 @@ -- Ď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. reverted: --- sylseg-sk-0.7.2/debian/docs +++ sylseg-sk-0.7.2.orig/debian/docs @@ -1 +0,0 @@ -README diff -u sylseg-sk-0.7.2/debian/rules sylseg-sk-0.7.2/debian/rules --- sylseg-sk-0.7.2/debian/rules +++ sylseg-sk-0.7.2/debian/rules @@ -10,92 +10,5 @@ -#export DH_VERBOSE=1 +export DH_VERBOSE=1 +%: + dh $@ - - -CFLAGS = -Wall -g - -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - CFLAGS += -O0 -else - CFLAGS += -O2 -endif - -configure: configure-stamp -configure-stamp: - dh_testdir - # Add here commands to configure the package. - - touch configure-stamp - - -build: build-stamp - -build-stamp: configure-stamp - dh_testdir - - # Add here commands to compile the package. - #$(MAKE) - #docbook-to-man debian/sylseg-sk.sgml > sylseg-sk.1 - - touch $@ - -clean: - dh_testdir - dh_testroot - rm -f build-stamp configure-stamp - - # Add here commands to clean up after the build process. - #-$(MAKE) clean - - dh_clean - -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - - # Add here commands to install the package into debian/sylseg-sk. - #$(MAKE) install DESTDIR=$(CURDIR)/debian/sylseg-sk - cp -v Trans_sylseg.pm $(CURDIR)/debian/sylseg-sk/usr/share/perl5/sylseg_sk/ - cp -v sylseg-sk.stats $(CURDIR)/debian/sylseg-sk/usr/share/sylseg_sk/ - cp -v sylseg-sk-training $(CURDIR)/debian/sylseg-sk/usr/bin/ - cp -v sylseg-sk $(CURDIR)/debian/sylseg-sk/usr/bin/ - -# Build architecture-dependent files here. -binary-arch: build install -# We have nothing to do by default. - -# Build architecture-independent files here. -binary-indep: build install - dh_testdir - dh_testroot - dh_installchangelogs - dh_installdocs -# dh_installexamples -# dh_install -# dh_installmenu -# dh_installdebconf -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_python -# dh_installinit -# dh_installcron -# dh_installinfo - dh_installman sylseg-sk-training.1 sylseg-sk.1 - dh_link - dh_strip - dh_compress - dh_fixperms - dh_perl -# dh_makeshlibs - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure only in patch2: unchanged: --- sylseg-sk-0.7.2.orig/debian/sylseg-sk.docs +++ sylseg-sk-0.7.2/debian/sylseg-sk.docs @@ -0,0 +1,2 @@ +README + only in patch2: unchanged: --- sylseg-sk-0.7.2.orig/debian/sylseg-sk.install +++ sylseg-sk-0.7.2/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/ only in patch2: unchanged: --- sylseg-sk-0.7.2.orig/debian/sylseg-sk.manpages +++ sylseg-sk-0.7.2/debian/sylseg-sk.manpages @@ -0,0 +1,2 @@ +sylseg-sk-training.1 +sylseg-sk.1