I've just uploaded libgtk2-spell-perl 1.03-5 to fix RC bug #591129. The only change is adding a missing build-dependency, required by the test suite, debdiff attached.
-- Chris Butler <chr...@debian.org> GnuPG Key ID: 4096R/49E3ACD3
diff -Nru libgtk2-spell-perl-1.03/debian/changelog libgtk2-spell-perl-1.03/debian/changelog --- libgtk2-spell-perl-1.03/debian/changelog 2010-06-05 11:36:14.000000000 +0100 +++ libgtk2-spell-perl-1.03/debian/changelog 2010-08-22 22:50:32.000000000 +0100 @@ -1,3 +1,14 @@ +libgtk2-spell-perl (1.03-5) unstable; urgency=low + + * Added build dependency on myspell-en-us | myspell-dictionary-en | + hunspell-dictionary-en to fix test failure (closes: #591129). + * Run tests with LC_ALL=C to prevent the local environment causing test + failures. + * Add myself to Uploaders and copyright. + * Upped Standards-Version to 3.9.1 (no changes). + + -- Chris Butler <chr...@debian.org> Sun, 22 Aug 2010 22:50:30 +0100 + libgtk2-spell-perl (1.03-4) unstable; urgency=low [ Ryan Niebur ] diff -Nru libgtk2-spell-perl-1.03/debian/control libgtk2-spell-perl-1.03/debian/control --- libgtk2-spell-perl-1.03/debian/control 2010-08-22 20:45:08.000000000 +0100 +++ libgtk2-spell-perl-1.03/debian/control 2010-08-22 22:43:26.000000000 +0100 @@ -3,10 +3,12 @@ Priority: optional Build-Depends: debhelper (>= 7.0.50~), perl, xvfb, xauth, libextutils-depends-perl, libextutils-pkgconfig-perl, libglib-perl (>= 1.00), - libgtk2-perl (>= 1.00), libgtkspell-dev (>= 2.0) + libgtk2-perl (>= 1.00), libgtkspell-dev (>= 2.0), + myspell-en-us | myspell-dictionary-en | hunspell-dictionary-en Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org> -Uploaders: Ryan Niebur <r...@debian.org>, Ansgar Burchardt <ans...@43-1.org> -Standards-Version: 3.8.4 +Uploaders: Ryan Niebur <r...@debian.org>, Ansgar Burchardt <ans...@43-1.org>, + Chris Butler <chr...@debian.org> +Standards-Version: 3.9.1 Homepage: http://gtk2-perl.sourceforge.net/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgtk2-spell-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgtk2-spell-perl/ diff -Nru libgtk2-spell-perl-1.03/debian/copyright libgtk2-spell-perl-1.03/debian/copyright --- libgtk2-spell-perl-1.03/debian/copyright 2010-06-05 11:36:14.000000000 +0100 +++ libgtk2-spell-perl-1.03/debian/copyright 2010-08-22 22:41:10.000000000 +0100 @@ -10,6 +10,7 @@ Files: debian/* Copyright: 2004, Marc Brockschmidt <m...@dch-faq.de> 2009, Ryan Niebur <r...@debian.org> + 2010, Chris Butler <chr...@debian.org> License: LGPL-2.1+ License: LGPL-2.1+ diff -Nru libgtk2-spell-perl-1.03/debian/rules libgtk2-spell-perl-1.03/debian/rules --- libgtk2-spell-perl-1.03/debian/rules 2010-08-22 20:45:08.000000000 +0100 +++ libgtk2-spell-perl-1.03/debian/rules 2010-08-22 22:13:38.000000000 +0100 @@ -4,4 +4,4 @@ dh $@ override_dh_auto_test: - xvfb-run -a dh_auto_test + LC_ALL=C xvfb-run -a dh_auto_test