From: Robert S. Edmonds Date: Thu, 8 Aug 2013 23:55:18 +0000 (-0400) Subject: debian/: split out documentation into bup-doc package X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=24b60d2c72b91268bd703c080b06dd49848128bf;p=packages%2Fb%2Fbup.git debian/: split out documentation into bup-doc package --- 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