blob: 92870d614a244dd4d5c9c4d13ee147444550e4b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
You can build apt from arch, but this needs the following additional
packages (in addtion to the usual build-depends):
xmlto perlsgml sgml2x sgmlspl docbook
then run:
$ debian/rules arch-build
that will build packages in the "debian/arch-build" directory. It will
honor "DEB_BUILD_PROG_OPTS" as options that are passed to debuild (e.g. -S
may be usefull).
|