Christian PERRIER pisze:
> 
> I have a running "NMU intent" for minor l10n issues. If Tollef is OK
> and as this blocks the transition of ispell, I would be happy to fix
> this in this NMU.
> 
> However, I'm not entirely familiar with these thing so I need
> confirmation that all what's needed is rebuilding with the new ispell
> and introduce the dependencies you mention.


I've rebuilt it locally - see attached patch. I forced gawk in
debian/rules, because build fails if awk points to mawk. Otherwise the
package build fine, with plenty of strange warnings, just like in
previous versions [1].

Regards,
roberr

[1]
https://buildd.debian.org/status/fetch.php?pkg=norwegian&arch=ia64&ver=2.0.10-3.2&stamp=1253487887

diff --git a/debian/rules b/debian/rules
index 1ab80ea..08491aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ build: build-stamp debian/po/en.po
 build-stamp: 
 	dh_testdir
 
-	$(MAKE)
+	$(MAKE) AWK=gawk
 
 # Build aspell-no files as well -- this trick is stolen from the
 # aspell-da package.

diff --git a/debian/control b/debian/control
index 2d2c4c6..2be7eb7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: norwegian
 Section: text
 Priority: optional
 Maintainer: Tollef Fog Heen <tfh...@debian.org>
-Build-Depends: debhelper (>= 6), ispell, gawk, perl, aspell (>= 0.60.3-2), dictionaries-common-dev (>=0.20), po-debconf, gettext (>= 0.11), hunspell-tools | myspell-tools
+Build-Depends: debhelper (>= 6), ispell (>= 3.3.02), gawk, perl, aspell (>= 0.60.3-2), dictionaries-common-dev (>=0.20), po-debconf, gettext (>= 0.11), hunspell-tools | myspell-tools
 Standards-Version: 3.8.1
 
 Package: inorwegian
 Architecture: any
-Depends: ${misc:Depends}, ispell, debconf | debconf-2.0, dictionaries-common
+Depends: ${misc:Depends}, ispell (>= 3.3.02), debconf | debconf-2.0, dictionaries-common
 Provides: ispell-dictionary
 Description: Norwegian dictionary for ispell

Reply via email to