diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-05-05 10:36:28 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-05-05 10:36:28 +0200 |
| commit | 890400953236172486955263fbd54b52bc64488a (patch) | |
| tree | 7c776e82dc4acdd8807c0fdabc88d3c2e40b396e /data/templates | |
| parent | d99c3f9f81e37bf6a625ef5cc1270656990a2309 (diff) | |
| download | python-apt-890400953236172486955263fbd54b52bc64488a.tar.gz | |
* data/templates/Ubuntu.info.in:
- added ubuntu 'intrepid'
Diffstat (limited to 'data/templates')
| -rw-r--r-- | data/templates/Ubuntu.info.in | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/data/templates/Ubuntu.info.in b/data/templates/Ubuntu.info.in index 47ab53de..5561862d 100644 --- a/data/templates/Ubuntu.info.in +++ b/data/templates/Ubuntu.info.in @@ -1,5 +1,57 @@ _ChangelogURI: http://changelogs.ubuntu.com/changelogs/pool/%s/%s/%s/%s_%s/changelog +Suite: intrepid +RepositoryType: deb +BaseURI: http://archive.ubuntu.com/ubuntu/ +MatchURI: archive.ubuntu.com/ubuntu +MirrorsFile: /usr/share/python-apt/templates/Ubuntu.mirrors +_Description: Ubuntu 8.10 'Intrepid Ibex' +Component: main +_CompDescription: Officially supported +_CompDescriptionLong: Canonical-supported Open Source software +Component: universe +_CompDescription: Community-maintained +_CompDescriptionLong: Community-maintained Open Source software +Component: restricted +_CompDescription: Non-free drivers +_CompDescriptionLong: Proprietary drivers for devices +Component: multiverse +_CompDescription: Restricted software +_CompDescriptionLong: Software restricted by copyright or legal issues + +Suite: intrepid +MatchName: .* +BaseURI: cdrom:\[Ubuntu.*8.10 +_Description: Cdrom with Ubuntu 8.10 'Intrepid Ibex' +Available: False +Component: main +_CompDescription: Officially supported +Component: restricted +_CompDescription: Restricted copyright + +Suite: intrepid-security +ParentSuite: intrepid +RepositoryType: deb +BaseURI: http://security.ubuntu.com/ubuntu/ +MatchURI: archive.ubuntu.com/ubuntu|security.ubuntu.com +_Description: Important security updates + +Suite: intrepid-updates +ParentSuite: intrepid +RepositoryType: deb +_Description: Recommended updates + +Suite: intrepid-proposed +ParentSuite: intrepid +RepositoryType: deb +_Description: Pre-released updates + +Suite: intrepid-backports +ParentSuite: intrepid +RepositoryType: deb +_Description: Unsupported updates + + Suite: hardy RepositoryType: deb BaseURI: http://archive.ubuntu.com/ubuntu/ |
