diff options
| author | Michael Vogt <egon@top> | 2005-12-12 12:55:15 +0100 |
|---|---|---|
| committer | Michael Vogt <egon@top> | 2005-12-12 12:55:15 +0100 |
| commit | 466132a0c74645ff3a1a8ebc254f0924442db9e7 (patch) | |
| tree | 85de198f95cc96942acadf6d4535383b8e5ebc55 /SoftwareProperties | |
| parent | dc831f6f6113d3fb0e723dbd1b8577196a3df6c1 (diff) | |
| download | python-apt-466132a0c74645ff3a1a8ebc254f0924442db9e7.tar.gz | |
* po/*.po:
- make update-po
* SoftwareProperties/aptsources.py:
- added dapper
* setup.py:
- added "logo.png"
Diffstat (limited to 'SoftwareProperties')
| -rw-r--r-- | SoftwareProperties/aptsources.py | 17 |
1 files changed, 17 insertions, 0 deletions
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 |
