[Reproducible-commits] [diffoscope] 04/07: Update Build-Depends, Depends, and Recommends

Jérémy Bobbio lunar at moszumanska.debian.org
Thu Nov 12 14:34:05 UTC 2015


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

lunar pushed a commit to branch master
in repository diffoscope.

commit 9530f5ed28d51935b724f076484eb3ba87e5c32f
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Wed Nov 11 14:24:29 2015 +0100

    Update Build-Depends, Depends, and Recommends
    
    We had vim-common to Build-Depends to have the test suite run with xxd.
---
 debian/control           | 5 +++--
 debian/py3dist-overrides | 1 +
 debian/rules             | 3 +++
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 62733ec..d2fa198 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 9),
                python3-rpm,
                python3-setuptools,
                python3-tlsh (>= 3.4.1),
-               rpm-common
+               vim-common
 Standards-Version: 3.9.6
 Homepage: https://diffoscope.org/
 Vcs-Git: git://anonscm.debian.org/reproducible/diffoscope.git
@@ -27,7 +27,8 @@ Package: diffoscope
 Architecture: all
 Depends: ${misc:Depends},
          ${python3:Depends},
-Recommends: ${diffoscope:Recommends}
+Recommends: ${diffoscope:Recommends},
+            ${python3:Recommends}
 Breaks: debbindiff (<< 29)
 Replaces: debbindiff (<< 29)
 Description: in-depth comparison of files, archives, and directories
diff --git a/debian/py3dist-overrides b/debian/py3dist-overrides
index 2c8c5f4..bffc705 100644
--- a/debian/py3dist-overrides
+++ b/debian/py3dist-overrides
@@ -1 +1,2 @@
 tlsh python3-tlsh (>= 3.4.1)
+python-magic python3-magic
diff --git a/debian/rules b/debian/rules
index 8a5f15c..34d40ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,9 @@ override_dh_auto_build:
 	fi
 	dh_auto_build -O--buildsystem=pybuild
 
+override_dh_python3:
+	dh_python3 --recommends=rpm-python --recommends=tlsh
+
 override_dh_gencontrol:
 	TOOLS="$$(bin/diffoscope --list-tools | tail -n 1 | \
 		sed -e 's/\(^\| \)\(coreutils\|diffutils\|e2fsprogs\|findutils\|gzip\|tar\)\(,\|$$\)//g')"; \

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



More information about the Reproducible-commits mailing list