From 46b0c75974df0730cae22c314702d127e8d0a564 Mon Sep 17 00:00:00 2001 From: Jon Dowland Date: Wed, 26 May 2010 21:28:58 +0100 Subject: [PATCH] revert to a single binary package --- debian/bup.dirs | 1 - debian/bup.install | 1 - debian/bup.links | 1 - debian/control | 13 ++----------- debian/rules | 6 ------ 5 files changed, 2 insertions(+), 20 deletions(-) delete mode 100644 debian/bup.dirs delete mode 100644 debian/bup.install delete mode 100644 debian/bup.links diff --git a/debian/bup.dirs b/debian/bup.dirs deleted file mode 100644 index fcf16f2..0000000 --- a/debian/bup.dirs +++ /dev/null @@ -1 +0,0 @@ -usr/share/man/man1 diff --git a/debian/bup.install b/debian/bup.install deleted file mode 100644 index 28ddd04..0000000 --- a/debian/bup.install +++ /dev/null @@ -1 +0,0 @@ -lib/bup/_hashsplit.so usr/lib/bup/bup diff --git a/debian/bup.links b/debian/bup.links deleted file mode 100644 index 745d3e1..0000000 --- a/debian/bup.links +++ /dev/null @@ -1 +0,0 @@ -usr/lib/bup/bup.exe usr/bin/bup diff --git a/debian/control b/debian/control index a453ac5..6cd32c5 100644 --- a/debian/control +++ b/debian/control @@ -8,18 +8,9 @@ Homepage: http://github.com/apenwarr/bup Package: bup Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, bup-common (= ${source:Version}) +Depends: ${shlibs:Depends}, ${misc:Depends}, + python, git (>= 1:1.7.0.4-2) | git-core, python-fuse Recommends: par2 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. - -Package: bup-common -Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, python, git (>= 1:1.7.0.4-2) | git-core, python-fuse -Description: highly efficient file backup system based on git - common files - bup is a backup tool which stores the backups in a system based around - the packfile format from git. - . - This package provides architecture-independent common files for bup. - You need to install the 'bup' package to use bup. diff --git a/debian/rules b/debian/rules index 92eb5c0..cbe925d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,3 @@ #!/usr/bin/make -f %: dh $@ - -override_dh_auto_install: - dh_auto_install --destdir=debian/bup-common - rm -f debian/bup-common/usr/lib/bup/bup/_hashsplit.so - mv debian/bup-common/usr/bin/bup debian/bup-common/usr/lib/bup/bup.exe - mv debian/bup-common/usr/share/man/man1/bup.1 debian/bup/usr/share/man/man1 -- 2.39.5