diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-14 11:26:43 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-14 11:26:43 +0200 |
| commit | 88889f46c025f759836edaf7396c45d7416e0a59 (patch) | |
| tree | e7b0b65104a87ad9fbef00aad1cdebb93ed72b2f /data | |
| parent | db02c37cbd9111315dbcbaba5b1625bab5c13cfe (diff) | |
| download | python-apt-88889f46c025f759836edaf7396c45d7416e0a59.tar.gz | |
* data/templates/Ubuntu.info.in:
- updated for gusty
Diffstat (limited to 'data')
| -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 7e852dd7..0f1a795f 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: gutsy +RepositoryType: deb +BaseURI: http://archive.ubuntu.com/ubuntu/ +MatchURI: archive.ubuntu.com/ubuntu +MirrorsFile: /usr/share/python-apt/templates/Ubuntu.mirrors +_Description: Ubuntu 7.10 'Gutsy Gibbon' +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: gutsy +MatchName: .* +BaseURI: cdrom:\[Ubuntu.*7.10 +_Description: Cdrom with Ubuntu 7.10 'Gutsy Gibbon' +Available: False +Component: main +_CompDescription: Officially supported +Component: restricted +_CompDescription: Restricted copyright + +Suite: gutsy-security +ParentSuite: gutsy +RepositoryType: deb +BaseURI: http://security.ubuntu.com/ubuntu/ +MatchURI: archive.ubuntu.com/ubuntu|security.ubuntu.com +_Description: Important security updates + +Suite: gutsy-updates +ParentSuite: gutsy +RepositoryType: deb +_Description: Recommended updates + +Suite: gutsy-proposed +ParentSuite: gutsy +RepositoryType: deb +_Description: Pre-released updates + +Suite: gutsy-backports +ParentSuite: gutsy +RepositoryType: deb +_Description: Unsupported updates + + Suite: feisty RepositoryType: deb BaseURI: http://archive.ubuntu.com/ubuntu/ |
