diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b6047b3..6213f87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,7 @@ rapid-photo-downloader (0.9.7-1.0) UNRELEASED; 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. * 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 022bd04..b526eaf 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: intltool, python3, python3-all, + python3-pymediainfo, python3-setuptools, python3-xdg Standards-Version: 4.1.3 |