Here's the patch for the NMU I'm making of this. Hopefully it works,
cuz, errr, my Danish is not so good...
--
Society is never going to make any progress until we all learn to
pretend to like each other.
diff -urN ispell-da-1.4.42.old/da.dat ispell-da-1.4.42/da.dat
--- ispell-da-1.4.42.old/da.dat 2005-02-18 19:37:16.887746873 -0800
+++ ispell-da-1.4.42/da.dat 2005-02-18 19:31:12.462553368 -0800
@@ -2,6 +2,6 @@
charset iso8859-1
special ' -** - -** . -**
-soundslike dansk
+soundslike da
-run-together
+run-together
diff -urN ispell-da-1.4.42.old/debian/aspell-da.dirs
ispell-da-1.4.42/debian/aspell-da.dirs
--- ispell-da-1.4.42.old/debian/aspell-da.dirs 2005-02-18 19:37:16.907744085
-0800
+++ ispell-da-1.4.42/debian/aspell-da.dirs 2005-02-18 17:38:35.000000000
-0800
@@ -1,3 +1,2 @@
usr/share/doc/aspell-da
-usr/share/aspell
-usr/lib/aspell
+usr/lib/aspell-0.60
diff -urN ispell-da-1.4.42.old/debian/changelog
ispell-da-1.4.42/debian/changelog
--- ispell-da-1.4.42.old/debian/changelog 2005-02-18 19:37:16.907744085
-0800
+++ ispell-da-1.4.42/debian/changelog 2005-02-18 19:32:33.627237758 -0800
@@ -1,3 +1,16 @@
+ispell-da (1.4.42-1.1) unstable; urgency=low
+
+ * Non-maintainer upload
+ * Transitioned the aspell-da package to Aspell 0.60 (Closes: #295011)
+ - debian/control: Build-depend on aspell-bin (>> 0.60)
+ - debian/control: Provide aspell6-dictionary
+ - debian/aspell-da.dirs: install /usr/lib/aspell-0.60 instead of
+ /usr/share/aspell and /usr/lib/aspell
+ - debian/rules: install aspell-da files into /usr/lib/aspell-0.60
+ - da.dat: fixed the format so that aspell doesn't bomb out on build
+
+ -- Brian Nelson <[EMAIL PROTECTED]> Fri, 18 Feb 2005 19:32:33 -0800
+
ispell-da (1.4.42-1) unstable; urgency=medium
* New upstream
diff -urN ispell-da-1.4.42.old/debian/control ispell-da-1.4.42/debian/control
--- ispell-da-1.4.42.old/debian/control 2005-02-18 19:37:16.906744224 -0800
+++ ispell-da-1.4.42/debian/control 2005-02-18 17:42:05.000000000 -0800
@@ -3,7 +3,7 @@
Section: text
Priority: optional
Standards-Version: 3.5.5
-Build-Depends: aspell (>= 0.50), debhelper (>= 2.0.0), ispell, perl,
dictionaries-common-dev (>=0.20)
+Build-Depends: aspell-bin (>> 0.60), debhelper (>= 2.0.0), ispell, perl,
dictionaries-common-dev (>=0.20)
Package: idanish
Architecture: any
@@ -48,7 +48,7 @@
Package: aspell-da
Architecture: any
Depends: aspell
-Provides: aspell-dictionary
+Provides: aspell6-dictionary
Description: The Danish dictionary for aspell.
This is the Danish dictionary, to be used with aspell
to check and correct spelling in Danish texts.
diff -urN ispell-da-1.4.42.old/debian/rules ispell-da-1.4.42/debian/rules
--- ispell-da-1.4.42.old/debian/rules 2005-02-18 19:37:16.906744224 -0800
+++ ispell-da-1.4.42/debian/rules 2005-02-18 19:29:48.851210079 -0800
@@ -66,14 +66,14 @@
perl -ane ' print join("\n", @F), "\n" unless /\d/; ' | \
aspell --local-data-dir=`pwd` --lang=da create master ./da.rws
- echo "add da.rws" > debian/aspell-da/usr/lib/aspell/da.multi
- chmod 644 debian/aspell-da/usr/lib/aspell/da.multi
- echo "add da.multi" > debian/aspell-da/usr/lib/aspell/dansk.alias
- chmod 644 debian/aspell-da/usr/lib/aspell/dansk.alias
-
- install -o root -g root -m 644 da.dat
debian/aspell-da/usr/share/aspell/da.dat
- install -o root -g root -m 644 da_phonet.dat
debian/aspell-da/usr/share/aspell/da_phonet.dat
- install -o root -g root -m 644 da.rws
debian/aspell-da/usr/lib/aspell/da.rws
+ echo "add da.rws" > debian/aspell-da/usr/lib/aspell-0.60/da.multi
+ chmod 644 debian/aspell-da/usr/lib/aspell-0.60/da.multi
+ echo "add da.multi" > debian/aspell-da/usr/lib/aspell-0.60/dansk.alias
+ chmod 644 debian/aspell-da/usr/lib/aspell-0.60/dansk.alias
+
+ install -o root -g root -m 644 da.dat
debian/aspell-da/usr/lib/aspell-0.60/da.dat
+ install -o root -g root -m 644 da_phonet.dat
debian/aspell-da/usr/lib/aspell-0.60/da_phonet.dat
+ install -o root -g root -m 644 da.rws
debian/aspell-da/usr/lib/aspell-0.60/da.rws
dh_installdocs
dh_installchangelogs