--- aspell-sl-0.60.orig/Makefile +++ aspell-sl-0.60/Makefile @@ -1,9 +1,9 @@ -ASPELL = /usr/local/bin/aspell +ASPELL = /usr/bin/aspell ASPELL_FLAGS = -PREZIP = /usr/local/bin/prezip-bin +PREZIP = /usr/bin/prezip-bin DESTDIR = -dictdir = /usr/local/lib/aspell-0.60 -datadir = /usr/local/lib/aspell-0.60 +dictdir = /usr/lib/aspell-0.60 +datadir = /usr/lib/aspell-0.60 # Generated with Aspell Dicts "proc" script version 0.60.3 @@ -17,7 +17,7 @@ multi_files = sl.multi slovene.alias rws_files = sl.rws -distdir=aspell6-${lang}-${version} +distdir=aspell-${version} all: ${rws_files} ${data_files} @@ -48,13 +48,11 @@ @make dist-nogen dist-nogen: - -rm -r ${distdir}.tar.bz2 ${distdir} + -rm -r ${distdir} mkdir ${distdir} cp -p ${extra_files} ${cwl_files} ${multi_files} ${doc_files} ${data_files} ${distdir}/ - -test -e doc && mkdir ${distdir}/doc && chmod 755 ${distdir}/doc && cp -pr doc/* ${distdir}/doc/ - -test -e misc && mkdir ${distdir}/misc && chmod 755 ${distdir}/misc && cp -pr misc/* ${distdir}/misc/ - tar cf ${distdir}.tar ${distdir}/ - bzip2 -9 ${distdir}.tar + -cp -pr doc/ ${distdir}/ + gtar cfj ${distdir}.tar.bz2 ${distdir}/ rm -r ${distdir}/ distcheck: @@ -65,7 +63,7 @@ mv ${distdir}.tar.bz2 ../rel -fi.rws: fi.cwl +sl.rws: sl.cwl .SUFFIXES: .cwl .rws .wl --- aspell-sl-0.60.orig/Makefile.pre +++ aspell-sl-0.60/Makefile.pre @@ -10,7 +10,7 @@ multi_files = sl.multi slovene.alias rws_files = sl.rws -distdir=aspell6-${lang}-${version} +distdir=aspell all: ${rws_files} ${data_files} @@ -41,13 +41,11 @@ @make dist-nogen dist-nogen: - -rm -r ${distdir}.tar.bz2 ${distdir} + -rm -r ${distdir} mkdir ${distdir} cp -p ${extra_files} ${cwl_files} ${multi_files} ${doc_files} ${data_files} ${distdir}/ - -test -e doc && mkdir ${distdir}/doc && chmod 755 ${distdir}/doc && cp -pr doc/* ${distdir}/doc/ - -test -e misc && mkdir ${distdir}/misc && chmod 755 ${distdir}/misc && cp -pr misc/* ${distdir}/misc/ - tar cf ${distdir}.tar ${distdir}/ - bzip2 -9 ${distdir}.tar + -cp -pr doc/ ${distdir}/ + gtar cfj ${distdir}.tar.bz2 ${distdir}/ rm -r ${distdir}/ distcheck: @@ -58,7 +56,7 @@ mv ${distdir}.tar.bz2 ../rel -fi.rws: fi.cwl +sl.rws: sl.cwl .SUFFIXES: .cwl .rws .wl --- aspell-sl-0.60.orig/dirs +++ aspell-sl-0.60/dirs @@ -0,0 +1,4 @@ +usr/lib/aspell +usr/share/aspell +var/lib/aspell + --- aspell-sl-0.60.orig/debian/dirs +++ aspell-sl-0.60/debian/dirs @@ -0,0 +1,3 @@ +usr/lib/aspell +usr/share/aspell +var/lib/aspell --- aspell-sl-0.60.orig/debian/control +++ aspell-sl-0.60/debian/control @@ -0,0 +1,16 @@ +Source: aspell-sl +Section: text +Priority: optional +Maintainer: Jure Cuhalev +Build-Depends: debhelper (>= 4.9.5), cdbs (>= 0.4.9.5), dictionaries-common-dev (>= 0.9.1) +Standards-Version: 3.6.2 + +Package: aspell-sl +Provides: aspell-dictionary +Architecture: all +Depends: aspell (>= 0.60.3-3), dictionaries-common (>= 0.49.2) +Description: The Slovenian dictionary for GNU Aspell + This package contains all the required files to add support + for Slovenian language to the GNU Aspell spell checker. + . + Homepage: http://nl.ijs.si/GNUsl/ --- aspell-sl-0.60.orig/debian/rules +++ aspell-sl-0.60/debian/rules @@ -0,0 +1,19 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk + +DICT_LANG := sl + +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 + + installdeb-aspell + --- aspell-sl-0.60.orig/debian/aspell-sl.info-aspell +++ aspell-sl-0.60/debian/aspell-sl.info-aspell @@ -0,0 +1,5 @@ +Language: slovenian (Slovenian) +Hash-Name: sl +Emacsen-Name: slovene +Coding-System: iso-8859-2 + --- aspell-sl-0.60.orig/debian/changelog +++ aspell-sl-0.60/debian/changelog @@ -0,0 +1,35 @@ +aspell-sl (0.60-3) unstable; urgency=low + + * Repackaged for latest aspell (closes: #319668) + * Updated to standard version 3.6.2 + + -- Jure Cuhalev Wed, 27 Jul 2005 12:36:00 +0200 + +aspell-sl (0.60-2) unstable; urgency=low + + * Added missing Build-Depends (closes: #297503) + + -- Jure Cuhalev Wed, 2 Mar 2005 13:20:13 +0100 + +aspell-sl (0.60-1) unstable; urgency=low + + * New upstream release + * Changed build-depends to aspell-bin (>> 0.60) (closes: #296536) + * Changed the provides from aspell-dictionary to aspell6-dictionary + * Converted to cdbs + * Updated to standards version 3.6.1.0 + * Package is now arch: any (closes: #296537) + + -- Jure Cuhalev Tue, 25 Jan 2005 13:37:53 +0100 + +aspell-sl (0.50.2-2) unstable; urgency=low + + * Added LyX symlink + + -- Jure Cuhalev Sun, 1 Aug 2004 08:49:12 +0000 + +aspell-sl (0.50.2-1) unstable; urgency=low + + * Initial Release. + + -- Jure Cuhalev Sun, 26 Oct 2003 21:55:34 +0100 --- aspell-sl-0.60.orig/debian/compat +++ aspell-sl-0.60/debian/compat @@ -0,0 +1 @@ +4 --- aspell-sl-0.60.orig/debian/copyright +++ aspell-sl-0.60/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by Jure Cuhalev on +Sun, 26 Oct 2003 21:55:34 +0100. + +It was downloaded from http://nl.ijs.si/GNUsl/ + +Upstream Authors: + +This is an alphabetical list of people or organizations who contributed sizeable amounts of words, money or effort. + + * Ales Kosir, http://nl.ijs.si/GNUsl/hp_ales.html + * Amebis d.o.o, http://www.amebis.si/ + * GNUsl, http://nl.ijs.si/GNUsl/ + * Drustvo uporabnikov Linuxa Slovenije - LUGOS, http://www.lugos.si/ + * Republika Slovenija, Ministrstvo za informacijsko druzbo, http://mid.gov.si + * MULTEXT-East project, http://nl.ijs.si/ME/ + * Primoz Peterlin, http://sizif.mf.uni-lj.si/~peterlin/ + * Tomaz Erjavec, http://nl.ijs.si/et/ + +Copyright (c) 2001, 2002 +Amebis d.o.o, +Drustvo uporabnikov Linuxa Slovenije - LUGOS, +Republika Slovenija, Ministrstvo za informacijsko druzbo + +Permission is granted to copy, distribute and/or modify this +documents under the terms of the GNU GPL License, +Version 2 or any later version published by the Free Software Foundation. +On Debian systems, the complete text of the GNU General Public License +can be found in the file `/usr/share/common-licenses/GPL. + --- aspell-sl-0.60.orig/debian/install +++ aspell-sl-0.60/debian/install @@ -0,0 +1,3 @@ +*.multi usr/lib/aspell +*.alias usr/lib/aspell +*.dat usr/lib/aspell --- aspell-sl-0.60.orig/install +++ aspell-sl-0.60/install @@ -0,0 +1,3 @@ +*.multi usr/lib/aspell +*.alias usr/lib/aspell +*.dat usr/lib/aspell