[SCM] mpd-sima/master: Fix missing build dependencies

kaliko-guest at users.alioth.debian.org kaliko-guest at users.alioth.debian.org
Fri Oct 31 14:43:16 UTC 2014


The following commit has been merged in the master branch:
commit 2d3ae7f1cb794c76fd4800b5c8eea96c304241b7
Author: Geoffroy Youri Berret <efrim at azylum.org>
Date:   Fri Oct 31 15:03:40 2014 +0100

    Fix missing build dependencies
    
    Git-Dch: ignore
    Thanks: Tanguy for reporting

diff --git a/debian/control b/debian/control
index 28af508..1db9f6f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,8 @@ Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Geoffroy Youri Berret <efrim at azylum.org>
 Build-Depends: debhelper (>= 9), python3, python3-setuptools (>= 2.0.2),
+    python3-musicpd (>= 0.4.1),
+    python3-requests (>= 2.0.2),
     dh-python,
     dh-systemd (>= 1.5)
 Build-Depends-Indep: bash-completion
@@ -18,7 +20,7 @@ Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends},
     adduser,
     python3-musicpd (>= 0.4.1),
-    python3-requests (>= 2.0.0),
+    python3-requests (>= 2.0.2),
     lsb-base
 Suggests: mpd (>= 0.14)
 Provides: mpd-client

-- 
mpd-sima packaging



More information about the pkg-multimedia-commits mailing list