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=66b69ec6fb09495050302a2a0af2b3e08895d9d4

commit 66b69ec6fb09495050302a2a0af2b3e08895d9d4
Author: Guillem Jover <[email protected]>
AuthorDate: Fri Jan 25 02:15:39 2019 +0100

    debian: Add file to autopkgtest Depends fields
    
    libtool generated scripts make use of file(1) to detect the executable
    types.
---
 debian/changelog     | 2 ++
 debian/tests/control | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cc84bf4cf..00c9a7f2a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ dpkg (1.19.5) UNRELEASED; urgency=medium
     - Check whether this dist is a release, based only on the version format.
       This will avoid having to do a two staged release to get a proper perl
       distribution tarball.
+  * Packaging:
+    - autopkgtest: Add file to Depends fields.
 
   [ Updated programs translations ]
   * German (Sven Joachim).
diff --git a/debian/tests/control b/debian/tests/control
index ebcc67eeb..1a97d42d1 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,7 +1,7 @@
 Tests: test-not-root
-Depends: build-essential, autoconf, pkg-config
+Depends: build-essential, autoconf, pkg-config, file
 Restrictions: superficial rw-build-tree
 
 Tests: test-root
-Depends: build-essential, autoconf, pkg-config
+Depends: build-essential, autoconf, pkg-config, file
 Restrictions: superficial rw-build-tree needs-root breaks-testbed

-- 
Dpkg.Org's dpkg

Reply via email to