From 068b1e91419bf95373597ef6cf94e76d1ff5af58 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 24 Mar 2003 18:47:18 +0000 Subject: Add notes for packagers (This used to be commit 9bec6889047814dc00eea102d6c3368d3942db94) --- docs/docbook/devdoc/packagers.sgml | 40 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 docs/docbook/devdoc/packagers.sgml (limited to 'docs/docbook/devdoc/packagers.sgml') diff --git a/docs/docbook/devdoc/packagers.sgml b/docs/docbook/devdoc/packagers.sgml new file mode 100644 index 0000000000..5042070d68 --- /dev/null +++ b/docs/docbook/devdoc/packagers.sgml @@ -0,0 +1,40 @@ + + + + JelmerVernooij + + + +Notes to packagers + + +Versioning + +Please, please update the version number in +source/include/version.h 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: + + + + + + + + +Modules + +Samba now has support for building parts of samba as plugins. This +makes it possible to, for example, put ldap or mysql support in a seperate +package, thus making it possible to have a normal samba package not +depending on ldap or mysql. To build as much parts of samba +as a plugin, run: + + +./configure --with-shared-modules=rpc,vfs,auth,pdb,charset + + + + + + -- cgit