diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-06-08 15:54:10 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-06-08 15:54:10 +0200 |
| commit | c2ada55886cd33d7c4c41d3ac467aa5b0c6b4e69 (patch) | |
| tree | 18b8691ed82de792d0fcec66898ac58e6868439d /data | |
| parent | 3138a6d82e92e26c7eddc6bf531c9d7426865762 (diff) | |
| download | python-apt-c2ada55886cd33d7c4c41d3ac467aa5b0c6b4e69.tar.gz | |
releasing version 0.7.10.4
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/Debian.info.in | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/data/templates/Debian.info.in b/data/templates/Debian.info.in index 5f4486d5..e80f0f6c 100644 --- a/data/templates/Debian.info.in +++ b/data/templates/Debian.info.in @@ -1,5 +1,30 @@ _ChangelogURI: http://packages.debian.org/changelogs/pool/%s/%s/%s/%s_%s/changelog +Suite: squeeze +RepositoryType: deb +BaseURI: http://http.us.debian.org/debian/ +MatchURI: ftp[0-9]*\.[a-z]\.debian\.org +MirrorsFile: /usr/share/python-apt/templates/Debian.mirrors +_Description: Debian 5.1 'Squeeze' +Component: main +_CompDescription: Officially supported +Component: contrib +_CompDescription: DFSG-compatible Software with Non-Free Dependencies +Component: non-free +_CompDescription: Non-DFSG-compatible Software + +Suite: squeeze-proposed-updates +RepositoryType: deb +ParentSuite: squeeze +_Description: Proposed updates + +Suite: squeeze/updates +RepositoryType: deb +BaseURI: http://security.debian.org/ +MatchURI: security\.debian\.org +ParentSuite: squeeze +_Description: Security updates + Suite: lenny RepositoryType: deb BaseURI: http://http.us.debian.org/debian/ |
