diff options
author | Andreas Schneider <anschneider@suse.de> | 2008-07-17 13:37:31 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-07-17 14:20:33 +0200 |
commit | 41b4637a8426665ae6968380eb6c305017896a5d (patch) | |
tree | c390ca7cec653f5e997ba56a69768aae46c9fd7a /docs-xml/Samba3-Developers-Guide/packagers.xml | |
parent | c400d0a0afbed31a1c372f288910a80089b5dd38 (diff) | |
download | samba-41b4637a8426665ae6968380eb6c305017896a5d.tar.gz samba-41b4637a8426665ae6968380eb6c305017896a5d.tar.bz2 samba-41b4637a8426665ae6968380eb6c305017896a5d.zip |
Update the developers documentation for the new vendor version options.
Signed-off-by: Andreas Schneider <anschneider@suse.de>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
(This used to be commit 815383a4178c51311f3c81632a0fa1d19e7098f4)
Diffstat (limited to 'docs-xml/Samba3-Developers-Guide/packagers.xml')
-rw-r--r-- | docs-xml/Samba3-Developers-Guide/packagers.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs-xml/Samba3-Developers-Guide/packagers.xml b/docs-xml/Samba3-Developers-Guide/packagers.xml index 8b8eccacc7..853dad95e7 100644 --- a/docs-xml/Samba3-Developers-Guide/packagers.xml +++ b/docs-xml/Samba3-Developers-Guide/packagers.xml @@ -13,9 +13,11 @@ <title>Versioning</title> <para> -Please, please update the version number in <filename>source/include/version.h</filename> to include the -versioning of your package. This makes it easier to distinguish standard samba builds from custom-build samba -builds (distributions often patch packages). For example, a good version would be: +Please, please set the vendor version suffix and number in <filename>source/VERSION</filename> and call +<filename>source/script/mkvesion.sh</filename> to include the versioning of your package. There is also +the possibility to set a function to create the vendor version. This makes it easier to distinguish +standard samba builds from custom-build samba builds (distributions often patch packages). For example, +a good version would be: </para> <para><programlisting> |