Manual.md: explicitly state that development packages should be named after their libraries

This commit is contained in:
Enno Boland 2014-05-20 11:02:25 +02:00
parent d67aa5cd13
commit 7f726373e2
1 changed files with 2 additions and 1 deletions

View File

@ -95,7 +95,8 @@ Libraries have to be split into two sub packages: <name> and <name>-devel.
a linking program.
- `<name>-devel` should contain all files which are needed to compile a package
against this package.
against this package. If the library is a sub package, its corresponding
development package should be named `lib<name>-devel`
#### Language Modules