Skip to content

Instantly share code, notes, and snippets.

Created October 9, 2015 21:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/865e9a7a537c19e114bc to your computer and use it in GitHub Desktop.
Save anonymous/865e9a7a537c19e114bc to your computer and use it in GitHub Desktop.
Dir::Cache {
srcpkgcache "";
pkgcache "";
}
# never use pdiffs. Current implementation is very slow on low-powered devices
Acquire::PDiffs "0";
# download up to 5 pdiffs:
#Acquire::PDiffs::FileLimit "5";
path-exclude /usr/share/doc/*
# we need to keep copyright files for legal reasons
path-include /usr/share/doc/*/copyright
path-exclude /usr/share/man/*
path-exclude /usr/share/groff/*
path-exclude /usr/share/info/*
# lintian stuff is small, but really unnecessary
path-exclude /usr/share/lintian/*
path-exclude /usr/share/linda/*
path-exclude /usr/share/locale/*
path-include /usr/share/locale/en*
path-include /usr/share/locale/it*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment