diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-10-27 15:06:21 -0400 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-10-27 15:06:21 -0400 |
| commit | a66d0dd04944fd7ee695413d8db23f787615ec6a (patch) | |
| tree | 0ec673e7ade9d2a4e7a6893aaac400bfcb2d1e42 | |
| parent | b1c9874c3957368fddaecebba17d1fb2491c32b4 (diff) | |
| download | python-apt-a66d0dd04944fd7ee695413d8db23f787615ec6a.tar.gz | |
* add hardy to the ubuntu sources.list template
| -rw-r--r-- | data/templates/Ubuntu.info.in | 52 | ||||
| -rw-r--r-- | debian/changelog | 6 |
2 files changed, 58 insertions, 0 deletions
diff --git a/data/templates/Ubuntu.info.in b/data/templates/Ubuntu.info.in index 0f1a795f..47ab53de 100644 --- a/data/templates/Ubuntu.info.in +++ b/data/templates/Ubuntu.info.in @@ -1,5 +1,57 @@ _ChangelogURI: http://changelogs.ubuntu.com/changelogs/pool/%s/%s/%s/%s_%s/changelog +Suite: hardy +RepositoryType: deb +BaseURI: http://archive.ubuntu.com/ubuntu/ +MatchURI: archive.ubuntu.com/ubuntu +MirrorsFile: /usr/share/python-apt/templates/Ubuntu.mirrors +_Description: Ubuntu 8.04 'Hardy Heron' +Component: main +_CompDescription: Officially supported +_CompDescriptionLong: Canonical-supported Open Source software +Component: universe +_CompDescription: Community-maintained +_CompDescriptionLong: Community-maintained Open Source software +Component: restricted +_CompDescription: Non-free drivers +_CompDescriptionLong: Proprietary drivers for devices +Component: multiverse +_CompDescription: Restricted software +_CompDescriptionLong: Software restricted by copyright or legal issues + +Suite: hardy +MatchName: .* +BaseURI: cdrom:\[Ubuntu.*8.04 +_Description: Cdrom with Ubuntu 8.04 'Hardy Heron' +Available: False +Component: main +_CompDescription: Officially supported +Component: restricted +_CompDescription: Restricted copyright + +Suite: hardy-security +ParentSuite: hardy +RepositoryType: deb +BaseURI: http://security.ubuntu.com/ubuntu/ +MatchURI: archive.ubuntu.com/ubuntu|security.ubuntu.com +_Description: Important security updates + +Suite: hardy-updates +ParentSuite: hardy +RepositoryType: deb +_Description: Recommended updates + +Suite: hardy-proposed +ParentSuite: hardy +RepositoryType: deb +_Description: Pre-released updates + +Suite: hardy-backports +ParentSuite: hardy +RepositoryType: deb +_Description: Unsupported updates + + Suite: gutsy RepositoryType: deb BaseURI: http://archive.ubuntu.com/ubuntu/ diff --git a/debian/changelog b/debian/changelog index 2f832f10..4967022d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-apt (0.7.3.1ubuntu5) hardy; urgency=low + + * add hardy to the ubuntu sources.list template + + -- Michael Vogt <michael.vogt@ubuntu.com> Sat, 27 Oct 2007 15:03:18 -0400 + python-apt (0.7.3.1ubuntu4) gutsy; urgency=low * pre-depend on gutsy version pycentral, this ensures that we get a |
