From be4197548041e637bc3f4e58164354e1ef44ae43 Mon Sep 17 00:00:00 2001 From: Radagast Date: Fri, 30 Jun 2017 03:03:19 +0200 Subject: [PATCH] Manual.md: Readability fix (#6897) --- Manual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Manual.md b/Manual.md index 3ee11ff2d60..9bf61bc5346 100644 --- a/Manual.md +++ b/Manual.md @@ -148,7 +148,7 @@ Libraries are packages which provide shared objects (\*.so) in /usr/lib. They should be named like their upstream package name with the following exceptions: -- The package is a subpackage of a front end application providing and provides +- The package is a subpackage of a front end application and provides shared objects used by the base package and other third party libraries. In that case it should be prefixed with 'lib'. An exception from that rule is: If an executable is only used for building that package, it moves to the -devel @@ -156,7 +156,7 @@ package. Example: wireshark -> subpkg libwireshark -Libraries have to be split into two sub packages: and -devel. +Libraries have to be split into two sub packages: `` and `-devel`. - `` should only contain those parts of a package which are needed to run a linked program.