[Reproducible-commits] [diffoscope] 01/02: Fix dh_python3 package overrides

Jérémy Bobbio lunar at moszumanska.debian.org
Sat Oct 17 09:17:15 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 97fe89b330ea44644d62dc7bea39101701462d67
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sat Oct 17 11:03:21 2015 +0200

    Fix dh_python3 package overrides
    
    We are using Python3, so the file must be named py3dist-overrides.
    python3-rpm and python3-magic are correctly guessed, so remove them.
    And fix tlsh so it creates a dependency to python3-tlsh and not
    python-tlsh.
---
 debian/py3dist-overrides | 1 +
 debian/pydist-overrides  | 3 ---
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/py3dist-overrides b/debian/py3dist-overrides
new file mode 100644
index 0000000..2c8c5f4
--- /dev/null
+++ b/debian/py3dist-overrides
@@ -0,0 +1 @@
+tlsh python3-tlsh (>= 3.4.1)
diff --git a/debian/pydist-overrides b/debian/pydist-overrides
deleted file mode 100644
index 74a61e8..0000000
--- a/debian/pydist-overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-magic python-magic
-rpm python-rpm
-tlsh python-tlsh (>= 3.4.1)

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