summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--doc/examples/sources.list12
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