diff options
| author | Andika Triwidada <andika@gmail.com> | 2018-02-13 11:44:36 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2018-02-13 14:03:03 +0700 |
| commit | 35a2de070d7b6ca16d5fdb56474256e3dcf838fa (patch) | |
| tree | b6f8b6a1d3eb40ea3d2127745fe388242c6e0e2d | |
| parent | 4b18a5987d8307b719ed625bc67b0088e6b77579 (diff) | |
| download | hunspell-id-35a2de070d7b6ca16d5fdb56474256e3dcf838fa.tar.xz | |
Add Ubuntu packaging
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | debian/compat | 1 | ||||
| -rw-r--r-- | debian/control | 17 | ||||
| -rw-r--r-- | debian/copyright | 57 | ||||
| -rw-r--r-- | debian/docs | 1 | ||||
| -rw-r--r-- | debian/files | 1 | ||||
| -rw-r--r-- | debian/hunspell-id.info-myspell | 1 | ||||
| -rwxr-xr-x | debian/rules | 49 |
8 files changed, 132 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..17ffa2f --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +hunspell-id (20180213-1) unstable; urgency=medium + + * Initial release + + -- Andika Triwidada <andika@gmail.com> Tue, 13 Feb 2018 03:47:59 +0000 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..b42dccd --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: hunspell-id +Section: text +Priority: optional +Maintainer: Andika Triwidada <andika@gmail.com> +Build-Depends: debhelper (>= 5), dictionaries-common-dev +Standards-Version: 3.7.2 + +Package: hunspell-id +Architecture: all +Replaces: openoffice.org-spellcheck-id +Provides: hunspell-dictionary, hunspell-dictionary-id +Depends: dictionaries-common (>= 0.10) +Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (>= 2.0.2) +Conflicts: openoffice.org (<= 1.0.3-2), myspell-en-us (<= 1:4.2.1-0ubuntu3), mozilla-browser (<< 1.8+1.1.1-2), iceape-browser (<< 1.1.1-2), firefox (<< 2.0.0.3-2), thunderbird (<< 2.0.0.1+0dfsg-0), iceweasel (<< 2.0.0.3-2), icedove (<< 2.0.0.0-4), openoffice.org-core (<< 2.1~m190-1), libxul0d (= 1.8.0.11-3) +Description: Indonesian dictionary for hunspell + This is the Indonesian dictionary for use with the hunspell spellchecker + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..45d2c07 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,57 @@ +This package was debianized by Andika Triwidada <andika@gmail.com> on +Tue Feb 13 03:34:14 UTC 2018 + +It was downloaded from https://github.com/shuLhan/hunspell-id + +Upstream Author: + + ShuLhan <ms@kilabit.info> + +Copyright: + + Copyright (C) 2004 Kurniadi, Volker Muller, Arno Brevoort + Copyright (C) 2009 Ammar Shadiq + Copyright (C) 2014 Viko Adi Rahmawan, Benetius Brevoort + Copyright (C) 2015-2017 ShuLhan + +License: + +This dictionary is based on an Indonesian wordlist created by +Kurniadi, Volker Muller, and Arno Brevoort for Myspell and thus +is covered by their original LGPL license. The affix file is a new +one while dic file were updated against KBBI 3rd ed. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. 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. + 3. All modifications to the source code must be clearly marked as + such. Binary redistributions based on modified source code + must be clearly marked as modified versions in the documentation + and/or other materials provided with the distribution. + 4. All advertising materials mentioning features or use of this software + must display the following acknowledgment: + This product includes software developed by Geoff Kuenning and + other unpaid contributors. + 5. The name of Geoff Kuenning may not be used to endorse or promote + products derived from this software without specific prior + written permission. + + THIS SOFTWARE IS PROVIDED BY GEOFF KUENNING 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 GEOFF KUENNING 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. + +The full text of the GNU LGPL can be found in /usr/share/common-licenses/LGPL. diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..b43bf86 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +README.md diff --git a/debian/files b/debian/files new file mode 100644 index 0000000..380d51a --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +hunspell-id_20180213-1_all.deb text optional diff --git a/debian/hunspell-id.info-myspell b/debian/hunspell-id.info-myspell new file mode 100644 index 0000000..6405a3c --- /dev/null +++ b/debian/hunspell-id.info-myspell @@ -0,0 +1 @@ +DICT id ID id_ID diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..d6ba378 --- /dev/null +++ b/debian/rules @@ -0,0 +1,49 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +configure: configure-stamp +configure-stamp: + dh_testdir + touch configure-stamp + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + installdeb-myspell --srcdir=$(CURDIR) + +binary-arch: build install + +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_link + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure |
