diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-07-25 18:15:20 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-07-25 18:15:20 +0200 |
| commit | c7817830a12a7136e8e8c28ae433595c56a004d5 (patch) | |
| tree | 305a9d90bf830d9abe858f2029fda5787444985a /data | |
| parent | 5d8dd13ab3d1e6845a061a4d5b871dda87ab4753 (diff) | |
| download | python-apt-c7817830a12a7136e8e8c28ae433595c56a004d5.tar.gz | |
* data/templates/Debian.info.in:
- add 'lenny' template info
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/Debian.info.in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/data/templates/Debian.info.in b/data/templates/Debian.info.in index b635de19..c3ce7fd7 100644 --- a/data/templates/Debian.info.in +++ b/data/templates/Debian.info.in @@ -1,5 +1,28 @@ _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 +ParentSuite: lenny +_Description: Security updates + Suite: etch RepositoryType: deb BaseURI: http://http.us.debian.org/debian/ |
