diff options
| author | Emile Anclin <emile.anclin@logilab.fr> | 2010-11-15 14:13:13 +0100 |
|---|---|---|
| committer | Emile Anclin <emile.anclin@logilab.fr> | 2010-11-15 14:13:13 +0100 |
| commit | 29922c39dbdcf3ac1ddfaf204e6730758e5d87e1 (patch) | |
| tree | 700f739c52f9f6abe2581475e70b4d4860bbb6e1 /debian | |
| parent | 2976a31a05f6738e0440885531e1a527cd2b807d (diff) | |
| download | astroid-git-29922c39dbdcf3ac1ddfaf204e6730758e5d87e1.tar.gz | |
prepare 0.21.0logilab-astng-version-0.21.0
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 2 |
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 |
