diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-01-04 09:44:34 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-01-04 09:44:34 +0100 |
commit | 0c528d5d5de0f318e01d41f583ae6f961f80397b (patch) | |
tree | 211c06bafd6537c9256d3b94029dbb534d3a6c8e /debian | |
parent | 8ce494b17065c724187dd3f9faec1e419496f871 (diff) |
Add python3-mediainfodll to B-D
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c531084..9604fcf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,7 +25,7 @@ rapid-photo-downloader (0.9.7-1) unstable; urgency=medium - Add requested python 3 and remove unneeded python 2 to/from Build-Depends. - Change Vcs-Browser and Homepage to secure URI. - Add X-Python3-Version and remove X-Python-Version. - - Add missing python3-pymediainfo to Build-Depends. + - Add missing python3-pymediainfo and python3-mediainfodll to Build-Depends. * debian/rules: - Use pkg-info.mk instead parsing the output of dpkg-parsechangelog. * Declare compliance with Debian Policy 4.1.3 (No changes needed). diff --git a/debian/control b/debian/control index b526eaf..2c920cb 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: python3, python3-all, python3-pymediainfo, + python3-mediainfodll, python3-setuptools, python3-xdg Standards-Version: 4.1.3 |