summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-08-03 22:45:23 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2007-08-03 22:45:23 +0200
commit85dfe52dafa21397eaa0355f1486d9c27deea963 (patch)
treea5fdedd9a48797da852896d94cd12a75e4b26797
parent04b38410e88705c26f191ca654cb89ab91c866ad (diff)
parent3538cecfed48b351ed3f18ba60f8f18731cc4740 (diff)
* doc/examples/sources.list:
- change example source to gutsy
-rw-r--r--debian/changelog7
-rw-r--r--doc/examples/sources.list12
-rw-r--r--test/fake-status16
3 files changed, 29 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 1e9511875..a1b1d0bb0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+apt (0.7.6ubuntu2) gutsy; urgency=low
+
+ * doc/examples/sources.list:
+ - change example source to gutsy
+
+ --
+
apt (0.7.6ubuntu1) gutsy; urgency=low
* apt-inst/contrib/extracttar.cc:
diff --git a/doc/examples/sources.list b/doc/examples/sources.list
index a958899ae..b93306724 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 dapper main restricted
-deb-src http://us.archive.ubuntu.com/ubuntu dapper main restricted
+deb http://us.archive.ubuntu.com/ubuntu gutsy main restricted
+deb-src http://us.archive.ubuntu.com/ubuntu gutsy main restricted
-deb http://security.ubuntu.com/ubuntu dapper-security main restricted
-deb-src http://security.ubuntu.com/ubuntu dapper-security 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://us.archive.ubuntu.com/ubuntu dapper-updates main restricted
-deb-src http://us.archive.ubuntu.com/ubuntu dapper-updates 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
diff --git a/test/fake-status b/test/fake-status
new file mode 100644
index 000000000..e1f5c1f36
--- /dev/null
+++ b/test/fake-status
@@ -0,0 +1,16 @@
+Package: libglib2.0-0
+Status: install ok installed
+Priority: optional
+Section: libs
+Installed-Size: 1376
+Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
+Architecture: amd64
+Source: glib2.0
+Version: 2.13.7-1ubuntu1
+Description: The GLib library of C routines
+ GLib is a library containing many useful C routines for things such
+ as trees, hashes, lists, and strings. It is a useful general-purpose
+ C library used by projects such as GTK+, GIMP, and GNOME.
+ .
+ This package contains the shared libraries.
+Original-Maintainer: Loic Minier <lool@dooz.org>