diff options
| author | Sebastian Heinlein <sebi@sebi-laptop> | 2006-11-27 11:17:33 +0100 |
|---|---|---|
| committer | Sebastian Heinlein <sebi@sebi-laptop> | 2006-11-27 11:17:33 +0100 |
| commit | 7101e06f8958f73bfc9b6ef8216da7681ec93406 (patch) | |
| tree | b8e117d98f452f07381afa13c9156d86311bca78 | |
| parent | e3547525458890ccb6067b9e0d830cae25d6e8e2 (diff) | |
| download | python-apt-7101e06f8958f73bfc9b6ef8216da7681ec93406.tar.gz | |
* Update Debian's distro template:
- enable is obsolete
- etch will be 4.0 soon
- add parnet/child relations
- no need to translate the baseuri
| -rw-r--r-- | data/templates/Debian.info.in | 72 |
1 files changed, 51 insertions, 21 deletions
diff --git a/data/templates/Debian.info.in b/data/templates/Debian.info.in index ea2d1e53..b7a4dfab 100644 --- a/data/templates/Debian.info.in +++ b/data/templates/Debian.info.in @@ -1,57 +1,87 @@ _ChangelogURI: http://packages.debian.org/changelogs/pool/%s/%s/%s/%s_%s/changelog +Suite: etch +RepositoryType: deb +BaseURI: http://http.us.debian.org/debian/ +_Description: Debian 4.0 'Etch' +Component: main +_CompDescription: Officially supported +Component: contrib +_CompDescription: DFSG-compatible Software with Non-Free Dependencies +Component: non-free +_CompDescription: Non-DFSG-compatible Software + +Suite: etch/updates +RepositoryType: deb +ParentSuite: etch +_Description: Security updates + Suite: sarge RepositoryType: deb -_BaseURI: http://http.us.debian.org/debian/ -_Description: Debian 3.1 "Sarge" +BaseURI: http://http.us.debian.org/debian/ +_Description: Debian 3.1 'Sarge' Component: main -Enabled: 1 _CompDescription: Officially supported Component: contrib -Enabled: 0 _CompDescription: DFSG-compatible Software with Non-Free Dependencies Component: non-free -Enabled: 0 _CompDescription: Non-DFSG-compatible Software Suite: sarge/updates RepositoryType: deb -_BaseURI: http://security.debian.org/ -_Description: Debian 3.1 "Sarge" Security Updates +ParentSuite: sarge +_Description: Security updates + +Suite: stable +RepositoryType: deb +BaseURI: http://http.us.debian.org/debian/ +_Description: Debian current stable release Component: main -Enabled: 1 _CompDescription: Officially supported Component: contrib -Enabled: 0 _CompDescription: DFSG-compatible Software with Non-Free Dependencies Component: non-free -Enabled: 0 _CompDescription: Non-DFSG-compatible Software -Suite: etch +Suite: stable/updates +RepositoryType: deb +ParentSuite: stable +_Description: Security updates + +Suite: testing RepositoryType: deb -_BaseURI: http://http.us.debian.org/debian/ -_Description: Debian "Etch" (testing) +BaseURI: http://http.us.debian.org/debian/ +_Description: Debian Testing Component: main -Enabled: 1 _CompDescription: Officially supported Component: contrib -Enabled: 0 _CompDescription: DFSG-compatible Software with Non-Free Dependencies Component: non-free -Enabled: 0 _CompDescription: Non-DFSG-compatible Software +Suite: testing/updates +RepositoryType: deb +ParentSuite: testing +_Description: Security updates + Suite: sid RepositoryType: deb -_BaseURI: http://http.us.debian.org/debian/ -_Description: Debian "Sid" (unstable) +BaseURI: http://http.us.debian.org/debian/ +_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: unstable +RepositoryType: deb +BaseURI: http://http.us.debian.org/debian/ +_Description: Debian 'Sid' (unstable) Component: main -Enabled: 1 _CompDescription: Officially supported Component: contrib -Enabled: 0 _CompDescription: DFSG-compatible Software with Non-Free Dependencies Component: non-free -Enabled: 0 _CompDescription: Non-DFSG-compatible Software |
