diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-03-04 15:09:22 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-03-04 15:09:22 +0100 |
commit | c0f9395216139ddecbcc62cee748a7aea016cbca (patch) | |
tree | 764e038c669c18b3b7f61d3b682fb01297240150 | |
parent | f1fc56f1e1f36441043471736dca96f8b0f08dbf (diff) |
* doc/example/sources.list:
- updated for hardy (LP: #195879)
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | doc/examples/sources.list | 12 |
2 files changed, 8 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 664a86884..21d2b4f70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ apt (0.7.9ubuntu13) hardy; urgency=low [ Michael Vogt ] * doc/apt_preferences.5.xml: - fix typo (LP: #150900) + * doc/example/sources.list: + - updated for hardy (LP: #195879) -- diff --git a/doc/examples/sources.list b/doc/examples/sources.list index b93306724..cc0fd2b8d 100644 --- a/doc/examples/sources.list +++ b/doc/examples/sources.list @@ -1,11 +1,11 @@ # See sources.list(5) for more information, especialy # Remember that you can only use http, ftp or file URIs # CDROMs are managed through the apt-cdrom tool. -deb http://us.archive.ubuntu.com/ubuntu gutsy main restricted -deb-src http://us.archive.ubuntu.com/ubuntu gutsy main restricted +deb http://us.archive.ubuntu.com/ubuntu hardy main restricted +deb-src http://us.archive.ubuntu.com/ubuntu hardy main restricted -deb http://security.ubuntu.com/ubuntu gutsy-security main restricted -deb-src http://security.ubuntu.com/ubuntu gutsy-security main restricted +deb http://security.ubuntu.com/ubuntu hardy-security main restricted +deb-src http://security.ubuntu.com/ubuntu hardy-security main restricted -deb http://us.archive.ubuntu.com/ubuntu gutsy-updates main restricted -deb-src http://us.archive.ubuntu.com/ubuntu gutsy-updates main restricted +deb http://us.archive.ubuntu.com/ubuntu hardy-updates main restricted +deb-src http://us.archive.ubuntu.com/ubuntu hardy-updates main restricted |