Created
October 9, 2015 21:59
-
-
Save anonymous/865e9a7a537c19e114bc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dir::Cache { | |
srcpkgcache ""; | |
pkgcache ""; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# never use pdiffs. Current implementation is very slow on low-powered devices | |
Acquire::PDiffs "0"; | |
# download up to 5 pdiffs: | |
#Acquire::PDiffs::FileLimit "5"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dpkg::Progress-Fancy "1"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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