]> git.michaelhowe.org Git - packages/b/bup.git/commitdiff
debian/control: add direct python dependency for bup-fuse, bup-web
authorRobert S. Edmonds <edmonds@debian.org>
Fri, 9 Aug 2013 00:37:58 +0000 (20:37 -0400)
committerRobert S. Edmonds <edmonds@debian.org>
Fri, 9 Aug 2013 00:37:58 +0000 (20:37 -0400)
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

index b48434cc44dbb11cfd3cfd2660622ab1bef4c767..d41314d44a6723e1866cc3f862660f1237ace54a 100644 (file)
@@ -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.