r61910 - in /trunk/libgtk2-spell-perl/debian: changelog control rules

chrisb at users.alioth.debian.org chrisb at users.alioth.debian.org
Sun Aug 22 21:18:17 UTC 2010


Author: chrisb
Date: Sun Aug 22 21:18:08 2010
New Revision: 61910

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61910
Log:
* 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.

Modified:
    trunk/libgtk2-spell-perl/debian/changelog
    trunk/libgtk2-spell-perl/debian/control
    trunk/libgtk2-spell-perl/debian/rules

Modified: trunk/libgtk2-spell-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-spell-perl/debian/changelog?rev=61910&op=diff
==============================================================================
--- trunk/libgtk2-spell-perl/debian/changelog (original)
+++ trunk/libgtk2-spell-perl/debian/changelog Sun Aug 22 21:18:08 2010
@@ -1,3 +1,12 @@
+libgtk2-spell-perl (1.03-5) UNRELEASED; 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.
+
+ -- Chris Butler <chrisb at debian.org>  Sun, 22 Aug 2010 22:13:52 +0100
+
 libgtk2-spell-perl (1.03-4) unstable; urgency=low
 
   [ Ryan Niebur ]

Modified: trunk/libgtk2-spell-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-spell-perl/debian/control?rev=61910&op=diff
==============================================================================
--- trunk/libgtk2-spell-perl/debian/control (original)
+++ trunk/libgtk2-spell-perl/debian/control Sun Aug 22 21:18:08 2010
@@ -3,7 +3,8 @@
 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-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryan at debian.org>, Ansgar Burchardt <ansgar at 43-1.org>
 Standards-Version: 3.8.4

Modified: trunk/libgtk2-spell-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-spell-perl/debian/rules?rev=61910&op=diff
==============================================================================
--- trunk/libgtk2-spell-perl/debian/rules (original)
+++ trunk/libgtk2-spell-perl/debian/rules Sun Aug 22 21:18:08 2010
@@ -4,4 +4,4 @@
 	dh $@
 
 override_dh_auto_test:
-	xvfb-run -a dh_auto_test
+	LC_ALL=C xvfb-run -a dh_auto_test




More information about the Pkg-perl-cvs-commits mailing list