summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-05-20 20:44:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:53:51 -0500
commite100e79be0aa883ed5cc69370d705e3abf1bef01 (patch)
tree3ff48421f6f76dcbbbb30cc7380354c68480e1e2 /packaging
parent24bbf9f1bcfddb5131769439bd139faef2c022e2 (diff)
downloadsamba-e100e79be0aa883ed5cc69370d705e3abf1bef01.tar.gz
r803: Add README file about building the debian package
Diffstat (limited to 'packaging')
-rw-r--r--packaging/debian/README.building14
1 files changed, 14 insertions, 0 deletions
diff --git a/packaging/debian/README.building b/packaging/debian/README.building
new file mode 100644
index 00000000000..b58c9d6fd8f
--- /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.