Commit 5e2b088
committed
packaging: Forbid compilation if the symbols file is outdated
An outdated symbols file results in automatic versioned dependencies
in projects which use this library.
When these projects are built, shlibs:Depends cannot find a version
number for the set of symbols so it uses the full version of the
library package, including suffixes such as +virginia.
We end up with depends lib (>== 6.0.0+virginia) instead of
lib (>== 6.0.0).1 parent b51ed7b commit 5e2b088
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments