]> git.michaelhowe.org Git - packages/b/bup.git/commitdiff
debian/control: remove ${python:Depends} from bup-fuse, bup-web
authorRobert S. Edmonds <edmonds@debian.org>
Fri, 9 Aug 2013 01:06:06 +0000 (21:06 -0400)
committerRobert S. Edmonds <edmonds@debian.org>
Fri, 9 Aug 2013 01:06:06 +0000 (21:06 -0400)
they are not python module packages

debian/control

index dfb2f60044fb293a71715cf4a6beaa429ba68e40..287fc84d90c60d466e4fc32d7856d4853c27be5f 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}, 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.