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
commit39b33f4a57f3c10e5208bb0ee61ac4ff6c11dc2b (patch)
treec22e36b0442848486d47ea866311332c6831340b /debian
parent1bc7be9fcfea8c7a8f7b009c2afcddd9e54b3692 (diff)
downloadastroid-39b33f4a57f3c10e5208bb0ee61ac4ff6c11dc2b.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 9d80add..07752ac 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 2c0bfed..b4c21e3 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