Last active
October 10, 2015 17:58
-
-
Save k9ert/3729351 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
deb http://ftp.de.debian.org/debian/ experimental main contrib non-free | |
deb-src http://ftp.de.debian.org/debian/ experimental main contrib non-free |
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
Package: * | |
Pin: release a=stable | |
Pin-Priority: 700 | |
Package: * | |
Pin: release a=testing | |
Pin-Priority: 100 | |
Package: * | |
Pin: release a=unstable | |
Pin-Priority: 50 |
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
deb http://ftp.de.debian.org/debian/ stable main contrib non-free | |
#deb http://ftp.de.debian.org/debian/ stable-proposed-updates main contrib non-free | |
deb http://ftp.de.debian.org/debian-security/ stable/updates main contrib non-free | |
deb http://ftp.de.debian.org/debian/ stable-updates main contrib non-free | |
deb-src http://ftp.de.debian.org/debian/ stable main contrib non-free | |
#deb-src http://ftp.de.debian.org/debian/ stable-proposed-updates main contrib non-free | |
deb-src http://ftp.de.debian.org/debian-security/ stable/updates main contrib non-free | |
deb-src http://ftp.de.debian.org/debian/ stable-updates main contrib non-free | |
deb http://ftp.de.debian.org/debian/ squeeze-proposed-updates main contrib non-free | |
deb-src http://ftp.de.debian.org/debian/ squeeze-proposed-updates main contrib non-free |
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
deb http://ftp.de.debian.org/debian/ testing main contrib non-free | |
deb http://ftp.de.debian.org/debian/ testing-proposed-updates main contrib non-free | |
deb http://ftp.de.debian.org/debian-security/ testing/updates main contrib non-free | |
deb-src http://ftp.de.debian.org/debian/ testing main contrib non-free | |
deb-src http://ftp.de.debian.org/debian/ testing-proposed-updates main contrib non-free | |
deb-src http://ftp.de.debian.org/debian-security/ testing/updates main contrib non-free |
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
deb http://ftp.de.debian.org/debian/ unstable main contrib non-free | |
deb-src http://ftp.de.debian.org/debian/ unstable main contrib non-free |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment