From af87519606031c6416764425533fe4fc09e7c716 Mon Sep 17 00:00:00 2001 From: "Robert S. Edmonds" Date: Thu, 8 Aug 2013 20:37:58 -0400 Subject: [PATCH] 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 --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.5