diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-14 11:31:56 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-14 11:31:56 +0200 |
| commit | 204ba672314d9ed07ca76770a32a6af5fbd67c25 (patch) | |
| tree | f427cec965fcd27822fae3617478768d4f0f26ea /tests/data | |
| parent | be05af84c65c7d4bae3cbd949304b9dd7020054f (diff) | |
| parent | 3c2d0313a45668770e7cb2993dc092fb4e711bb7 (diff) | |
| download | python-apt-204ba672314d9ed07ca76770a32a6af5fbd67c25.tar.gz | |
* build against the new apt
* support for new "aptsources" pythn module
(thanks to Sebastian Heinlein)
* merged support for translated package descriptions
* merged support for automatic removal of unused dependencies
* merged http://glatzor.de/bzr/python-apt/sebi:
- this means that the new aptsources modules is available
* support translated pacakge descriptions
* support automatic dependency information
* python/depcache.cc:
- "IsGarbage()" method added (to support auto-mark)
Diffstat (limited to 'tests/data')
| -rw-r--r-- | tests/data/sources.list | 6 | ||||
| -rw-r--r-- | tests/data/sources.list.testDistribution | 11 |
2 files changed, 17 insertions, 0 deletions
diff --git a/tests/data/sources.list b/tests/data/sources.list new file mode 100644 index 00000000..5481d4f0 --- /dev/null +++ b/tests/data/sources.list @@ -0,0 +1,6 @@ +# comment 1 +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 diff --git a/tests/data/sources.list.testDistribution b/tests/data/sources.list.testDistribution new file mode 100644 index 00000000..1687c504 --- /dev/null +++ b/tests/data/sources.list.testDistribution @@ -0,0 +1,11 @@ +deb http://de.archive.ubuntu.com/ubuntu/ edgy main +deb http://de.archive.ubuntu.com/ubuntu/ edgy restricted +deb http://de.archive.ubuntu.com/ubuntu/ edgy universe +deb http://de.archive.ubuntu.com/ubuntu/ edgy-updates universe multiverse +deb http://de.archive.ubuntu.com/ubuntu/ edgy-updates restricted +deb http://de.archive.ubuntu.com/ubuntu/ edgy-security main +deb http://de.archive.ubuntu.com/ubuntu/ edgy-security multiverse +deb http://ftp.debian.org/debian sid main +deb ftp://ubuntu.cs.utah.edu/pub/ubuntu/ubuntu/ breezy main +deb ftp://ubuntu.cs.utah.edu/pub/ubuntu/ubuntu/ breezy-backports main +deb http://archive.ubuntu.com/ubuntu/ hoary main |
