From 466132a0c74645ff3a1a8ebc254f0924442db9e7 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 12 Dec 2005 12:55:15 +0100 Subject: * po/*.po: - make update-po * SoftwareProperties/aptsources.py: - added dapper * setup.py: - added "logo.png" --- SoftwareProperties/aptsources.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'SoftwareProperties') diff --git a/SoftwareProperties/aptsources.py b/SoftwareProperties/aptsources.py index a18ab4f3..3e8d522e 100644 --- a/SoftwareProperties/aptsources.py +++ b/SoftwareProperties/aptsources.py @@ -399,6 +399,23 @@ class SourceEntryMatcher: "^breezy-updates$", _("Ubuntu 5.10 Updates"), ubuntu_comps, ubuntu_comps_descr)) + # dapper + self.dist_list.append(self.MatchDist(".*archive.ubuntu.com/ubuntu", + "^dapper-security$", + _("Ubuntu 6.04 Security Updates"), + ubuntu_comps, ubuntu_comps_descr)) + self.dist_list.append(self.MatchDist(".*security.ubuntu.com/ubuntu", + "^dapper-security$", + _("Ubuntu 6.04 Security Updates"), + ubuntu_comps, ubuntu_comps_descr)) + self.dist_list.append(self.MatchDist(".*archive.ubuntu.com/ubuntu", + "^dapper$", + "Ubuntu 6.04 \"Dapper Drake\"", + ubuntu_comps, ubuntu_comps_descr)) + self.dist_list.append(self.MatchDist(".*archive.ubuntu.com/ubuntu", + "^dapper-updates$", + _("Ubuntu 6.04 Updates"), + ubuntu_comps, ubuntu_comps_descr)) # DEBIAN -- cgit v1.2.3