Package: piuparts
Version: Update default Ubuntu version
Severity: minor

The new development release of Ubuntu is "lucid", following patch
changes version returned by get_distribution() in UbuntuDefaults.


-- System Information:
Debian Release: squeeze/sid
  APT prefers karmic-updates
  APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 'karmic')
Architecture: i386 (i686)

Kernel: Linux 2.6.31-14-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: piuparts.py
===================================================================
--- piuparts.py	(revision 531)
+++ piuparts.py	(working copy)
@@ -95,7 +95,7 @@
         return [("http://archive.ubuntu.com/ubuntu";, self.get_components())]
 
     def get_distribution(self):
-        return ["gutsy"]
+        return ["lucid"]
 
 
 class DefaultsFactory:

Reply via email to