[Python-modules-commits] [androguard] 10/12: fix missing-dependency-on-libc

Hans-Christoph Steiner eighthave at moszumanska.debian.org
Wed Feb 17 19:59:28 UTC 2016


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

eighthave pushed a commit to branch master
in repository androguard.

commit 4383b7eb9d58eca96d0bbb18a0bd18fe532d69d7
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Wed Feb 17 20:38:39 2016 +0100

    fix missing-dependency-on-libc
---
 debian/control | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 9a00c4f..64347cc 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,10 @@ X-Python-Version: >= 2.6
 
 Package: androguard
 Architecture: any
-Depends: ${misc:Depends}, ${python:Depends}, ipython
+Depends: ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends},
+         ipython
 Suggests: python-pyside.qtcore, python-pyside.qtgui
 Description: full Python tool to play with Android files
  Androguard is a full python tool to play with Android files.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/androguard.git



More information about the Python-modules-commits mailing list