From 6d740ab2dee60d3fe10c563932fc62d5dd5d2057 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 4 Jul 2006 11:25:23 +0200 Subject: * SoftwareProperties/aptsources.py: - added edgy sources * debian/changelog: - prepared a new upload --- SoftwareProperties/aptsources.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'SoftwareProperties/aptsources.py') diff --git a/SoftwareProperties/aptsources.py b/SoftwareProperties/aptsources.py index 74ef2f4a..5da04b23 100644 --- a/SoftwareProperties/aptsources.py +++ b/SoftwareProperties/aptsources.py @@ -468,6 +468,27 @@ class SourceEntryMatcher: "^dapper-updates$", _("Ubuntu 6.06 LTS Updates"), ubuntu_comps, ubuntu_comps_descr)) + # edgy + self.dist_list.append(self.MatchDist(".*archive.ubuntu.com/ubuntu", + "^edgy-security$", + _("Ubuntu 6.10 Security Updates"), + ubuntu_comps, ubuntu_comps_descr)) + self.dist_list.append(self.MatchDist(".*security.ubuntu.com/ubuntu", + "^edgy-security$", + _("Ubuntu 6.10 Security Updates"), + ubuntu_comps, ubuntu_comps_descr)) + self.dist_list.append(self.MatchDist(".*archive.ubuntu.com/ubuntu", + "^edgy$", + "Ubuntu 6.10", + ubuntu_comps, ubuntu_comps_descr)) + self.dist_list.append(self.MatchDist(".*archive.ubuntu.com/ubuntu", + "^edgy-backports$", + _("Ubuntu 6.10 Backports"), + ubuntu_comps, ubuntu_comps_descr)) + self.dist_list.append(self.MatchDist(".*archive.ubuntu.com/ubuntu", + "^edgy-updates$", + _("Ubuntu 6.10 Updates"), + ubuntu_comps, ubuntu_comps_descr)) # DEBIAN -- cgit v1.2.3