Control: tags -1 = patch

On Sat, 2012-03-10 at 14:04:42 -0500, Samuel Bronson wrote:
> So, if I'm correct about the reason for the Suggests:, it looks like it
> should be changed to "Suggests: libarchive-dev", and a note about the
> reason added to the Description: field and/or README.Debian (so that no
> one has to puzzle it out again).

Yes, and the reason should be clear from the cpio changelog:

,---
cpio (2.11-7) unstable; urgency=low

[…]
  * Add a 'See Also' section to manpages mentioning cpio(5), and
    Add a 'Suggests: libarchive1' for cpio(5). Closes: #588020.

 -- Ruben Molina <rmol...@udea.edu.co>  Thu, 10 Feb 2011 23:16:52 -0500
`---

In any case, I'm attaching a patch fixing this, because I also tripped
over this, as the Suggests on a shared library tend to trigger my
bogosity alarms. :)

Thanks,
Guillem
From 022b3601a3364cfb90b89eb8e8aaef3def0b0b14 Mon Sep 17 00:00:00 2001
From: Guillem Jover <guil...@debian.org>
Date: Tue, 17 Jan 2017 01:19:07 +0100
Subject: [PATCH] Update libarchive Suggests for cpio(5) man page

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

diff --git a/debian/control b/debian/control
index ae3ae5d..dd0410a 100644
--- a/debian/control
+++ b/debian/control
@@ -16,11 +16,13 @@ Depends: ${shlibs:Depends}
 Replaces: cpio-mt
 Conflicts: mt-st (<< 0.6), cpio-mt
 Multi-Arch: foreign
-Suggests: libarchive1
+Suggests: 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.
+ .
+ A cpio(5) man page can be found in the libarchive-dev package.
 
 Package: cpio-win32
 Architecture: all
-- 
2.11.0

Reply via email to