--- aspell-hr-0.51.orig/debian/changelog +++ aspell-hr-0.51/debian/changelog @@ -0,0 +1,28 @@ +aspell-hr (0.51-4) unstable; urgency=low + + * Initial upload to Debian. Closes #344843 + * Update policy version to 3.7.2 + + -- Vedran Furač Tue, 15 Aug 2006 21:06:54 +0200 + +aspell-hr (0.51-3) unstable; urgency=low + + * Update policy version to 3.7.0.0. + * Set debhelper compatibility level to 5 + + -- Vedran Furač Thu, 4 May 2006 00:17:38 +0200 + +aspell-hr (0.51-2) unstable; urgency=low + + * Added /usr/lib/aspell/hr_affix.dat + * Removed makefile (it's not used) + * Fixed debian/aspell-hr.info-aspell + + -- Vedran Furač Tue, 18 Oct 2005 17:38:23 +0200 + +aspell-hr (0.51-1) unstable; urgency=low + + * Initial release + + -- Vedran Furač Fri, 29 Jul 2005 21:44:13 +0200 + --- aspell-hr-0.51.orig/debian/copyright +++ aspell-hr-0.51/debian/copyright @@ -0,0 +1,26 @@ +This package was debianized by Vedran Furač on +Fri, 29 Jul 2005 21:44:13 +0200. + +It was downloaded from + +Copyright Holder: Denis Lacković + +License: + + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This package 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this package; 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 Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. + --- aspell-hr-0.51.orig/debian/docs +++ aspell-hr-0.51/debian/docs @@ -0,0 +1 @@ +README --- aspell-hr-0.51.orig/debian/rules +++ aspell-hr-0.51/debian/rules @@ -0,0 +1,19 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk + +DICT_LANG := hr + +install/aspell-$(DICT_LANG):: + for f in *.cwl; do \ + gzip -9 -c "$$f" > "$(DEB_DESTDIR)/usr/share/aspell/"$$f".gz"; \ + WL=`echo $$f | sed 's/\.cwl$$//'`; \ + touch "$(DEB_DESTDIR)/var/lib/aspell/$$WL.rws"; \ + dh_link "var/lib/aspell/$$WL.rws" "usr/lib/aspell/$$WL.rws"; \ + echo "$$WL" >> "$(DEB_DESTDIR)/usr/share/aspell/$(DICT_LANG).contents"; \ + done + + touch $(DEB_DESTDIR)/var/lib/aspell/$(DICT_LANG).compat + cp $(CURDIR)/doc/hr_HR.aff $(DEB_DESTDIR)/usr/lib/aspell/hr_affix.dat + installdeb-aspell + --- aspell-hr-0.51.orig/debian/compat +++ aspell-hr-0.51/debian/compat @@ -0,0 +1 @@ +5 --- aspell-hr-0.51.orig/debian/install +++ aspell-hr-0.51/debian/install @@ -0,0 +1,3 @@ +*.multi usr/lib/aspell +*.alias usr/lib/aspell +*.dat usr/lib/aspell --- aspell-hr-0.51.orig/debian/aspell-hr.info-aspell +++ aspell-hr-0.51/debian/aspell-hr.info-aspell @@ -0,0 +1,4 @@ +Language: croatian (Croatian) +Hash-Name: hr +Emacsen-Name: croatian +Coding-System: iso-8859-2 --- aspell-hr-0.51.orig/debian/dirs +++ aspell-hr-0.51/debian/dirs @@ -0,0 +1,3 @@ +usr/lib/aspell +usr/share/aspell +var/lib/aspell --- aspell-hr-0.51.orig/debian/control +++ aspell-hr-0.51/debian/control @@ -0,0 +1,15 @@ +Source: aspell-hr +Section: text +Priority: optional +Maintainer: Vedran Furač +Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dictionaries-common-dev (>= 0.9.1) +Standards-Version: 3.7.2 + +Package: aspell-hr +Architecture: all +Provides: aspell-dictionary +Depends: aspell (>= 0.60.3-3), dictionaries-common (>= 0.49.2) +Description: The Croatian dictionary for GNU Aspell + This package contains all the required files to add support + for Croatian language to the GNU Aspell spell checker. +