]> git.michaelhowe.org Git - packages/b/bup.git/commitdiff
debian/: split out documentation into bup-doc package
authorRobert S. Edmonds <edmonds@debian.org>
Thu, 8 Aug 2013 23:55:18 +0000 (19:55 -0400)
committerRobert S. Edmonds <edmonds@debian.org>
Fri, 9 Aug 2013 00:03:34 +0000 (20:03 -0400)
debian/bup-doc.install [new file with mode: 0644]
debian/control

diff --git a/debian/bup-doc.install b/debian/bup-doc.install
new file mode 100644 (file)
index 0000000..a2bd6eb
--- /dev/null
@@ -0,0 +1,2 @@
+usr/share/doc/bup
+usr/share/man
index dd025df73a8e6011833601f5b2dbcff7768edc45..9f3e227e1b140ebb3d4559f335735db4b84ec0e8 100644 (file)
@@ -3,12 +3,12 @@ Section: admin
 Priority: extra
 Maintainer: Robert S. Edmonds <edmonds@debian.org>
 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