summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2014-04-18 15:41:38 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2014-04-18 15:41:38 +0200
commite3bfb0bd308be0bea85a0cc0b987a179daecb983 (patch)
treecae213ad0a0cc3fbeeed1f790b68631bac1113b3 /debian
parent8ae7a22ad67a416068068850c95f0f98e35e6072 (diff)
downloadpylint-e3bfb0bd308be0bea85a0cc0b987a179daecb983.tar.gz
pylint 1.1
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 f9d42f2..c52023c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pylint (1.2.0-0) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Fri, 18 Apr 2014 15:32:32 +0200
+
pylint (1.1.0-1) unstable; urgency=low
* new upstream release
diff --git a/debian/control b/debian/control
index 313445a..442737d 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Architecture: all
Depends: ${python:Depends},
${misc:Depends},
python-logilab-common (>= 0.53.0),
- python-astroid (>= 1.0.1)
+ python-astroid (>= 1.1)
Suggests: python-tk
XB-Python-Version: ${python:Versions}
Description: python code static checker and UML diagram generator