diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-03-12 18:02:00 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-03-12 18:02:00 +0100 |
| commit | 2658ad16e4dc19973ef4b853b94fea6efd9ddc00 (patch) | |
| tree | 860609e8bcb3c79e690aca4774018b328a6adfd1 /data/templates | |
| parent | ec30e020ffdcb6cf5f11fd1e761083bd9711c41c (diff) | |
| parent | 3df4fd5eeb785bc335f8b996d13b39ea69d90770 (diff) | |
| download | python-apt-2658ad16e4dc19973ef4b853b94fea6efd9ddc00.tar.gz | |
* fix in the duplicated source checking (thanks to Sebastian Heinlein)
Diffstat (limited to 'data/templates')
| -rw-r--r-- | data/templates/Ubuntu.info.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/data/templates/Ubuntu.info.in b/data/templates/Ubuntu.info.in index 56a02436..7e852dd7 100644 --- a/data/templates/Ubuntu.info.in +++ b/data/templates/Ubuntu.info.in @@ -44,12 +44,12 @@ _Description: Recommended updates Suite: feisty-proposed ParentSuite: feisty RepositoryType: deb -_Description: Proposed updates +_Description: Pre-released updates Suite: feisty-backports ParentSuite: feisty RepositoryType: deb -_Description: Backported updates +_Description: Unsupported updates Suite: edgy RepositoryType: deb @@ -95,12 +95,12 @@ _Description: Recommended updates Suite: edgy-proposed ParentSuite: edgy RepositoryType: deb -_Description: Proposed updates +_Description: Pre-released updates Suite: edgy-backports ParentSuite: edgy RepositoryType: deb -_Description: Backported updates +_Description: Unsupported updates Suite: dapper RepositoryType: deb @@ -146,12 +146,12 @@ _Description: Recommended updates Suite: dapper-proposed ParentSuite: dapper RepositoryType: deb -_Description: Proposed updates +_Description: Pre-released updates Suite: dapper-backports ParentSuite: dapper RepositoryType: deb -_Description: Backported updates +_Description: Unsupported updates Suite: breezy RepositoryType: deb |
