]> git.saurik.com Git - apt.git/commitdiff
Bug#739988: Fix autopkgtest missing dependencies and locale
authorMartin Pitt <martin.pitt@ubuntu.com>
Mon, 24 Feb 2014 18:12:44 +0000 (19:12 +0100)
committerMichael Vogt <mvo@debian.org>
Tue, 25 Feb 2014 07:18:25 +0000 (08:18 +0100)
debian/tests/control: Add missing build-essential, fakeroot, and wget test
dependencies.

debian/tests/run-tests: Pin locale to C to avoid test failures in other
locales.

debian/tests/control
debian/tests/run-tests

index 12490a36fd38586caa649887d3813063ae45a54e..209f16bfdfc6b8930d98f0c20eaa6780d343a9c1 100644 (file)
@@ -1,3 +1,3 @@
 Tests: run-tests
 Restrictions: allow-stderr 
-Depends: @, dpkg-dev, debhelper, libdb-dev, gettext, libcurl4-gnutls-dev, zlib1g-dev, libbz2-dev, xsltproc, docbook-xsl, docbook-xml, po4a, autotools-dev, autoconf, automake, doxygen, debiandoc-sgml, stunnel4, libdb-dev
+Depends: @, build-essential, fakeroot, wget, dpkg-dev, debhelper, libdb-dev, gettext, libcurl4-gnutls-dev, zlib1g-dev, libbz2-dev, xsltproc, docbook-xsl, docbook-xml, po4a, autotools-dev, autoconf, automake, doxygen, debiandoc-sgml, stunnel4, libdb-dev
index d9a9db7bf1f808c0900c067879ff289554042e18..6dc4eaa93a0de2ea066868f16ed65c44d9148b06 100644 (file)
@@ -2,6 +2,9 @@
 
 set -e
 
+unset LANGUAGE
+export LC_ALL=C
+
 # we need the buildin webserver for the tests
 if [ ! -e environment.mak ]; then
     make startup