[reprotest] 04/04: Fix d/control so reprotesting reprotest in sbuild works (6 reproductions)

Ximin Luo infinity0 at debian.org
Mon Nov 28 20:10:29 UTC 2016


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

infinity0 pushed a commit to branch master
in repository reprotest.

commit 9027eb2c41d91587de7c9a1534745007d0ab0413
Author: Ximin Luo <infinity0 at debian.org>
Date:   Mon Nov 28 21:09:53 2016 +0100

    Fix d/control so reprotesting reprotest in sbuild works (6 reproductions)
    
    - Add lintian to Build-Depends <!nocheck>
    - Remove util-linux again, it's Essential
      Otherwise lintian complains and our tests fail because of it
---
 debian/control | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 845395d..74329ff 100644
--- a/debian/control
+++ b/debian/control
@@ -9,9 +9,10 @@ Build-Depends: debhelper (>= 9.20141010),
  dh-python,
  python3-all,
  python3-setuptools,
-# tests.py uses debuild from devscripts
+# tests.py uses debuild from devscripts, which itself uses lintian
  devscripts <!nocheck>,
  diffoscope <!nocheck>,
+ lintian <!nocheck>,
  python3-coverage <!nocheck>,
  python3-pytest <!nocheck>,
  tox <!nocheck>,
@@ -32,7 +33,7 @@ Depends: ${python3:Depends},
  procps,
  python3-pkg-resources,
  ${misc:Depends}
-Recommends: diffutils | diffoscope, util-linux, disorderfs, locales-all
+Recommends: diffutils | diffoscope, disorderfs, locales-all
 Suggests: autodep8, schroot, qemu-system, qemu-utils
 Description: Build software and check it for reproducibility.
  reprotest builds the same source code in different environments and

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/reprotest.git



More information about the Reproducible-commits mailing list