replicate generates proper CRLF for Content-MD5 header
[MogileFS-Server.git] / doc / build-debian-package.txt
blob7b8cfafb112b7f00ab30428f546a5b90e307b2eb
1 How to build mogilefsd and mogstored as debian packages
2 =======================================================
4 1. Checkout or unpack the source code
6 2. Make sure all build-required packages are installed:
8    cd server
9    grep Build debian/control
11 Install any packages listed on that line which are not presently installed.
12 You will also need the dpkg-dev and fakeroot packages installed
14 3. Do:
16    dpkg-buildpackage -rfakeroot
18 If all went well you should see several files in the parent directory,
19 such as:
21 -rw-r--r-- 1 user user    517 Jun 22 09:27 mogilefs-server_1.00-2.dsc
22 -rw-r--r-- 1 user user 271962 Jun 22 09:27 mogilefs-server_1.00-2.tar.gz
23 -rw-r--r-- 1 user user   1659 Jun 22 09:27 mogilefs-server_1.00-2_i386.changes
24 -rw-r--r-- 1 user user 135944 Jun 22 09:27 mogilefsd_1.00-2_all.deb
25 -rw-r--r-- 1 user user  23988 Jun 22 09:27 mogstored_1.00-2_all.deb
27 4. You can now install the debian packages with:
29    dpkg -i mogstored_1.00-2_all.deb
30    dpkg -i mogilefsd_1.00-2_all.deb