diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-07-25 18:15:20 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-07-25 18:15:20 +0200 |
| commit | c7817830a12a7136e8e8c28ae433595c56a004d5 (patch) | |
| tree | 305a9d90bf830d9abe858f2029fda5787444985a | |
| parent | 5d8dd13ab3d1e6845a061a4d5b871dda87ab4753 (diff) | |
| download | python-apt-c7817830a12a7136e8e8c28ae433595c56a004d5.tar.gz | |
* data/templates/Debian.info.in:
- add 'lenny' template info
| -rw-r--r-- | data/templates/Debian.info.in | 23 | ||||
| -rw-r--r-- | debian/changelog | 7 |
2 files changed, 30 insertions, 0 deletions
diff --git a/data/templates/Debian.info.in b/data/templates/Debian.info.in index b635de19..c3ce7fd7 100644 --- a/data/templates/Debian.info.in +++ b/data/templates/Debian.info.in @@ -1,5 +1,28 @@ _ChangelogURI: http://packages.debian.org/changelogs/pool/%s/%s/%s/%s_%s/changelog +Suite: lenny +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.0 'Lenny' +Component: main +_CompDescription: Officially supported +Component: contrib +_CompDescription: DFSG-compatible Software with Non-Free Dependencies +Component: non-free +_CompDescription: Non-DFSG-compatible Software + +Suite: lenny-proposed-updates +RepositoryType: deb +ParentSuite: lenny +_Description: Proposed updates + +Suite: lenny/updates +RepositoryType: deb +ParentSuite: lenny +_Description: Security updates + Suite: etch RepositoryType: deb BaseURI: http://http.us.debian.org/debian/ diff --git a/debian/changelog b/debian/changelog index a3792386..49673d48 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-apt (0.7.7.1) unstable; urgency=low + + * data/templates/Debian.info.in: + - add 'lenny' template info + + -- Michael Vogt <mvo@debian.org> Fri, 25 Jul 2008 18:13:53 +0200 + python-apt (0.7.7) unstable; urgency=low [ Emanuele Rocca ] |
