summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2010-11-15 14:13:13 +0100
committerEmile Anclin <emile.anclin@logilab.fr>2010-11-15 14:13:13 +0100
commit29922c39dbdcf3ac1ddfaf204e6730758e5d87e1 (patch)
tree700f739c52f9f6abe2581475e70b4d4860bbb6e1 /debian
parent2976a31a05f6738e0440885531e1a527cd2b807d (diff)
downloadastroid-git-29922c39dbdcf3ac1ddfaf204e6730758e5d87e1.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 9d80add6..07752ac5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-astng (0.21.0-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Émile Anclin <emile.anclin@logilab.fr> Mon, 15 Nov 2010 15:43:29 +0100
+
logilab-astng (0.20.4-1) unstable; urgency=low
* new upstream release
diff --git a/debian/control b/debian/control
index 2c0bfedc..b4c21e39 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.52.1-1)
+Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.53.0-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