Package: local-apt-repository Version: 0.9 Severity: normal X-Debbugs-Cc: [email protected]
Dear Maintainer,
If you have a bunch of packages, regeneration takes very long because it
rebuilds everything from scratch. It should be using caching. Something like
this:
apt-ftparchive packages --db cache.db ../../../$DEBS > $REPO/Packages
apt-ftparchive sources --db cache.db ../../../$DEBS > $REPO/Sources
I'm assuming you'll put it in /var/cache/local-apt-repository

