diff options
author | blackbird <devnull@localhost> | 2007-01-12 15:05:41 +0100 |
---|---|---|
committer | blackbird <devnull@localhost> | 2007-01-12 15:05:41 +0100 |
commit | bd84c9eca33ecd0d0a7994f085584f79affbf3f0 (patch) | |
tree | 3bb6a634c4f0f84fe308b2dede45402cc71b4526 | |
parent | 36a6d94383feaf011b8af2a8706b37948fb817fa (diff) | |
download | pygments-bd84c9eca33ecd0d0a7994f085584f79affbf3f0.tar.gz |
[svn] added sources.list test file
-rw-r--r-- | tests/examplefiles/sources.list | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/tests/examplefiles/sources.list b/tests/examplefiles/sources.list new file mode 100644 index 00000000..3f363352 --- /dev/null +++ b/tests/examplefiles/sources.list @@ -0,0 +1,62 @@ +## CD ROM
+deb cdrom:[Xubuntu 6.06.1 _Dapper Drake_ - Release i386 (20060807)]/ dapper main restricted
+
+deb http://archive.ubuntu.com/ubuntu/ dapper main restricted
+deb-src http://archive.ubuntu.com/ubuntu/ dapper main restricted
+
+deb http://foo.com/$(ARCH)/ main foo
+
+## Major bug fix updates produced after the final release of the
+## distribution.
+deb http://archive.ubuntu.com/ubuntu/ dapper-updates main restricted
+deb-src http://archive.ubuntu.com/ubuntu/ dapper-updates main restricted
+
+## Uncomment the following two lines to add software from the 'universe'
+## repository.
+## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
+## team, and may not be under a free licence. Please satisfy yourself as to
+## your rights to use the software. Also, please note that software in
+## universe WILL NOT receive any review or updates from the Ubuntu security
+## team.
+deb http://archive.ubuntu.com/ubuntu/ dapper universe multiverse
+deb-src http://archive.ubuntu.com/ubuntu/ dapper universe multiverse
+
+## Uncomment the following two lines to add software from the 'backports'
+## repository.
+## N.B. software from this repository may not have been tested as
+## extensively as that contained in the main release, although it includes
+## newer versions of some applications which may provide useful features.
+## Also, please note that software in backports WILL NOT receive any review
+## or updates from the Ubuntu security team.
+deb http://archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
+deb-src http://archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
+
+deb http://security.ubuntu.com/ubuntu dapper-security main restricted
+deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted
+deb http://security.ubuntu.com/ubuntu dapper-security universe multiverse
+deb-src http://security.ubuntu.com/ubuntu dapper-security universe multiverse
+
+## dapper-commercial by canonical
+## currently has realplay (realplayer 10) and opera (opera 9)
+deb http://archive.canonical.com/ubuntu dapper-commercial main
+
+## Bleeding edge wine repository for Dapper
+## only uncomment it if you need it
+## deb http://wine.budgetdedicated.com/apt dapper main
+## deb-src http://wine.budgetdedicated.com/apt dapper main
+
+## skype
+## only uncomment it if you need it
+## deb http://download.skype.com/linux/repos/debian/ stable non-free
+
+deb http://de.archive.ubuntu.com/ubuntu/ edgy main restricted multiverse universe
+
+deb http://de.archive.ubuntu.com/ubuntu/ edgy-updates main restricted multiverse universe
+
+deb http://de.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
+
+deb http://security.ubuntu.com/ubuntu edgy-security main restricted universe multiverse
+
+deb http://wine.budgetdedicated.com/apt edgy main
+
+deb http://archive.czessi.net/ubuntu edgy main restricted universe multiverse i18n-de
|