diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-09-13 10:41:41 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-09-13 10:41:41 +0200 |
| commit | 0a77702288c82b8b212f1b140a48a7fb22cfca9c (patch) | |
| tree | 0528539192ca792d149dd4511c370741819a30cb /data | |
| parent | 26d9cf8509128791461ca1a8c9b7ef1c28635290 (diff) | |
| download | python-apt-0a77702288c82b8b212f1b140a48a7fb22cfca9c.tar.gz | |
* data/templates/Ubuntu.info.in:
- add extras.ubuntu.com and archvie.canonical.com to the
templates
* aptsources/distinfo.py, aptsources/distro.py:
- support non-official templates (like extras.ubuntu.com)
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/Ubuntu.info.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/data/templates/Ubuntu.info.in b/data/templates/Ubuntu.info.in index 74095516..de883c05 100644 --- a/data/templates/Ubuntu.info.in +++ b/data/templates/Ubuntu.info.in @@ -35,6 +35,24 @@ _CompDescription: Officially supported Component: restricted _CompDescription: Restricted copyright +Suite: maverick +Official: false +RepositoryType: deb +BaseURI: http://archive.canonical.com +_Description: Canonical Partner Repository +Component: partner +_CompDescription: Partner offered software +_CompDescriptionLong: This software is not part of Ubuntu but offered by partners + +Suite: maverick +Official: false +RepositoryType: deb +BaseURI: http://extras.ubuntu.com +_Description: Independent Repository +Component: main +_CompDescription: Third Party Software +_CompDescriptionLong: Software offered by third party developers + Suite: maverick-security ParentSuite: maverick RepositoryType: deb @@ -756,3 +774,4 @@ Suite: warty-backports ParentSuite: warty RepositoryType: deb _Description: Ubuntu 4.10 Backports + |
