--- myspell-sl-1.0.orig/debian/dirs +++ myspell-sl-1.0/debian/dirs @@ -0,0 +1 @@ +usr/share/hunspell --- myspell-sl-1.0.orig/debian/control +++ myspell-sl-1.0/debian/control @@ -0,0 +1,18 @@ +Source: myspell-sl +Section: text +Priority: optional +Maintainer: Debian QA Group +Build-Depends: debhelper (>= 7.0.0) +Standards-Version: 3.9.2 +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/myspell-sl.git;a=summary +Vcs-Git: git://anonscm.debian.org/collab-maint/myspell-sl.git + +Package: myspell-sl +Architecture: all +Depends: dictionaries-common (>= 0.10), ${misc:Depends} +Conflicts: openoffice.org (<= 1.0.3-2) +Provides: myspell-dictionary +Description: Slovenian dictionary for myspell + This package contains a Slovenian myspell dictionary, which will give + openoffice.org and mozilla users the ability to automatically spellcheck + and hyphenate Slovenian text. --- myspell-sl-1.0.orig/debian/changelog +++ myspell-sl-1.0/debian/changelog @@ -0,0 +1,57 @@ +myspell-sl (1.0-5) unstable; urgency=low + + * QA upload. + * debian/control: Add Vcs-Browser and Vcs-Git fields. + + -- Agustin Martin Domingo Thu, 12 Jan 2012 11:12:09 +0100 + +myspell-sl (1.0-4) unstable; urgency=low + + * QA upload + * Drop maintainer scripts calling update-openoffice-dicts + (Closes: #655325). + * Remove ancient myspell and mozilla symlinks. Create symlinks + from new file myspell-sl.links. + * Use install to install dictionary. + * Fix lintian debian-rules-missing-recommended-target build-{arch,indep}. + * Bump Standards version and debhelper compat level. Use dh_prep. + * Provide myspell-dictionary. + + -- Agustin Martin Domingo Tue, 10 Jan 2012 15:08:45 +0100 + +myspell-sl (1.0-3) unstable; urgency=low + + * QA upload + + * shop shipping si-SI.* symlinks for Mozilla in /usr/share/hunspell + (closes: #566818) + * add ${misc:Depends} + + -- Rene Engelhard Wed, 27 Jan 2010 23:13:37 +0100 + +myspell-sl (1.0-2) unstable; urgency=low + + * QA upload (Orphan package per maintainers request) + + * move dict to /usr/share/hunspell + * add sl.{dic,aff} -> sl_SI.{dic,aff} symlink (closes: #373752) + * build binary package in binary-indep + * fix some lintian stuff + - s/Build-Depends-Indep/Build-Depends/ + - remove unneeded -$(MAKE) clean + + -- Rene Engelhard Tue, 11 Aug 2009 23:21:25 +0200 + +myspell-sl (1.0-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: Fixed bashism. (Closes: #459111) + + -- Marc 'HE' Brockschmidt Wed, 23 Jan 2008 19:01:10 +0100 + +myspell-sl (1.0-1) unstable; urgency=low + + * Initial Release (closes: #238183) + + -- Jure Cuhalev Mon, 15 Mar 2004 22:10:56 +0100 + --- myspell-sl-1.0.orig/debian/copyright +++ myspell-sl-1.0/debian/copyright @@ -0,0 +1,17 @@ +This package was debianized by Jure Cuhalev on +Mon, 27 Oct 2003 18:28:01 +0100. + +It was downloaded from http://lingucomponent.openoffice.org/spell_dic.html + +This Slovenian dictionary was created by (in alphabetical order): + Amebis, d.o.o. + Toma"z Erjavec + Ale"s Ko"sir + Primo"z Peterlin + +Project was supported in part by Ministry of Information Society (MID, Republic of Slovenia) +and Linux User Group of Slovenia (Lugos). + +The Slovenian dictionary is covered by the GNU GPL License. +On Debian systems, the complete text of the GNU General Public License +can be found in the file `/usr/share/common-licenses/GPL. --- myspell-sl-1.0.orig/debian/compat +++ myspell-sl-1.0/debian/compat @@ -0,0 +1 @@ +7 --- myspell-sl-1.0.orig/debian/rules +++ myspell-sl-1.0/debian/rules @@ -0,0 +1,86 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + touch configure-stamp + +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp +build-stamp: configure-stamp + dh_testdir + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + install -m 0644 sl_SI.dic sl_SI.aff $(CURDIR)/debian/myspell-sl/usr/share/hunspell + +# 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_installinit +# dh_installcron +# dh_installinfo +# dh_installman + dh_link +# dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_python +# 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 --- myspell-sl-1.0.orig/debian/myspell-sl.links +++ myspell-sl-1.0/debian/myspell-sl.links @@ -0,0 +1,2 @@ +usr/share/hunspell/sl_SI.aff usr/share/hunspell/sl.aff +usr/share/hunspell/sl_SI.dic usr/share/hunspell/sl.dic \ No newline at end of file --- myspell-sl-1.0.orig/debian/myspell-sl.info-myspell +++ myspell-sl-1.0/debian/myspell-sl.info-myspell @@ -0,0 +1,4 @@ + +# Slovenian (Slovensko) + +DICT sl SI sl_SI