[Piuparts-commits] rev 532 - in trunk: . debian
Holger Levsen
holger at alioth.debian.org
Wed Dec 2 10:21:03 UTC 2009
Author: holger
Date: 2009-12-02 10:21:01 +0000 (Wed, 02 Dec 2009)
New Revision: 532
Modified:
trunk/debian/changelog
trunk/piuparts.py
Log:
Make "lucid" the default Ubuntu distribution (Closes: #559047), thanks to
Krzysztof Klimonda.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-11-30 18:05:50 UTC (rev 531)
+++ trunk/debian/changelog 2009-12-02 10:21:01 UTC (rev 532)
@@ -13,6 +13,8 @@
- /var/cache/man/index.db
* fix typo in -i option in manpage (Closes: #555202), thanks to James Vega
for spotting it.
+ * Make "lucid" the default Ubuntu distribution (Closes: #559047), thanks to
+ Krzysztof Klimonda.
-- Holger Levsen <holger at debian.org> Sat, 19 Sep 2009 19:17:03 +0200
Modified: trunk/piuparts.py
===================================================================
--- trunk/piuparts.py 2009-11-30 18:05:50 UTC (rev 531)
+++ trunk/piuparts.py 2009-12-02 10:21:01 UTC (rev 532)
@@ -95,7 +95,7 @@
return [("http://archive.ubuntu.com/ubuntu", self.get_components())]
def get_distribution(self):
- return ["gutsy"]
+ return ["lucid"]
class DefaultsFactory:
More information about the Piuparts-commits
mailing list