diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/Debian.info.in | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/templates/Debian.info.in b/data/templates/Debian.info.in index b635de19..dd040c20 100644 --- a/data/templates/Debian.info.in +++ b/data/templates/Debian.info.in @@ -1,5 +1,30 @@ _ChangelogURI: http://packages.debian.org/changelogs/pool/%s/%s/%s/%s_%s/changelog +Suite: lenny +RepositoryType: deb +BaseURI: http://http.us.debian.org/debian/ +MatchURI: ftp[0-9]*\.[a-z]\.debian\.org +MirrorsFile: /usr/share/python-apt/templates/Debian.mirrors +_Description: Debian 5.0 'Lenny' +Component: main +_CompDescription: Officially supported +Component: contrib +_CompDescription: DFSG-compatible Software with Non-Free Dependencies +Component: non-free +_CompDescription: Non-DFSG-compatible Software + +Suite: lenny-proposed-updates +RepositoryType: deb +ParentSuite: lenny +_Description: Proposed updates + +Suite: lenny/updates +RepositoryType: deb +BaseURI: http://security.debian.org/ +MatchURI: security\.debian\.org +ParentSuite: lenny +_Description: Security updates + Suite: etch RepositoryType: deb BaseURI: http://http.us.debian.org/debian/ @@ -20,6 +45,8 @@ _Description: Proposed updates Suite: etch/updates RepositoryType: deb +BaseURI: http://security.debian.org/ +MatchURI: security\.debian\.org ParentSuite: etch _Description: Security updates @@ -43,6 +70,8 @@ _Description: Proposed updates Suite: sarge/updates RepositoryType: deb +BaseURI: http://security.debian.org/ +MatchURI: security\.debian\.org ParentSuite: sarge _Description: Security updates |
