[Python-modules-commits] r13426 - in packages/logilab-astng/trunk/debian (changelog control)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Mon Jun 14 23:05:31 UTC 2010
Date: Monday, June 14, 2010 @ 23:05:25
Author: morph
Revision: 13426
* debian/control
- fix a typo in the log description; thanks to Erik Esterer for the report
and patch; Closes: #585867
Modified:
packages/logilab-astng/trunk/debian/changelog
packages/logilab-astng/trunk/debian/control
Modified: packages/logilab-astng/trunk/debian/changelog
===================================================================
--- packages/logilab-astng/trunk/debian/changelog 2010-06-14 22:24:36 UTC (rev 13425)
+++ packages/logilab-astng/trunk/debian/changelog 2010-06-14 23:05:25 UTC (rev 13426)
@@ -1,3 +1,11 @@
+logilab-astng (0.20.1-2) UNRELEASED; urgency=low
+
+ * debian/control
+ - fix a typo in the log description; thanks to Erik Esterer for the report
+ and patch; Closes: #585867
+
+ -- Sandro Tosi <morph at debian.org> Tue, 15 Jun 2010 01:04:30 +0200
+
logilab-astng (0.20.1-1) unstable; urgency=low
* New upstream release
Modified: packages/logilab-astng/trunk/debian/control
===================================================================
--- packages/logilab-astng/trunk/debian/control 2010-06-14 22:24:36 UTC (rev 13425)
+++ packages/logilab-astng/trunk/debian/control 2010-06-14 23:05:25 UTC (rev 13426)
@@ -19,7 +19,7 @@
Python source code for projects such as pyreverse or pylint.
.
Since 0.18, it provides a compatible representation which may come
- from the `compiler` module (for Python <= 2.4) pr the `_ast` module
+ from the `compiler` module (for Python <= 2.4) or the `_ast` module
(for Python >= 2.5).
.
It rebuilds the generated tree by recursively walking down the AST
More information about the Python-modules-commits
mailing list