diff options
| author | Julian Andres Klode <jak@debian.org> | 2012-06-25 14:33:29 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2012-06-25 14:33:29 +0200 |
| commit | fc369093bbefbd319f8713877026df9bedd48f6a (patch) | |
| tree | dc5108ecdb64a29cb000839b19d769feaa3b4f44 /data | |
| parent | d31dd887ff33a5b4ff7e266576560571d739bf0c (diff) | |
| download | python-apt-fc369093bbefbd319f8713877026df9bedd48f6a.tar.gz | |
* data/templates/Debian.info.in:
- Add wheezy
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 b9f70940..21b07608 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: wheezy +RepositoryType: deb +BaseURI: http://http.us.debian.org/debian/ +MatchURI: ftp[0-9]*\.([a-z]*\.){0,1}debian\.org +MirrorsFile: Debian.mirrors +_Description: Debian 7.0 'Wheezy' +Component: main +_CompDescription: Officially supported +Component: contrib +_CompDescription: DFSG-compatible Software with Non-Free Dependencies +Component: non-free +_CompDescription: Non-DFSG-compatible Software + +Suite: wheezy-proposed-updates +RepositoryType: deb +ParentSuite: wheezy +_Description: Proposed updates + +Suite: wheezy/updates +RepositoryType: deb +BaseURI: http://security.debian.org/ +MatchURI: security\.debian\.org +ParentSuite: wheezy +_Description: Security updates + Suite: squeeze RepositoryType: deb BaseURI: http://http.us.debian.org/debian/ |
