ソースを参照

Bug#739988: Fix autopkgtest missing dependencies and locale

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.
Martin Pitt 12 年 前
コミット
fc104da6a5
共有2 個のファイルを変更した4 個の追加1 個の削除を含む
  1. 1 1
      debian/tests/control
  2. 3 0
      debian/tests/run-tests

+ 1 - 1
debian/tests/control

@@ -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

+ 3 - 0
debian/tests/run-tests

@@ -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