diff options
| author | Sebastian Heinlein <sebi@sebi-laptop> | 2006-11-30 10:45:27 +0100 |
|---|---|---|
| committer | Sebastian Heinlein <sebi@sebi-laptop> | 2006-11-30 10:45:27 +0100 |
| commit | 0bae63862cc7a1460cfa1734bb4217927ec3651a (patch) | |
| tree | 549446a8d241aff232ee004a3557be5f2ae91139 /data | |
| parent | f49952d4120d6ebfc93aa17ad6bf0112b29309f8 (diff) | |
| download | python-apt-0bae63862cc7a1460cfa1734bb4217927ec3651a.tar.gz | |
* add testing to the Debian templates
* add a MatchURI to the Debian distro template - to ensure that we
include all official servers
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/Debian.info.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/data/templates/Debian.info.in b/data/templates/Debian.info.in index e495be18..2bd171f4 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/ +MatchUri: ftp[0-9]*\.[a-z]\.debian\.org MirrorsFile: /usr/share/python-aptsources/templates/Debian.mirrors _Description: Debian 4.0 'Etch' Component: main @@ -25,6 +26,7 @@ _Description: Security updates Suite: sarge RepositoryType: deb BaseURI: http://http.us.debian.org/debian/ +MatchUri: ftp[0-9]*\.[a-z]\.debian\.org MirrorsFile: /usr/share/python-aptsources/templates/Debian.mirrors _Description: Debian 3.1 'Sarge' Component: main @@ -47,6 +49,7 @@ _Description: Security updates Suite: stable RepositoryType: deb BaseURI: http://http.us.debian.org/debian/ +MatchUri: ftp[0-9]*\.[a-z]\.debian\.org MirrorsFile: /usr/share/python-aptsources/templates/Debian.mirrors _Description: Debian current stable release Component: main @@ -56,9 +59,23 @@ _CompDescription: DFSG-compatible Software with Non-Free Dependencies Component: non-free _CompDescription: Non-DFSG-compatible Software +Suite: testing +RepositoryType: deb +BaseURI: http://http.us.debian.org/debian/ +MatchUri: ftp[0-9]*\.[a-z]\.debian\.org +MirrorsFile: /usr/share/python-aptsources/templates/Debian.mirrors +_Description: Debian 'Sid' (unstable) +Component: main +_CompDescription: Officially supported +Component: contrib +_CompDescription: DFSG-compatible Software with Non-Free Dependencies +Component: non-free +_CompDescription: Non-DFSG-compatible Software + Suite: sid RepositoryType: deb BaseURI: http://http.us.debian.org/debian/ +MatchUri: ftp[0-9]*\.[a-z]\.debian\.org MirrorsFile: /usr/share/python-aptsources/templates/Debian.mirrors _Description: Debian 'Sid' (unstable) Component: main |
