diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-05-05 12:04:07 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-05-05 12:04:07 +0200 |
| commit | b285f7334fc4aa735993a057c8788876620e55cb (patch) | |
| tree | 3db793ca1f0c1d5d32c52fc67f69cef601263782 /data | |
| parent | 23d29169c30b2f05a0c2943832a7cf7288ff5802 (diff) | |
| parent | 51c60cb3447247188bb8bf5c82b53e5199878b36 (diff) | |
| download | python-apt-b285f7334fc4aa735993a057c8788876620e55cb.tar.gz | |
* data/templates/Ubuntu.info.in:
- updated for the new ubuntu karmic version
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/Ubuntu.info.in | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/data/templates/Ubuntu.info.in b/data/templates/Ubuntu.info.in index 0adb8e67..a8993d8a 100644 --- a/data/templates/Ubuntu.info.in +++ b/data/templates/Ubuntu.info.in @@ -1,5 +1,66 @@ _ChangelogURI: http://changelogs.ubuntu.com/changelogs/pool/%s/%s/%s/%s_%s/changelog +Suite: karmic +RepositoryType: deb +BaseURI: http://archive.ubuntu.com/ubuntu/ +MatchURI: archive.ubuntu.com/ubuntu +BaseURI-powerpc: http://ports.ubuntu.com/ +MatchURI-powerpc: ports.ubuntu.com|archive.ubuntu.com +BaseURI-lpia: http://ports.ubuntu.com/ +MatchURI-lpia: ports.ubuntu.com|archive.ubuntu.com +MirrorsFile-amd64: /usr/share/python-apt/templates/Ubuntu.mirrors +MirrorsFile-i386: /usr/share/python-apt/templates/Ubuntu.mirrors +_Description: Ubuntu 9.10 'Karmic Koala' +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: karmic +MatchName: .* +BaseURI: cdrom:\[Ubuntu.*9.10 +MatchURI: cdrom:\[Ubuntu.*9.10 +_Description: Cdrom with Ubuntu 9.10 'Karmic Koala' +Available: False +Component: main +_CompDescription: Officially supported +Component: restricted +_CompDescription: Restricted copyright + +Suite: karmic-security +ParentSuite: karmic +RepositoryType: deb +BaseURI: http://security.ubuntu.com/ubuntu/ +MatchURI: archive.ubuntu.com/ubuntu|security.ubuntu.com +BaseURI-powerpc: http://ports.ubuntu.com/ +MatchURI-powerpc: ports.ubuntu.com/ubuntu +BaseURI-lpia: http://ports.ubuntu.com/ +MatchURI-lpia: ports.ubuntu.com/ubuntu +_Description: Important security updates + +Suite: karmic-updates +ParentSuite: karmic +RepositoryType: deb +_Description: Recommended updates + +Suite: karmic-proposed +ParentSuite: karmic +RepositoryType: deb +_Description: Pre-released updates + +Suite: karmic-backports +ParentSuite: karmic +RepositoryType: deb +_Description: Unsupported updates + Suite: jaunty RepositoryType: deb BaseURI: http://archive.ubuntu.com/ubuntu/ |
