diff options
| author | Michael Vogt <mvo@debian.org> | 2014-04-25 12:57:52 +0200 |
|---|---|---|
| committer | Michael Vogt <mvo@debian.org> | 2014-04-25 12:57:52 +0200 |
| commit | b416712057aa10881352c660693bd345dd88e50b (patch) | |
| tree | c7c9e3c2de346c83ab765d1a8cd076089c5b801d /data | |
| parent | 5b20a0c8bd6260b01f42ea402a7c4118921a75d9 (diff) | |
| download | python-apt-b416712057aa10881352c660693bd345dd88e50b.tar.gz | |
add ubuntu utopic
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/Ubuntu.info.in | 119 |
1 files changed, 119 insertions, 0 deletions
diff --git a/data/templates/Ubuntu.info.in b/data/templates/Ubuntu.info.in index 6a125d51..0d26c805 100644 --- a/data/templates/Ubuntu.info.in +++ b/data/templates/Ubuntu.info.in @@ -107,6 +107,125 @@ MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports _Description: Unsupported updates +Suite: utopic +RepositoryType: deb +BaseURI: http://ports.ubuntu.com/ubuntu-ports/ +MatchURI: ports.ubuntu.com/ubuntu-ports +BaseURI-amd64: http://archive.ubuntu.com/ubuntu +MatchURI-amd64: archive.ubuntu.com/ubuntu +BaseURI-i386: http://archive.ubuntu.com/ubuntu +MatchURI-i386: archive.ubuntu.com/ubuntu +MirrorsFile-amd64: Ubuntu.mirrors +MirrorsFile-i386: Ubuntu.mirrors +_Description: Ubuntu 14.10 'Utopic Unicorn' +Component: main +_CompDescription: Officially supported +_CompDescriptionLong: Canonical-supported free and open-source software +Component: universe +_CompDescription: Community-maintained +_CompDescriptionLong: Community-maintained free and open-source software +Component: restricted +_CompDescription: Non-free drivers +_CompDescriptionLong: Proprietary drivers for devices +Component: multiverse +ParentComponent: universe +_CompDescription: Restricted software +_CompDescriptionLong: Software restricted by copyright or legal issues + +Suite: utopic +ParentSuite: utopic +RepositoryType: deb-src +BaseURI: http://archive.ubuntu.com/ubuntu/ +MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports +_Description: Ubuntu 14.10 'Utopic Unicorn' + +Suite: utopic +RepositoryType: deb +MatchName: .* +BaseURI: cdrom:\[Ubuntu.*14.10 +MatchURI: cdrom:\[Ubuntu.*14.10 +_Description: Cdrom with Ubuntu 14.10 'Utopic Unicorn' +Available: False +Component: main +_CompDescription: Officially supported +Component: restricted +_CompDescription: Restricted copyright + +Suite: utopic +Official: false +RepositoryType: deb +BaseURI: http://archive.canonical.com +MatchURI: archive.canonical.com +_Description: Canonical Partners +Component: partner +_CompDescription: Software packaged by Canonical for their partners +_CompDescriptionLong: This software is not part of Ubuntu. + +Suite: utopic +Official: false +RepositoryType: deb +BaseURI: http://extras.ubuntu.com +MatchURI: extras.ubuntu.com +_Description: Independent +Component: main +_CompDescription: Provided by third-party software developers +_CompDescriptionLong: Software offered by third party developers. + +Suite: utopic-security +ParentSuite: utopic +RepositoryType: deb +BaseURI: http://ports.ubuntu.com/ubuntu-ports/ +MatchURI: ports.ubuntu.com/ubuntu-ports +BaseURI-amd64: http://security.ubuntu.com/ubuntu/ +MatchURI-amd64: archive.ubuntu.com/ubuntu|security.ubuntu.com +BaseURI-i386: http://security.ubuntu.com/ubuntu/ +MatchURI-i386: archive.ubuntu.com/ubuntu|security.ubuntu.com +_Description: Important security updates + +Suite: utopic-security +ParentSuite: utopic +RepositoryType: deb-src +BaseURI: http://archive.ubuntu.com/ubuntu/ +MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports|security.ubuntu.com +_Description: Important security updates + +Suite: utopic-updates +ParentSuite: utopic +RepositoryType: deb +_Description: Recommended updates + +Suite: utopic-updates +ParentSuite: utopic +RepositoryType: deb-src +BaseURI: http://archive.ubuntu.com/ubuntu/ +MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports +_Description: Recommended updates + +Suite: utopic-proposed +ParentSuite: utopic +RepositoryType: deb +_Description: Pre-released updates + +Suite: utopic-proposed +ParentSuite: utopic +RepositoryType: deb-src +BaseURI: http://archive.ubuntu.com/ubuntu/ +MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports +_Description: Pre-released updates + +Suite: utopic-backports +ParentSuite: utopic +RepositoryType: deb +_Description: Unsupported updates + +Suite: utopic-backports +ParentSuite: utopic +RepositoryType: deb-src +BaseURI: http://archive.ubuntu.com/ubuntu/ +MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports +_Description: Unsupported updates + + Suite: trusty RepositoryType: deb BaseURI: http://ports.ubuntu.com/ubuntu-ports/ |
