~canonical-launchpad-branches/launchpad-buildd/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
****************
launchpad-buildd
****************

This project is the buildd slave daemon used by Launchpad's package-building
infrastructure.

It is licenced under the GNU Affero General Public Licence, version 3 (see the
file LICENCE) except for some files originating elsewhere, which are marked
with the licence that applies.

See https://dev.launchpad.net/ for more context.

----

In order to build the package you need dpkg-dev and fakeroot

To build the package do:

debian/rules package
dpkg-buildpackage -rfakeroot -b

It will "fail" because the package built in the "wrong" place. Don't
worry about that.

To clean up, do:

fakeroot debian/rules clean
rm launchpad-buildd*deb
rm ../launchpad-buildd*changes