From 79eaa91aa1be0338be9447b1884f1adef5bff86a Mon Sep 17 00:00:00 2001 From: "Robert S. Edmonds" Date: Thu, 8 Aug 2013 21:06:06 -0400 Subject: [PATCH] debian/control: remove ${python:Depends} from bup-fuse, bup-web they are not python module packages --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index dfb2f60..287fc84 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}, python, bup, python-fuse +Depends: ${misc: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}, python, bup, python-tornado +Depends: ${misc: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