diff options
| author | Julian Andres Klode <jak@debian.org> | 2013-10-23 19:00:42 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2013-10-23 19:00:42 +0200 |
| commit | 56c2b62ef3a90aa01d7a25950bf796d11f0d50fe (patch) | |
| tree | fd127df7b320a75b5ae818f0e262b82a424eef53 /data | |
| parent | e363423387f71fd6d6ea68b9b432019b0e91c3a3 (diff) | |
| download | python-apt-56c2b62ef3a90aa01d7a25950bf796d11f0d50fe.tar.gz | |
data/templates/Debian.info.in: Add jessie
We already have the new Ubuntu development version, but not our own
testing.
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/Debian.info.in | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/data/templates/Debian.info.in b/data/templates/Debian.info.in index 3ffe174d..59cb885c 100644 --- a/data/templates/Debian.info.in +++ b/data/templates/Debian.info.in @@ -1,5 +1,35 @@ _ChangelogURI: http://packages.debian.org/changelogs/pool/%s/%s/%s/%s_%s/changelog +Suite: jessie +RepositoryType: deb +BaseURI: http://http.us.debian.org/debian/ +MatchURI: ftp[0-9]*\.([a-z]*\.){0,1}debian\.org +MirrorsFile: Debian.mirrors +_Description: Debian 8 'jessie' +Component: main +_CompDescription: Officially supported +Component: contrib +_CompDescription: DFSG-compatible Software with Non-Free Dependencies +Component: non-free +_CompDescription: Non-DFSG-compatible Software + +Suite: jessie/updates +RepositoryType: deb +BaseURI: http://security.debian.org/ +MatchURI: security\.debian\.org +ParentSuite: jessie +_Description: Security updates + +Suite: jessie-updates +RepositoryType: deb +ParentSuite: jessie +_Description: Recommended updates + +Suite: jessie-proposed-updates +RepositoryType: deb +ParentSuite: jessie +_Description: Proposed updates + Suite: wheezy RepositoryType: deb BaseURI: http://http.us.debian.org/debian/ |
