summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-04-29 11:49:31 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2009-04-29 11:49:31 +0200
commitb69d3a16f24ff0238dfe98f15ed4304d5276daf7 (patch)
tree62eb953a87eb94a8007ab314a3cece8d50c9dc1c
parentbb13dd4c791468172047680daf7d90a78401cbeb (diff)
downloadpython-apt-b69d3a16f24ff0238dfe98f15ed4304d5276daf7.tar.gz
* data/templates/Ubuntu.info.in:
- updated for karmic
-rw-r--r--data/templates/Ubuntu.info.in61
-rw-r--r--debian/changelog4
2 files changed, 64 insertions, 1 deletions
diff --git a/data/templates/Ubuntu.info.in b/data/templates/Ubuntu.info.in
index 0adb8e67..a8993d8a 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: karmic
+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 9.10 'Karmic Koala'
+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: karmic
+MatchName: .*
+BaseURI: cdrom:\[Ubuntu.*9.10
+MatchURI: cdrom:\[Ubuntu.*9.10
+_Description: Cdrom with Ubuntu 9.10 'Karmic Koala'
+Available: False
+Component: main
+_CompDescription: Officially supported
+Component: restricted
+_CompDescription: Restricted copyright
+
+Suite: karmic-security
+ParentSuite: karmic
+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: karmic-updates
+ParentSuite: karmic
+RepositoryType: deb
+_Description: Recommended updates
+
+Suite: karmic-proposed
+ParentSuite: karmic
+RepositoryType: deb
+_Description: Pre-released updates
+
+Suite: karmic-backports
+ParentSuite: karmic
+RepositoryType: deb
+_Description: Unsupported updates
+
Suite: jaunty
RepositoryType: deb
BaseURI: http://archive.ubuntu.com/ubuntu/
diff --git a/debian/changelog b/debian/changelog
index e0c03f5d..17bf2d88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-python-apt (0.7.9~exp2ubuntu11) jaunty; urgency=low
+python-apt (0.7.9~exp2ubuntu11) karmic; urgency=low
[ Matthias Klose ]
* Build for python2.4 as well. LP: #354812.
@@ -6,6 +6,8 @@ python-apt (0.7.9~exp2ubuntu11) jaunty; urgency=low
[ Michael vogt ]
* setup.py:
- only use sphinx for python2.5 or later
+ * data/templates/Ubuntu.info.in:
+ - updated for karmic
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 16 Apr 2009 16:50:38 +0200