]> git.michaelhowe.org Git - packages/b/bup.git/commitdiff
debian/: fold bup-fuse and bup-web back into the bup package
authorRobert S. Edmonds <edmonds@debian.org>
Fri, 9 Aug 2013 02:42:16 +0000 (22:42 -0400)
committerRobert S. Edmonds <edmonds@debian.org>
Sat, 10 Aug 2013 19:55:25 +0000 (15:55 -0400)
debian/bup-fuse.install [deleted file]
debian/bup-web.install [deleted file]
debian/control
debian/rules

diff --git a/debian/bup-fuse.install b/debian/bup-fuse.install
deleted file mode 100644 (file)
index 4c7515f..0000000
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/bup/cmd/bup-fuse
diff --git a/debian/bup-web.install b/debian/bup-web.install
deleted file mode 100644 (file)
index 0909782..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/bup/cmd/bup-web
-usr/lib/bup/web/*
index 0cec8448a6e41f08db156f04f32d81955aa196ac..09216fb38a6626314f2c09db3407bcd4cf7d8eea 100644 (file)
@@ -19,7 +19,7 @@ Package: bup
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python,
  git, par2, python-pylibacl, python-pyxattr
-Recommends: bup-doc, bup-fuse, bup-web
+Recommends: bup-doc, python-fuse, python-tornado
 Description: highly efficient file backup system based on git
  bup is a backup tool which stores the backups in a system based around
  the packfile format from git.
@@ -33,21 +33,3 @@ Description: highly efficient file backup system based on git (documentation)
  the packfile format from git.
  .
  This package contains the documentation.
-
-Package: bup-fuse
-Architecture: all
-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.
- .
- This package contains the bup-fuse command.
-
-Package: bup-web
-Architecture: all
-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.
- .
- This package contains the bup-web command.
index e9a31fa0d7267a2f4a51f326e7eac6ca5c92e8a7..1bd239bff24fb29c24ef14d8cecc8949ae71d9ab 100755 (executable)
@@ -12,9 +12,6 @@ override_dh_auto_build-indep:
 override_dh_install:
        rm -rf debian/tmp/usr/lib/bup/tornado
        dh_install
-       rm -rf debian/bup/usr/lib/bup/web
-       rm -f debian/bup/usr/lib/bup/cmd/bup-fuse
-       rm -f debian/bup/usr/lib/bup/cmd/bup-web
 
 override_dh_auto_clean:
        -rm config/config.cmd config/config.h config/config.log config/config.mak config/config.md config/config.sub config/config.vars