From c7eb86d7cf52a3863b512a223880af4340ca9101 Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@debian.org>
Date: Tue, 17 Jan 2017 01:19:07 +0100
Subject: [PATCH] Update libarchive Suggests for cpio(5) and tar(5) man pages

Add an explanation in the package Description.
---
 debian/control | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index ae3ae5d..c9bbd22 100644
--- a/debian/control
+++ b/debian/control
@@ -16,11 +16,16 @@ Depends: ${shlibs:Depends}
 Replaces: cpio-mt
 Conflicts: mt-st (<< 0.6), cpio-mt
 Multi-Arch: foreign
-Suggests: libarchive1
+Suggests:
+# Contains cpio(5) and tar(5) man pages.
+ libarchive-dev,
 Description: GNU cpio -- a program to manage archives of files
  GNU cpio is a tool for creating and extracting archives, or copying
  files from one place to another.  It handles a number of cpio formats
  as well as reading and writing tar files.
+ .
+ The man pages describing the cpio(5) and tar(5) archive formats can be
+ found in the libarchive-dev package.
 
 Package: cpio-win32
 Architecture: all
-- 
2.11.0

