2 If you want to build the Debian packages from the latest git source, here is
5 First, get the latest debian/ folder from Subversion, which contains all the
6 files needed to build the Debian package, then run dpkg-buildpackage:
8 sudo apt-get install build-essential dpkg-dev
9 git clone http://olsr.org/git/olsrd.git
11 svn checkout svn://svn.debian.org/svn/collab-maint/deb-maint/olsrd/trunk/debian
12 echo "1.0" > debian/source/format
13 dpkg-buildpackage -uc -us
16 If you want the package to have the proper version, then you'll need to edit
17 the debian/changelog file. Just change the version number on the top-most
18 line of debian/changelog.
20 You can also find the latest tarballs of the debian/ folder here, look on the
21 right column under "Download Source Package olsrd":
22 http://packages.debian.org/source/sid/olsrd
25 http://ftp.debian.org/debian/pool/main/o/olsrd/olsrd_0.6.3-6.debian.tar.gz
27 You can find complete developer info here:
28 http://packages.qa.debian.org/o/olsrd.html