summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-12-02 16:58:09 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2009-12-02 16:58:09 +0100
commit51054e7baa348d2037d07102cc2f43392d528ada (patch)
tree65badf9693740e40bd9531007c9f5f25da57de5d
parent6b68713c64868460202e3178dfeed31a2bde2b95 (diff)
downloadpython-apt-51054e7baa348d2037d07102cc2f43392d528ada.tar.gz
* data/templates/Ubuntu.info.in:
- add lucid
-rw-r--r--data/templates/Ubuntu.info.in61
-rw-r--r--debian/changelog4
2 files changed, 65 insertions, 0 deletions
diff --git a/data/templates/Ubuntu.info.in b/data/templates/Ubuntu.info.in
index a8993d8a..2335454f 100644
--- a/data/templates/Ubuntu.info.in
+++ b/data/templates/Ubuntu.info.in
@@ -1,5 +1,66 @@
_ChangelogURI: http://changelogs.ubuntu.com/changelogs/pool/%s/%s/%s/%s_%s/changelog
+Suite: lucid
+RepositoryType: deb
+BaseURI: http://archive.ubuntu.com/ubuntu/
+MatchURI: archive.ubuntu.com/ubuntu
+BaseURI-powerpc: http://ports.ubuntu.com/
+MatchURI-powerpc: ports.ubuntu.com|archive.ubuntu.com
+BaseURI-lpia: http://ports.ubuntu.com/
+MatchURI-lpia: ports.ubuntu.com|archive.ubuntu.com
+MirrorsFile-amd64: /usr/share/python-apt/templates/Ubuntu.mirrors
+MirrorsFile-i386: /usr/share/python-apt/templates/Ubuntu.mirrors
+_Description: Ubuntu 10.04 'Lucid Lynx'
+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: lucid
+MatchName: .*
+BaseURI: cdrom:\[Ubuntu.*10.04
+MatchURI: cdrom:\[Ubuntu.*10.04
+_Description: Cdrom with Ubuntu 10.04 'Lucid Lynx'
+Available: False
+Component: main
+_CompDescription: Officially supported
+Component: restricted
+_CompDescription: Restricted copyright
+
+Suite: lucid-security
+ParentSuite: lucid
+RepositoryType: deb
+BaseURI: http://security.ubuntu.com/ubuntu/
+MatchURI: archive.ubuntu.com/ubuntu|security.ubuntu.com
+BaseURI-powerpc: http://ports.ubuntu.com/
+MatchURI-powerpc: ports.ubuntu.com/ubuntu
+BaseURI-lpia: http://ports.ubuntu.com/
+MatchURI-lpia: ports.ubuntu.com/ubuntu
+_Description: Important security updates
+
+Suite: lucid-updates
+ParentSuite: lucid
+RepositoryType: deb
+_Description: Recommended updates
+
+Suite: lucid-proposed
+ParentSuite: lucid
+RepositoryType: deb
+_Description: Pre-released updates
+
+Suite: lucid-backports
+ParentSuite: lucid
+RepositoryType: deb
+_Description: Unsupported updates
+
Suite: karmic
RepositoryType: deb
BaseURI: http://archive.ubuntu.com/ubuntu/
diff --git a/debian/changelog b/debian/changelog
index 2c280221..60e1f265 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,10 @@ python-apt (0.7.13.5) UNRELEASED; urgency=low
- Fix InstallProgress.updateInterface() to cope with read() returning 0
on non-blocking file descriptors (LP: #491027).
+ [ Michael Vogt ]
+ * data/templates/Ubuntu.info.in:
+ - add lucid
+
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 02 Dec 2009 16:50:55 +0100
python-apt (0.7.13.4) unstable; urgency=low