summaryrefslogtreecommitdiff
path: root/tools/make-version-script.py
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-06-06 14:17:39 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-06-06 14:17:39 +0000
commit98bafd09b970e985851bcee5ac0432d21b4f3fb2 (patch)
treee80041d9a5007a3bdcffeb3bc64c042065872a67 /tools/make-version-script.py
parent0bf8f3ae6d540f9f3afc56d53fed6ad4fd65407a (diff)
downloadtelepathy-glib-98bafd09b970e985851bcee5ac0432d21b4f3fb2.tar.gz
Add documentation to make-version-script.py
20080606141739-53eee-87033d260655408ba32729fcdfa5625ff690dd83.gz
Diffstat (limited to 'tools/make-version-script.py')
-rw-r--r--tools/make-version-script.py6
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.