Package: pyneighborhood Version: 0.5.1 Severity: important Tags: patch
Your packages doesn't depend on python-support as it should. The attached patch fixes this bug.
PS Why on earth this is a native package?! -- Jakub Wilk
diff --git a/debian/control b/debian/control --- a/debian/control +++ b/debian/control @@ -3,13 +3,13 @@ Priority: optional Maintainer: Stefan J. Betz <[email protected]> XS-Python-Version: current -Build-Depends: cdbs, debhelper (>= 6), python, python-central (>=0.5.15), python-support +Build-Depends: cdbs, debhelper (>= 6), python, python-support Standards-Version: 3.9.0 Homepage: https://launchpad.net/pyneighborhood Package: pyneighborhood Architecture: all -Depends: smbfs, smbclient, python, python-gtk2, python-glade2, python-pysqlite2, samba-common, ${misc:Depends} +Depends: smbfs, smbclient, ${python:Depends}, python-gtk2, python-glade2, python-pysqlite2, samba-common, ${misc:Depends} Description: PyGTK2 SAMBA browser pyNeighborhood is GTK2 Python rewrite of a well-known gtk1 tool "LinNeighborhood". It features group browser, favourite hosts
signature.asc
Description: Digital signature

