diff options
| author | Michael Vogt <mvo@debian.org> | 2008-11-07 21:41:25 +0100 |
|---|---|---|
| committer | Michael Vogt <mvo@debian.org> | 2008-11-07 21:41:25 +0100 |
| commit | 11d67acf4e84bc9d3a798377c61be4235114d39f (patch) | |
| tree | e9c5ac1fdf2c8e89ffef7e68236bf5afb1dab3e6 /data | |
| parent | 44d1746f2dd6c055f340f9368d6411a9b6170150 (diff) | |
| parent | 4922f32e6ee40511775067241bda6d2dde539c1f (diff) | |
| download | python-apt-11d67acf4e84bc9d3a798377c61be4235114d39f.tar.gz | |
* Non-maintainer upload.
* data/templates/Debian.info.in: Set the BaseURI to security.debian.org for
lenny/updates, etch/updates and sarge/updates. (Closes: #503237)
* data/templates/Debian.info.in:
- add 'lenny' template info (closes: #476364)
* aptsources/distinfo.py:
- fix template matching for arch specific code (LP: #244093)
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 |
