[pkg-fso-commits] [fso-frameworkd] 18/20: fix Depends variables

Sebastian Reichel sre at moszumanska.debian.org
Sun Nov 8 13:23:11 UTC 2015


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

sre pushed a commit to branch debian
in repository fso-frameworkd.

commit 741df740f24b05d6c5c1829f91a0b6601e56b0f2
Author: Sebastian Reichel <sre at ring0.de>
Date:   Sun Nov 8 11:26:05 2015 +0100

    fix Depends variables
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 0ca9eea..ca606d0 100644
--- a/debian/control
+++ b/debian/control
@@ -17,9 +17,9 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-fso/fso-frameworkd.git;a=su
 
 Package: fso-frameworkd
 Architecture: all
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
+Depends: ${misc:Depends},
          ${python:Depends},
+         ${python:Versions},
          python-serial,
          python-yaml,
          python-dbus,

-- 
Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-fso/fso-frameworkd.git



More information about the pkg-fso-commits mailing list