diff options
| -rw-r--r-- | data/templates/Debian.info.in | 25 | ||||
| -rw-r--r-- | debian/changelog | 4 |
2 files changed, 28 insertions, 1 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/ diff --git a/debian/changelog b/debian/changelog index 7867919a..10d40aba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ -python-apt (0.7.10.4) UNRELEASED; urgency=low +python-apt (0.7.10.4) unstable; urgency=low [ Michael Vogt ] * data/templates/Ubuntu.info.in: - updated for the new ubuntu karmic version + * data/templates/Debian.info.in: + - add squeeze [ Otavio Salvador ] * utils/get_debian_mirrors.py: updated to support current mirror page. |
