Hi Andreas,
> So removing all arm-calls is actually correct and thus you can easily
> provide a repaired package with proper Depends on twisted-web and
> removed arm-calls.
Actually the patched apt-proxy here fails to:
* download dependencies when you install package X (no workaround
for this)
* re-download if something goes wrong like external (Debian mirror)
connection closed ("apt-get clean ; apt-get install X" helps though)
Therefore I'm not sure removing the calls is sufficient. First I thought
I might have to call callback() (hey, the samples do this :)) but
dismissed that idea pretty soon after trying it out.