summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2010-10-27 13:33:18 +0200
committerEmile Anclin <emile.anclin@logilab.fr>2010-10-27 13:33:18 +0200
commit3a0be8bf3d32cdd8840195dacaa2d6bf0ad30602 (patch)
treea38f2831cb46efabf4020163ddc4994d8aa28d58 /debian
parent3b2a642a2d7a438312f6d0bd30ce7a109bcac240 (diff)
downloadastroid-git-3a0be8bf3d32cdd8840195dacaa2d6bf0ad30602.tar.gz
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index d6763e60..9d80add6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-astng (0.20.4-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Emile Anclin <emile.anclin@logilab.fr> Mon, 27 Oct 2010 11:24:36 +0200
+
logilab-astng (0.20.3-1) unstable; urgency=low
* new upstream release
diff --git a/debian/control b/debian/control
index 9a9fc347..13a635b9 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/logilab-astng
Package: python-logilab-astng
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.49.0-1)
+Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.52.1-1)
XB-Python-Version: ${python:Versions}
Description: rebuild a new abstract syntax tree from Python's ast
The aim of this module is to provide a common base representation of