debian/0000755000000000000000000000000011635111451007164 5ustar debian/dirs0000644000000000000000000000005710670304536010060 0ustar usr/lib/aspell usr/share/aspell var/lib/aspell debian/docs0000644000000000000000000000003010670316520010032 0ustar README doc/contributors debian/control0000644000000000000000000000103411635111327010567 0ustar Source: aspell-sv Section: text Priority: optional Maintainer: Magnus Holmgren Build-Depends: debhelper (>= 7), cdbs (>= 0.4.0), dictionaries-common-dev (>= 0.9.1) Standards-Version: 3.9.2 Homepage: http://aspell.net/ Package: aspell-sv Architecture: all Depends: aspell (>= 0.60.3-3), dictionaries-common (>= 0.49.2), ${misc:Depends} Provides: aspell-dictionary Description: Swedish dictionary for GNU aspell This is the Swedish dictionaries, to be used with aspell to check and correct spelling in Swedish texts. debian/rules0000755000000000000000000000077411635107111010252 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk #DEB_INSTALL_CHANGELOGS_ALL := doc/ChangeLog #DEB_INSTALL_DOCS_ALL := doc/SCOWL-README DICT_LANG := sv 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$$//'`; \ dh_link "var/lib/aspell/$$WL.rws" "usr/lib/aspell/$$WL.rws"; \ echo "$$WL" >> "$(DEB_DESTDIR)/usr/share/aspell/$(DICT_LANG).contents"; \ done installdeb-aspell debian/watch0000644000000000000000000000013010670311302010202 0ustar version=3 ftp://ftp.gnu.org/gnu/aspell/dict/sv/aspell-sv-(.*)\.tar\.bz2 debian uupdate debian/changelog0000644000000000000000000000465311635111431011044 0ustar aspell-sv (0.51-0-3) unstable; urgency=low * Don't include /var/lib/aspell/sv.{compat,rws} in package; instead let them be created in postinst and removed in postrm (Closes: #638738). * Bump Standards-Version to 3.9.2. -- Magnus Holmgren Sat, 17 Sep 2011 14:31:21 +0200 aspell-sv (0.51-0-2) unstable; urgency=low * New maintainer e-mail address. * Add ${misc:Depends} to Depends. * Bump Standards-Version to 3.9.1. * Add Homepage field (pointing to http://aspell.net). * Switch to source package format 3.0 (quilt) and use original bz2-compressed tarball. * Switch to Debhelper compat level 7. * Fix command-with-path-in-maintainer-script warning from Lintian by rebuilding with newer dictionaries-common-dev. -- Magnus Holmgren Wed, 04 Aug 2010 00:13:59 +0200 aspell-sv (0.51-0-1) unstable; urgency=low * New maintainer (Closes: #440940). * Newer (2004) upstream release. - License changed from GPL 2 to LGPL 2.1. Update debian/copyright. Previous maintainer consents. - "run-together" added to sv.dat upstream. * Upped Standards-Version to 3.7.2 without changes. * debian/watch: added. -- Magnus Holmgren Fri, 07 Sep 2007 19:24:53 +0200 aspell-sv (0.50-2-5) unstable; urgency=low * Updated to use the new-style autobuilt hashes. (Closes: #319667) -- Erik Rigtorp Sat, 13 Aug 2005 02:05:55 +0200 aspell-sv (0.50-2-4) unstable; urgency=low * New debian/rules using cdbs ripped from aspell-en. * Register with dictionaries-common correctly (Closes: #300286) -- Erik Rigtorp Tue, 29 Mar 2005 08:52:13 +0200 aspell-sv (0.50-2-2.1) unstable; urgency=low * Non-maintainer upload * debian/control: provide aspell6-dictionary, and build-depend on aspell (>> 0.60). This transitions the package to the new Aspell 0.60. (Closes: #294850) -- Brian Nelson Fri, 11 Feb 2005 14:22:06 -0800 aspell-sv (0.50-2-2) unstable; urgency=low * Added "run-together" to sv.dat, so that it supports compound words. -- Erik Rigtorp Thu, 08 May 2003 21:12:16 +0200 aspell-sv (0.50-2-1) unstable; urgency=low * Initial release (Closes: #158701, #168547) * New version made of the package from aspell.net. * Some weirdness with the version number now. * Using debhelper again. -- Erik Rigtorp Sun, 02 Feb 2003 19:09:57 +0100 debian/postinst0000755000000000000000000000045611635105712011005 0ustar #!/bin/sh -e case "$1" in configure) # register with install-dictcommon-aspell touch /var/lib/aspell/sv.compat ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac #DEBHELPER# exit 0 debian/compat0000644000000000000000000000000211426111204010354 0ustar 5 debian/aspell-sv.info-aspell0000644000000000000000000000031710670304536013234 0ustar Language: svenska (Svenska) Hash-Name: sv Emacsen-Name: svenska Coding-System: iso-8859-1 Casechars: [A-Za-zåäöéàüèæøçÅÄÖÉÀÜÈÆØÇ] Not-Casechars: [^A-Za-zåäöéàüèæøçÅÄÖÉÀÜÈÆØÇ] Otherchars: ['] Ispell-Args: -C debian/postrm0000644000000000000000000000060111635106720010433 0ustar #!/bin/sh -e case "$1" in remove|disappear) rm -f /var/lib/aspell/sv.compat # remove generated files since update-dictcommon-aspell does not rm -f /var/lib/aspell/sv.rws ;; purge|upgrade|failed-upgrade|abort-install|abort-upgrade) ;; *) echo "postrm called with unknown argument \`$1'" >&2 exit 1 ;; esac #DEBHELPER# debian/source/0000755000000000000000000000000011426111026010460 5ustar debian/source/format0000644000000000000000000000001411426111026011666 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000245411426111303011116 0ustar This package was debianized by Erik Rigtorp on Sun, 02 Feb 2003 19:00:49 +0100. The current maintainer is Magnus Holmgren . It was downloaded from ftp://ftp.gnu.org/gnu/aspell/dict/sv. aspell package copyright (c) 2002, 2004 Kevin Atkinson Word list copyright (c) 2000 Martin Norbäck , (c) 1998, 1999, 2000, 2001, 2002 SkÃ¥ne Sjælland Linux User Group See `contributors' for further contributors. This dictionary is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1) as published by the Free Software Foundation. This dictionary 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 dictionary; 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-2.1'. debian/install0000644000000000000000000000013510670304537010563 0ustar *.multi usr/lib/aspell *.alias usr/lib/aspell *.dat usr/lib/aspell