diff options
| author | Ben Finney <ben+debian@benfinney.id.au> | 2008-06-21 01:11:59 +1000 |
|---|---|---|
| committer | Ben Finney <ben+debian@benfinney.id.au> | 2008-06-21 01:11:59 +1000 |
| commit | 535fdf276e94c99ec812aa66cb2a95a29a0c6d48 (patch) | |
| tree | d582c702f4086d7275da3e42645999f93f294b77 /data | |
| parent | f264f62b7602f960bc35f3f68b1ed14c61bbfdd5 (diff) | |
| parent | df08cc2180c01039428effeead8a004552d5dd36 (diff) | |
| download | python-apt-535fdf276e94c99ec812aa66cb2a95a29a0c6d48.tar.gz | |
Merge from python-apt.debian-sid/.
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/Ubuntu.info.in | 62 |
1 files changed, 61 insertions, 1 deletions
diff --git a/data/templates/Ubuntu.info.in b/data/templates/Ubuntu.info.in index ab3dc790..0a15f0ea 100644 --- a/data/templates/Ubuntu.info.in +++ b/data/templates/Ubuntu.info.in @@ -1,10 +1,68 @@ _ChangelogURI: http://changelogs.ubuntu.com/changelogs/pool/%s/%s/%s/%s_%s/changelog +Suite: intrepid +RepositoryType: deb +BaseURI: http://archive.ubuntu.com/ubuntu/ +BaseURI-powerpc: http://ports.ubuntu.com/ +MatchURI-powerpc: ports.ubuntu.com +MatchURI: archive.ubuntu.com/ubuntu +MirrorsFile-amd64: /usr/share/python-apt/templates/Ubuntu.mirrors +MirrorsFile-i386: /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/ MatchURI: archive.ubuntu.com/ubuntu -MirrorsFile: /usr/share/python-apt/templates/Ubuntu.mirrors +BaseURI-powerpc: http://ports.ubuntu.com/ +MatchURI-powerpc: ports.ubuntu.com +MirrorsFile-amd64: /usr/share/python-apt/templates/Ubuntu.mirrors +MirrorsFile-i386: /usr/share/python-apt/templates/Ubuntu.mirrors _Description: Ubuntu 8.04 'Hardy Heron' Component: main _CompDescription: Officially supported @@ -34,6 +92,8 @@ ParentSuite: hardy 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 _Description: Important security updates Suite: hardy-updates |
