3
by Martin Pool
Add a bit more context to the README |
1 |
****************
|
2 |
launchpad-buildd |
|
3 |
****************
|
|
4 |
||
5 |
This project is the buildd slave daemon used by Launchpad's package-building |
|
6 |
infrastructure.
|
|
7 |
||
8 |
It is licenced under the GNU Affero General Public Licence, version 3 (see the
|
|
9 |
file LICENCE) except for some files originating elsewhere, which are marked
|
|
10 |
with the licence that applies.
|
|
11 |
||
12 |
See https://dev.launchpad.net/ for more context.
|
|
13 |
||
14 |
----
|
|
15 |
||
1
by Martin Pool
Add snapshot of buildd source extracted from the Launchpad tree |
16 |
In order to build the package you need dpkg-dev and fakeroot
|
17 |
||
18 |
To build the package do:
|
|
19 |
||
20 |
debian/rules package
|
|
21 |
dpkg-buildpackage -rfakeroot -b
|
|
22 |
||
23 |
It will "fail" because the package built in the "wrong" place. Don't |
|
24 |
worry about that. |
|
25 |
||
26 |
To clean up, do: |
|
27 |
||
28 |
fakeroot debian/rules clean |
|
29 |
rm launchpad-buildd*deb |
|
30 |
rm ../launchpad-buildd*changes |