diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-06-06 14:17:39 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-06-06 14:17:39 +0000 |
commit | 98bafd09b970e985851bcee5ac0432d21b4f3fb2 (patch) | |
tree | e80041d9a5007a3bdcffeb3bc64c042065872a67 | |
parent | 0bf8f3ae6d540f9f3afc56d53fed6ad4fd65407a (diff) |
Add documentation to make-version-script.py
-rw-r--r-- | tools/make-version-script.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/make-version-script.py b/tools/make-version-script.py index 5f704c7dd..91306a014 100644 --- a/tools/make-version-script.py +++ b/tools/make-version-script.py @@ -21,8 +21,10 @@ the library (one per line). If --unreleased-version is given, any symbols in SYMBOLS but not in FILES are assigned to that version; otherwise, any such symbols cause an error. -If --dpkg is given, produce a Debian dpkg symbols file instead of a - +If --dpkg is given, produce a Debian dpkg-gensymbols file instead of a +GNU ld version-script. The argument to --dpkg is the first line of the +resulting symbols file, and --dpkg-build-depends-package can optionally +be used to set the Build-Depends-Package field. This script originates in telepathy-glib <http://telepathy.freedesktop.org/> - please send us any changes that are needed. |