r803: Add README file about building the debian package
authorJelmer Vernooij <jelmer@samba.org>
Thu, 20 May 2004 20:44:53 +0000 (20:44 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:53:51 +0000 (12:53 -0500)
(This used to be commit e100e79be0aa883ed5cc69370d705e3abf1bef01)

packaging/debian/README.building [new file with mode: 0644]

diff --git a/packaging/debian/README.building b/packaging/debian/README.building
new file mode 100644 (file)
index 0000000..b58c9d6
--- /dev/null
@@ -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.