]> git.saurik.com Git - apt.git/commitdiff
* doc/examples/sources.list:
authorMichael Vogt <michael.vogt@ubuntu.com>
Fri, 3 Aug 2007 20:45:23 +0000 (22:45 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Fri, 3 Aug 2007 20:45:23 +0000 (22:45 +0200)
  - change example source to gutsy

debian/changelog
doc/examples/sources.list
test/fake-status [new file with mode: 0644]

index 1e951187577a9c429bb0760e0aed1bda97fc13ad..a1b1d0bb05759f8f10c2167b700b604932adecaf 100644 (file)
@@ -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:
index a958899ae1c6db6813896917dfc676d7e82a6fe4..b93306724dbd2c0d82e443d1472019389f080467 100644 (file)
@@ -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 (file)
index 0000000..e1f5c1f
--- /dev/null
@@ -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>