diff options
Diffstat (limited to 'packaging/debian')
-rw-r--r-- | packaging/debian/README.building | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packaging/debian/README.building b/packaging/debian/README.building new file mode 100644 index 0000000000..b58c9d6fd8 --- /dev/null +++ b/packaging/debian/README.building @@ -0,0 +1,14 @@ +Building the experimental Debian package for Samba 4.0 +====================================================== + By Jelmer Vernooij, 20 May 2004. + +Check out the SAMBA_4 branch of the samba-docs SVN repository +and put the output in the top directory of samba4 (the directory +where source/ and packaging/ can be found). + +Now, go to packaging/, and run: + +dpkg-buildpackage -rfakeroot + +See the Debian docs for more information about the debian build +process. |