summaryrefslogtreecommitdiff
path: root/tests/data/sources.list
diff options
context:
space:
mode:
authorMichael Vogt <egon@bottom>2007-06-11 00:32:48 +0200
committerMichael Vogt <egon@bottom>2007-06-11 00:32:48 +0200
commit3c2d0313a45668770e7cb2993dc092fb4e711bb7 (patch)
treef427cec965fcd27822fae3617478768d4f0f26ea /tests/data/sources.list
parenta1dcc6a2e3afe8c649c05273955331b97aa50c41 (diff)
parent2b26361164399ab739e694de6ad98f19055f6562 (diff)
downloadpython-apt-3c2d0313a45668770e7cb2993dc092fb4e711bb7.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/sources.list')
-rw-r--r--tests/data/sources.list6
1 files changed, 6 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