summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorModestas Vainius <modax@debian.org>2011-03-26 23:49:24 +0200
committerModestas Vainius <modax@debian.org>2011-03-26 23:49:24 +0200
commit374cae546865594ab5062c9ebc04da9a136e6224 (patch)
treeb62c1ba1d1c012776d48db2c88f9a12a73ea4269 /cmake
parent709ca96908847f9884d15e7e4b43732aa548cf60 (diff)
downloadpkg-kde-tools-374cae546865594ab5062c9ebc04da9a136e6224.tar.gz
Missing words in README.DebianABIManager.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/README.DebianABIManager14
1 files changed, 7 insertions, 7 deletions
diff --git a/cmake/README.DebianABIManager b/cmake/README.DebianABIManager
index 0be90b6..ce30bae 100644
--- a/cmake/README.DebianABIManager
+++ b/cmake/README.DebianABIManager
@@ -80,13 +80,13 @@ of custom debian/control fields.
* X-Debian-ABI - specifies a custom ABI sequence number to be assigned for the
library in question. Its presence tells DebianABIManager to process the
- package so all unstable-BC must have it. The value must be a non-negative
- integer. Whenever a new unstable-BC library is introduced or upstream
- changes SONAME of the existing one, the value of this field should be set to
- 0. In that case, the script won't change SONAME but only version symbols of
- the library. Whenever the library breaks BC without changing SONAME, bump
- this value. Then the script will change both SONAME and symbol versions of
- the library.
+ package so all unstable-BC library packages must have it. The value must be a
+ non-negative integer. Whenever a new unstable-BC library is introduced or
+ upstream changes SONAME of the existing one, the value of this field should
+ be set to 0. In that case, the script won't change SONAME but only version
+ symbols of the library. Whenever the library breaks BC without changing
+ SONAME, bump this value. Then the script will change both SONAME and symbol
+ versions of the library.
* X-CMake-Target - typically DebianABIManager should be able to guess CMake
target of the library from the package name. However, sometimes it may fail