From 0bae63862cc7a1460cfa1734bb4217927ec3651a Mon Sep 17 00:00:00 2001 From: Sebastian Heinlein Date: Thu, 30 Nov 2006 10:45:27 +0100 Subject: * add testing to the Debian templates * add a MatchURI to the Debian distro template - to ensure that we include all official servers --- data/templates/Debian.info.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'data') 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 -- cgit v1.2.3