--- hunspell-se-1.0~beta6.20081222.orig/debian/changelog +++ hunspell-se-1.0~beta6.20081222/debian/changelog @@ -0,0 +1,43 @@ +hunspell-se (1.0~beta6.20081222-1.3) unstable; urgency=medium + + * Non maintainer upload by the Reproducible Builds team. + * No source change upload to rebuild on buildd with .buildinfo files. + + -- Holger Levsen Sat, 02 Jan 2021 16:29:46 +0100 + +hunspell-se (1.0~beta6.20081222-1.2) unstable; urgency=low + + * Non-maintainer upload. + * hunspell-se.post{inst,rm}: Remove, only unconditionally called + useless and soon to not be shipped update-openoffice-dicts + (Closes: #619256). + * debian/rules: Work around too large flag-ids in se.aff + (Closes: #605920). + * Remove obsolete mozilla symlinks. Revert to pristine Makefile. + + -- Agustin Martin Domingo Sun, 08 May 2011 14:22:57 +0200 + +hunspell-se (1.0~beta6.20081222-1.1) unstable; urgency=low + + * Non-maintainer upload. + * move dict to /usr/share/hunspell with compat symlinks from + /usr/share/myspell/dicts (closes: #541908) + + -- Rene Engelhard Thu, 24 Sep 2009 00:16:31 +0200 + +hunspell-se (1.0~beta6.20081222-1) unstable; urgency=low + + * New upstream version. + - Updated AFF files and word list. + + -- Petter Reinholdtsen Fri, 23 Jan 2009 16:46:17 +0100 + +hunspell-se (1.0~beta1.20080601-1) unstable; urgency=low + + * Initial upload (Closes: #483793). + * This package only work with OpenOffice.org version 2.4 or newer, + as the required language code was added to OOo in that version. + Not conflicting with openoffice.org-core (<< 1:2.4) to enforce + this, to avoid upgrade problems. + + -- Petter Reinholdtsen Sun, 1 Jun 2008 13:11:00 +0200 --- hunspell-se-1.0~beta6.20081222.orig/debian/compat +++ hunspell-se-1.0~beta6.20081222/debian/compat @@ -0,0 +1 @@ +5 --- hunspell-se-1.0~beta6.20081222.orig/debian/control +++ hunspell-se-1.0~beta6.20081222/debian/control @@ -0,0 +1,21 @@ +Source: hunspell-se +Priority: optional +Section: text +Maintainer: Petter Reinholdtsen +Standards-Version: 3.7.3 +Homepage: http://www.divvun.no/ +Build-Depends: debhelper (>= 5), cdbs + +Package: hunspell-se +Architecture: all +Depends: ${misc:Depends}, dictionaries-common (>= 0.10) | openoffice.org-updatedicts +Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (>= 1:2.4) +Conflicts: openoffice.org-core (<< 1:2.4) +Provides: hunspell-dictionary, hunspell-dictionary-se +Description: North Sámi Hunspell dictionary + This package contains all the required files to add support for + the language North Sámi to the hunspell spell checker which is + currently used in OpenOffice.org2 and as an ispell clone. + . + This hunspell dictionary is part of the Divvun project to create Sámi + proofing tools. --- hunspell-se-1.0~beta6.20081222.orig/debian/copyright +++ hunspell-se-1.0~beta6.20081222/debian/copyright @@ -0,0 +1,34 @@ +This package was debianized by the author Petter Reinholdtsen + on Sat May 31 11:53:00 CEST 2008. + +The package is Copyright (C) 2008 The Norwegian Sami Parliament, +divvun@samediggi.no + +It was downloaded from + + +It is dual licensed using GPL version 3 and OASIS distribution +license v0.1. + +This is the text of the OASIS distribution license: + + OASIS distribution license agreement 0.1 from 2005-11-10 + + Without any modifications this dictionary may be distributed with + programs that support the OASIS Open Document Format for Office + Applications and whose PRIMARY format for saving documents is the + Open Document Format. + + This requires that all licenses and copyright files are also + distributed together with the package the dictionary is shipped + with. + + Any modifications of the dictionary files are not allowed for this + agreement, modifications require the use of the GNU GENERAL PUBLIC + LICENSE. + + If you have questions or don't get along with this, send me your + comments/questions/ideas to divvun@samediggi.no + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-3'. --- hunspell-se-1.0~beta6.20081222.orig/debian/rules +++ hunspell-se-1.0~beta6.20081222/debian/rules @@ -0,0 +1,21 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/makefile.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +build/hunspell-se:: + sed -e 's/65529/65503/g' \ + -e 's/65530/65504/g' \ + -e 's/65531/65505/g' \ + -e 's/65532/65506/g' \ + -e 's/65533/65507/g' \ + -e 's/65534/65508/g' \ + -e 's/65535/65509/g' se.aff > se.aff.debian + +install/hunspell-se:: + $(MAKE) install DICTDIR=/usr/share/hunspell DESTDIR=$(DEB_DESTDIR) + install -m 644 se.aff.debian $(DEB_DESTDIR)/usr/share/hunspell/se.aff + rm -f $(DEB_DESTDIR)/usr/share/hunspell/dictionary.lst + +clean/hunspell-se:: + rm -f se.aff.debian