This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch master
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=dbcb622adf876a9f1914fad8f400b2aeb33972af

commit dbcb622adf876a9f1914fad8f400b2aeb33972af
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Wed Jan 23 12:24:34 2019 +0100

    debian: Pass --disable-nls and --disable-dselect to configure in 
autopkgtests
    
    This reduces the required dependencies to a minimum.
---
 debian/changelog           | 2 ++
 debian/tests/test-not-root | 2 +-
 debian/tests/test-root     | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1b0c6a33b..6c6aac9ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ dpkg (1.19.4) UNRELEASED; urgency=medium
   * Portability:
     - start-stop-daemon: Only use SO_PASSCRED if defined. Fixes build failure
       at least on GNU/Hurd.
+  * Packaging:
+    - autopkgtest: Pass --disable-nls and --disable-dselect to configure.
 
  -- Guillem Jover <guil...@debian.org>  Tue, 22 Jan 2019 19:24:07 +0100
 
diff --git a/debian/tests/test-not-root b/debian/tests/test-not-root
index 6b20dd87e..75d7a94df 100644
--- a/debian/tests/test-not-root
+++ b/debian/tests/test-not-root
@@ -10,5 +10,5 @@ t=test-not-root
 
 mkdir -p $t
 cd $t
-../configure
+../configure --disable-nls --disable-dselect
 make installcheck
diff --git a/debian/tests/test-root b/debian/tests/test-root
index 40210a572..f2472237c 100644
--- a/debian/tests/test-root
+++ b/debian/tests/test-root
@@ -10,5 +10,5 @@ t=test-root
 
 mkdir -p $t
 cd $t
-../configure
+../configure --disable-nls --disable-dselect
 make installcheck

-- 
Dpkg.Org's dpkg

Reply via email to