]>
Commit | Line | Data |
---|---|---|
13e8426f MV |
1 | |
2 | You can build apt from arch, but this needs the following additional | |
3 | packages (in addtion to the usual build-depends): | |
742f980e | 4 | autoconf automake xmlto perlsgml sgml2x sgmlspl docbook doxygen |
13e8426f MV |
5 | |
6 | then run: | |
13e8426f | 7 | |
c320a1e6 MV |
8 | $ debian/rules arch-build |
9 | ||
10 | that will build packages in the "debian/arch-build" directory. It will | |
11 | honor "DEB_BUILD_PROG_OPTS" as options that are passed to debuild (e.g. -S | |
12 | may be usefull). |