From: Robert S. Edmonds Date: Fri, 9 Aug 2013 00:37:58 +0000 (-0400) Subject: debian/control: add direct python dependency for bup-fuse, bup-web X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=af87519606031c6416764425533fe4fc09e7c716;p=packages%2Fb%2Fbup.git debian/control: add direct python dependency for bup-fuse, bup-web fixes: E: bup-fuse: python-script-but-no-python-dep usr/lib/bup/cmd/bup-web E: bup-web: python-script-but-no-python-dep usr/lib/bup/cmd/bup-fuse --- diff --git a/debian/control b/debian/control index b48434c..d41314d 100644 --- a/debian/control +++ b/debian/control @@ -36,7 +36,7 @@ Description: highly efficient file backup system based on git (documentation) Package: bup-fuse Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, bup, python-fuse +Depends: ${misc:Depends}, ${python:Depends}, python, bup, python-fuse Description: highly efficient file backup system based on git (fuse support) bup is a backup tool which stores the backups in a system based around the packfile format from git. @@ -45,7 +45,7 @@ Description: highly efficient file backup system based on git (fuse support) Package: bup-web Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, bup, python-tornado +Depends: ${misc:Depends}, ${python:Depends}, python, bup, python-tornado Description: highly efficient file backup system based on git (web support) bup is a backup tool which stores the backups in a system based around the packfile format from git.