diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-11-03 11:47:49 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-11-03 11:47:49 +0100 |
| commit | 3210127e509e8d0e649d019a6d30de04bbb6fd49 (patch) | |
| tree | bf84beeae47cb3f10af6322d152806b46ec62ddb /data | |
| parent | e7811c1935bb36b35bfe0ba30056ac4209a27377 (diff) | |
| parent | fd973539e3ab0a724a69fa9a9eb6b5f2210bb3e1 (diff) | |
| download | python-apt-3210127e509e8d0e649d019a6d30de04bbb6fd49.tar.gz | |
* python/apt_pkgmodule.cc:
- add "SelState{Unknown,Install,Hold,DeInstall,Purge}" constants
* python/metaindex.cc
- fix crash when incorrect attribute is given
* data/templates/Ubuntu.info.in:
- updated
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/Ubuntu.info.in | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/data/templates/Ubuntu.info.in b/data/templates/Ubuntu.info.in index 97554fa8..3b8f05c4 100644 --- a/data/templates/Ubuntu.info.in +++ b/data/templates/Ubuntu.info.in @@ -1,5 +1,60 @@ _ChangelogURI: http://changelogs.ubuntu.com/changelogs/pool/%s/%s/%s/%s_%s/changelog +Suite: jaunty +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 9.04 'Jaunty Jackalope' +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: jaunty +MatchName: .* +BaseURI: cdrom:\[Ubuntu.*9.04 +MatchURI: cdrom:\[Ubuntu.*9.04 +_Description: Cdrom with Ubuntu 9.04 'Jaunty Jackalope' +Available: False +Component: main +_CompDescription: Officially supported +Component: restricted +_CompDescription: Restricted copyright + +Suite: jaunty-security +ParentSuite: jaunty +RepositoryType: deb +BaseURI: http://security.ubuntu.com/ubuntu/ +MatchURI: archive.ubuntu.com/ubuntu|security.ubuntu.com +_Description: Important security updates + +Suite: jaunty-updates +ParentSuite: jaunty +RepositoryType: deb +_Description: Recommended updates + +Suite: jaunty-proposed +ParentSuite: jaunty +RepositoryType: deb +_Description: Pre-released updates + +Suite: jaunty-backports +ParentSuite: jaunty +RepositoryType: deb +_Description: Unsupported updates + Suite: intrepid RepositoryType: deb BaseURI: http://archive.ubuntu.com/ubuntu/ |
