Manual.md: explicitly state that development packages should be named after their libraries
This commit is contained in:
parent
d67aa5cd13
commit
7f726373e2
1 changed files with 2 additions and 1 deletions
|
@ -95,7 +95,8 @@ Libraries have to be split into two sub packages: <name> and <name>-devel.
|
||||||
a linking program.
|
a linking program.
|
||||||
|
|
||||||
- `<name>-devel` should contain all files which are needed to compile a package
|
- `<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
|
#### Language Modules
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue