Regid Ichira wrote: > I think that information is of interest to system administrators, and > other non developers. The current description is short. I think the > list from libbsd-dev should be added.
How about something like this patch? I think it describes the character of the package well enough. Alternatively, the description could say that this library is used to provide a common implementation for various useful functions that are well known from BSD, and that basic packages like lynx, cvs, and bsd-mailx use it to simplify maintenance and ease porting. --- debian/changelog | 8 ++++++++ debian/control | 12 ++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index dbea4e25..63af704e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libbsd (0.3.0-2.1) local; urgency=low + + * Slightly expand libbsd0, libbsd0-dbg, and libbsd0-udeb package + descriptions to hint at why the package might be installed. + (Closes: #663085) + + -- Jonathan Nieder <jrnie...@gmail.com> Fri, 09 Mar 2012 14:04:41 -0600 + libbsd (0.3.0-2) unstable; urgency=low * Make shared library packages multiarch: diff --git a/debian/control b/debian/control index c8e679e3..62bf900e 100644 --- a/debian/control +++ b/debian/control @@ -51,8 +51,8 @@ Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: net-tools (<< 7.0-2) [kfreebsd-any] Description: utility functions from BSD systems - shared library - This library provides some functions commonly available on BSD systems - but not on others like GNU systems. + This library provides some functions such as strlcpy that are commonly + available on BSD systems and not part of glibc. Package: libbsd0-udeb Package-Type: udeb @@ -60,8 +60,8 @@ Section: debian-installer Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: utility functions from BSD systems - shared library - This library provides some functions commonly available on BSD systems - but not on others like GNU systems. + This library provides some functions such as strlcpy that are commonly + available on BSD systems and not part of glibc. Package: libbsd0-dbg Section: debug @@ -70,5 +70,5 @@ Architecture: any Multi-Arch: same Depends: libbsd0 (= ${binary:Version}), ${misc:Depends} Description: utility functions from BSD systems - debugging symbols - This library provides some functions commonly available on BSD systems - but not on others like GNU systems. + This library provides some functions such as strlcpy that are commonly + available on BSD systems and not part of glibc. -- 1.7.9.2 -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120309200928.GA23244@burratino