diff options
| author | Sebastian Heinlein <sebi@sebi-pc.daheim> | 2006-11-26 10:34:30 +0100 |
|---|---|---|
| committer | Sebastian Heinlein <sebi@sebi-pc.daheim> | 2006-11-26 10:34:30 +0100 |
| commit | 2ae2f721c0d63c267dbb431b3426275fb42bfd8f (patch) | |
| tree | 246538a7c317b00894e1dbe204644878e26437dd /data | |
| parent | 29858347385381d3cf59e3ff2be38bd1c971f187 (diff) | |
| download | python-apt-2ae2f721c0d63c267dbb431b3426275fb42bfd8f.tar.gz | |
* Add support for feisty
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/Ubuntu.info.in | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/data/templates/Ubuntu.info.in b/data/templates/Ubuntu.info.in index f3cce4f7..e29448f8 100644 --- a/data/templates/Ubuntu.info.in +++ b/data/templates/Ubuntu.info.in @@ -1,5 +1,56 @@ _ChangelogURI: http://changelogs.ubuntu.com/changelogs/pool/%s/%s/%s/%s_%s/changelog +Suite: feisty +RepositoryType: deb +BaseURI: http://archive.ubuntu.com/ubuntu/ +MatchURI: archive.ubuntu.com/ubuntu +MirrorsFile: /usr/share/update-manager/mirrors.cfg +_Description: Ubuntu 7.04 'Feisty Fawn' +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: feisty +MatchName: .* +BaseURI: cdrom:\[Ubuntu.*7.04 +_Description: Cdrom with Ubuntu 7.04 'Feisty Fawn' +Available: False +Component: main +_CompDescription: Officially supported +Component: restricted +_CompDescription: Restricted copyright + +Suite: feisty-security +ParentSuite: feisty +RepositoryType: deb +BaseURI: http://security.ubuntu.com/ubuntu/ +MatchURI: archive.ubuntu.com/ubuntu|security.ubuntu.com +_Description: Important security updates + +Suite: feisty-updates +ParentSuite: feisty +RepositoryType: deb +_Description: Recommended updates + +Suite: feisty-proposed +ParentSuite: feisty +RepositoryType: deb +_Description: Proposed updates + +Suite: feisty-backports +ParentSuite: feisty +RepositoryType: deb +_Description: Backported updates + Suite: edgy RepositoryType: deb BaseURI: http://archive.ubuntu.com/ubuntu/ |
