diff options
| author | Julian Andres Klode <jak@debian.org> | 2011-04-06 10:09:19 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2011-04-06 10:09:19 +0200 |
| commit | 82bd14484ffa3fbe0b68777402cb31000bd7dd22 (patch) | |
| tree | 70da06b97b1827a86883ef5e1d87842ebb23b1e9 /tests/data | |
| parent | ef797f74a1948be2231a28786d2c40d047f9c49d (diff) | |
| download | python-apt-82bd14484ffa3fbe0b68777402cb31000bd7dd22.tar.gz | |
aptsources: Parse multi-arch sources.list files correctly
Diffstat (limited to 'tests/data')
| -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 |
