--- myspell-hy-0.10.1.orig/install.sh +++ myspell-hy-0.10.1/install.sh @@ -19,10 +19,10 @@ echo "DICT $LANGUAGE $COUNTRY $LANGUAGE$UNDERLINE$COUNTRY" > /usr/share/myspell/infos/ooo/myspell-$LANGUAGE # Installing dics and affix data files -cp `echo "$LANGUAGE$UNDERLINE$COUNTRY.*"` /usr/share/myspell/dicts/ && chmod 644 /usr/share/myspell/dicts/`echo "$LANGUAGE$UNDERLINE$COUNTRY.*"` +cp `echo "$LANGUAGE$UNDERLINE$COUNTRY.*"` /usr/share/hunspell && chmod 644 /usr/share/hunspell`echo "$LANGUAGE$UNDERLINE$COUNTRY.*"` # Creating links -cd /usr/share/myspell/dicts/ +cd /usr/share/hunspell ln -sf `echo "$LANGUAGE$UNDERLINE$COUNTRY.dic"` $LANGUAGE.dic ln -sf `echo "$LANGUAGE$UNDERLINE$COUNTRY.aff"` $LANGUAGE.aff cd --- myspell-hy-0.10.1.orig/debian/links +++ myspell-hy-0.10.1/debian/links @@ -0,0 +1,7 @@ +usr/share/hunspell/hy_AM.aff usr/share/hunspell/hy.aff +usr/share/hunspell/hy_AM.dic usr/share/hunspell/hy.dic +usr/share/hunspell/hy_AM.aff usr/share/myspell/dicts/hy_AM.aff +usr/share/hunspell/hy_AM.dic usr/share/myspell/dicts/hy_AM.dic +usr/share/hunspell/hy_AM.aff usr/share/myspell/dicts/hy.aff +usr/share/hunspell/hy_AM.dic usr/share/myspell/dicts/hy.dic + --- myspell-hy-0.10.1.orig/debian/changelog +++ myspell-hy-0.10.1/debian/changelog @@ -0,0 +1,33 @@ +myspell-hy (0.10.1-2) unstable; urgency=low + + * Bump standards version to 3.8.3, no extra change is needed + * Updated copyright file + + -- Alan Baghumian Sun, 20 Sep 2009 19:40:06 -0700 + +myspell-hy (0.10.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * move dict into /usr/share/hunspell and add compatibility symlinks + from /usr/share/myspell/dicts (closes: #541948) + + -- Rene Engelhard Sat, 19 Sep 2009 20:35:02 +0200 + +myspell-hy (0.10.1-1) unstable; urgency=low + + * New upstream release + + -- Lior Kaplan Wed, 03 Sep 2008 21:25:00 +0300 + +myspell-hy (0.10.0-2) unstable; urgency=low + + * Update debian/watch (Closes: #450254) + + -- Lior Kaplan Sat, 01 Dec 2007 21:17:44 +0200 + +myspell-hy (0.10.0-1) unstable; urgency=low + + * Initial Release (Closes: #438600). + + -- Alan Baghumian Sat, 18 Aug 2007 10:40:50 +0330 + --- myspell-hy-0.10.1.orig/debian/info-myspell +++ myspell-hy-0.10.1/debian/info-myspell @@ -0,0 +1,2 @@ +# Armenian (Հայերեն) +DICT hy AM hy_AM --- myspell-hy-0.10.1.orig/debian/rules +++ myspell-hy-0.10.1/debian/rules @@ -0,0 +1,54 @@ +#!/usr/bin/make -f +# 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 + + +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 + touch build-stamp + +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 + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_install + dh_link + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- myspell-hy-0.10.1.orig/debian/watch +++ myspell-hy-0.10.1/debian/watch @@ -0,0 +1,3 @@ +# Compulsory line, this is a version 3 file +version=3 +http://sf.net/armspell/myspell-hy-([\d.]*)\.tar\.gz --- myspell-hy-0.10.1.orig/debian/control +++ myspell-hy-0.10.1/debian/control @@ -0,0 +1,19 @@ +Source: myspell-hy +Section: text +Priority: optional +Maintainer: Alan Baghumian +Uploaders: Lior Kaplan +Build-Depends: debhelper (>> 5.0.0) +Build-Depends-Indep: dictionaries-common-dev +Standards-Version: 3.8.3 +Homepage: http://sf.net/projects/armspell + +Package: myspell-hy +Architecture: all +Depends: dictionaries-common +Provides: myspell-dictionary, myspell-dictionary-hy +Suggests: openoffice.org, mozilla-browser, mozilla-thunderbird +Description: Armenian dictionary for myspell + This is the Armenian dictionary for use with the myspell + spellchecker which is currently used within OpenOffice.org and + the mozilla spellchecker. --- myspell-hy-0.10.1.orig/debian/dirs +++ myspell-hy-0.10.1/debian/dirs @@ -0,0 +1,2 @@ +usr/share/hunspell/dicts +usr/share/hunspell/infos/ooo --- myspell-hy-0.10.1.orig/debian/copyright +++ myspell-hy-0.10.1/debian/copyright @@ -0,0 +1,24 @@ +This package was debianized by Alan Baghumian on +Sat, 18 Aug 2007 10:46:25 +0330. + +It was downloaded from http://sf.net/projects/armspell + +Copyright 2006-2009 Alan Baghumian +Copyright 2007 Arthur Serkis + + 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 program; 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'. --- myspell-hy-0.10.1.orig/debian/compat +++ myspell-hy-0.10.1/debian/compat @@ -0,0 +1 @@ +5 --- myspell-hy-0.10.1.orig/debian/install +++ myspell-hy-0.10.1/debian/install @@ -0,0 +1 @@ +*.aff *.dic usr/share/hunspell