From 0a77702288c82b8b212f1b140a48a7fb22cfca9c Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 13 Sep 2010 10:41:41 +0200 Subject: * 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) --- data/templates/Ubuntu.info.in | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'data') 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 + -- cgit v1.2.3