From 24b60d2c72b91268bd703c080b06dd49848128bf Mon Sep 17 00:00:00 2001 From: "Robert S. Edmonds" Date: Thu, 8 Aug 2013 19:55:18 -0400 Subject: [PATCH] debian/: split out documentation into bup-doc package --- debian/bup-doc.install | 2 ++ debian/control | 13 +++++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 debian/bup-doc.install diff --git a/debian/bup-doc.install b/debian/bup-doc.install new file mode 100644 index 0000000..a2bd6eb --- /dev/null +++ b/debian/bup-doc.install @@ -0,0 +1,2 @@ +usr/share/doc/bup +usr/share/man diff --git a/debian/control b/debian/control index dd025df..9f3e227 100644 --- a/debian/control +++ b/debian/control @@ -3,12 +3,12 @@ Section: admin Priority: extra Maintainer: Robert S. Edmonds Build-Depends: debhelper (>= 7.0.50~), - pandoc [!ia64 !mips !mipsel !s390 !hurd-i386], python-dev (>= 2.6.6-3~), python-pylibacl, python-pyxattr, git, rsync +Build-Depends-Indep: pandoc Standards-Version: 3.9.3 Homepage: https://github.com/bup/bup Vcs-Git: git://git.debian.org/collab-maint/bup.git @@ -18,11 +18,20 @@ Package: bup Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python, git, par2, python-pylibacl, python-pyxattr -Recommends: bup-fuse, bup-web +Recommends: bup-doc, bup-fuse, bup-web 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-doc +Architecture: all +Depends: ${misc:Depends} +Description: highly efficient file backup system based on git (documentation) + bup is a backup tool which stores the backups in a system based around + the packfile format from git. + . + This package contains the documentation. + Package: bup-fuse Architecture: all Depends: ${misc:Depends}, ${python:Depends}, bup, python-fuse -- 2.39.5