diff options
| author | Sebastian Heinlein <sebi@sebi-laptop> | 2006-11-30 10:35:27 +0100 |
|---|---|---|
| committer | Sebastian Heinlein <sebi@sebi-laptop> | 2006-11-30 10:35:27 +0100 |
| commit | f49952d4120d6ebfc93aa17ad6bf0112b29309f8 (patch) | |
| tree | ede70a2fc8a3138a8d29a580ec8c4b1d9d503183 | |
| parent | 3a0cfdc44c08f0536a95dd64507c1212a8829d6c (diff) | |
| download | python-apt-f49952d4120d6ebfc93aa17ad6bf0112b29309f8.tar.gz | |
* Use the mirror list for Debian
| -rw-r--r-- | data/templates/Debian.info.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/templates/Debian.info.in b/data/templates/Debian.info.in index 0257cad6..e495be18 100644 --- a/data/templates/Debian.info.in +++ b/data/templates/Debian.info.in @@ -3,6 +3,7 @@ _ChangelogURI: http://packages.debian.org/changelogs/pool/%s/%s/%s/%s_%s/changel Suite: etch RepositoryType: deb BaseURI: http://http.us.debian.org/debian/ +MirrorsFile: /usr/share/python-aptsources/templates/Debian.mirrors _Description: Debian 4.0 'Etch' Component: main _CompDescription: Officially supported @@ -24,6 +25,7 @@ _Description: Security updates Suite: sarge RepositoryType: deb BaseURI: http://http.us.debian.org/debian/ +MirrorsFile: /usr/share/python-aptsources/templates/Debian.mirrors _Description: Debian 3.1 'Sarge' Component: main _CompDescription: Officially supported @@ -45,6 +47,7 @@ _Description: Security updates Suite: stable RepositoryType: deb BaseURI: http://http.us.debian.org/debian/ +MirrorsFile: /usr/share/python-aptsources/templates/Debian.mirrors _Description: Debian current stable release Component: main _CompDescription: Officially supported @@ -56,6 +59,7 @@ _CompDescription: Non-DFSG-compatible Software Suite: sid RepositoryType: deb BaseURI: http://http.us.debian.org/debian/ +MirrorsFile: /usr/share/python-aptsources/templates/Debian.mirrors _Description: Debian 'Sid' (unstable) Component: main _CompDescription: Officially supported @@ -67,6 +71,7 @@ _CompDescription: Non-DFSG-compatible Software Suite: unstable RepositoryType: deb BaseURI: http://http.us.debian.org/debian/ +MirrorsFile: /usr/share/python-aptsources/templates/Debian.mirrors _Description: Debian 'Sid' (unstable) Component: main _CompDescription: Officially supported |
