Saurik's version of apt managed for tvOS/ARM64

martin@piware.de c4fc2fd7fa Switch FileFd to not transparently gunzip, since that breaks code which expects the compressed contents to stay (such as the copy backend, or when using file:// repositories. Instead, introduce a new ReadOnlyGzip mode and use that where needed 16 years ago
.bzr-builddeb 6abe26994f * apt-pkg/acquire-item.cc: 17 years ago
abicheck b8c42fc063 abicheck/run_abi_test: check both libapt-pkg and libapt-inst 16 years ago
apt-inst d59a67ff10 apt-inst/contrib/arfile.h: Add public ARArchive::Members() which returns the list of members. 16 years ago
apt-pkg c4fc2fd7fa Switch FileFd to not transparently gunzip, since that breaks code which expects the compressed contents to stay (such as the copy backend, or when using file:// repositories. Instead, introduce a new ReadOnlyGzip mode and use that where needed 16 years ago
buildlib 44c8b5dff8 we break the ABI, so let use increase the ABI number :) 16 years ago
cmdline c4fc2fd7fa Switch FileFd to not transparently gunzip, since that breaks code which expects the compressed contents to stay (such as the copy backend, or when using file:// repositories. Instead, introduce a new ReadOnlyGzip mode and use that where needed 16 years ago
debian c4fc2fd7fa Switch FileFd to not transparently gunzip, since that breaks code which expects the compressed contents to stay (such as the copy backend, or when using file:// repositories. Instead, introduce a new ReadOnlyGzip mode and use that where needed 16 years ago
doc de2c243cd2 * doc/po/apt-doc.pot, doc/po/de.po: 16 years ago
dselect cdd5a135d9 Fix some typos from #479997 17 years ago
ftparchive 3b1fffc35f ftparchive/apt-ftparchive.cc: Include apt-pkg/init.h. 16 years ago
methods 785b920b8c Remember hosts with general failures for 16 years ago
po 3000cb123a Italian translation completed 16 years ago
share 46e39c8e14 * French manpage translation update 16 years ago
test 594bfe6a9f test-indexes.sh: quiesce apt-get source; we know that we cannot verify package signatures 16 years ago
.bzrignore 46e39c8e14 * French manpage translation update 16 years ago
AUTHORS 9720f8d337 AUTHORS: updated again 16 years ago
BUGS e0c4f06387 * apt-pkg/indexfile.cc: 20 years ago
COMPILING 7365ff46a3 Fix some typos in docs and translations (thanks to timeless, closes: 368665) 18 years ago
COPYING 6ae07b8231 merged r1811 from lp:~donkult/apt/experimenal 17 years ago
COPYING.GPL a62f8bb911 QT1 license exception 22 years ago
Makefile 3174e150a3 * merged daniels wonderful doxygen work 21 years ago
README.arch 742f980e2d 18 years ago
README.ddtp b46240260d * added README.ddtp 21 years ago
README.make 7365ff46a3 Fix some typos in docs and translations (thanks to timeless, closes: 368665) 18 years ago
README.progress-reporting 1a82c63ec1 * include a human readable string for the MediaChange status-fd message as well 21 years ago
configure.in bcc27ad808 * configure.in: 16 years ago
pre-build.sh 09fab2442c * apt-pkg/contrib/strutl.cc: 17 years ago

README.arch


You can build apt from arch, but this needs the following additional
packages (in addtion to the usual build-depends):
autoconf automake xmlto perlsgml sgml2x sgmlspl docbook doxygen

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).