diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-04-06 16:57:01 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-04-06 16:57:01 +0200 |
| commit | 6f4cc51023476625d97ed657073b948e8390fa01 (patch) | |
| tree | e41d5a16638de2d1cfa56fb75b0ca9435d62d7ec /tests/data/aptsources | |
| parent | 2d07b3bb94bed958e1fce5225e5723de07054039 (diff) | |
| download | python-apt-6f4cc51023476625d97ed657073b948e8390fa01.tar.gz | |
cherry pick -r 504..505 http://bzr.debian.org/apt/python-apt/debian-experimental
Diffstat (limited to 'tests/data/aptsources')
| -rw-r--r-- | tests/data/aptsources/sources.list | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/data/aptsources/sources.list b/tests/data/aptsources/sources.list index 5481d4f0..376d6961 100644 --- a/tests/data/aptsources/sources.list +++ b/tests/data/aptsources/sources.list @@ -3,4 +3,7 @@ deb http://de.archive.ubuntu.com/ubuntu/ edgy main # comment 2 deb http://de.archive.ubuntu.com/ubuntu/ edgy restricted # comment 3 -deb http://de.archive.ubuntu.com/ubuntu/ edgy universe
\ No newline at end of file +deb http://de.archive.ubuntu.com/ubuntu/ edgy universe + +# multi-arch +deb [arch=amd64,i386] http://de.archive.ubuntu.com/ubuntu/ natty main |
