summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>2006-05-22 12:37:54 +0200
committerAlexandre Fayolle <alexandre.fayolle@logilab.fr>2006-05-22 12:37:54 +0200
commit7786080e07a3e75d72304dcd316e6d740b8b7386 (patch)
tree731ed1a93b91d6c9c9025ebaf26add65ccdb7a1b /debian
parent6b3ec2e5f3ed2296eec649e291e6c28a3ed50528 (diff)
downloadpylint-7786080e07a3e75d72304dcd316e6d740b8b7386.tar.gz
packaging updates
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control4
-rw-r--r--debian/rules2
3 files changed, 10 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index ee5c9c5..a17751e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pylint (0.11.0-2) unstable; urgency=low
+
+ * Updated standards to 3.7.2
+ * use debhelper 5
+
+ -- Alexandre Fayolle <afayolle@debian.org> Mon, 22 May 2006 12:13:07 +0200
+
pylint (0.11.0-1) unstable; urgency=low
* new upstream release, depending on python-astng 0.16
diff --git a/debian/control b/debian/control
index a4725ee..830c261 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: python
Priority: optional
Maintainer: Sylvain Thénault <sylvain.thenault@logilab.fr>
Uploaders: Alexandre Fayolle <afayolle@debian.org>
-Build-Depends: debhelper (>= 4.0.0), python-dev
-Standards-Version: 3.6.2
+Build-Depends: debhelper (>= 5.0.0), python-dev
+Standards-Version: 3.7.2
Package: pylint
Architecture: all
diff --git a/debian/rules b/debian/rules
index 35284a4..f6a130d 100644
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@
#export DH_VERBOSE=1
# This is the debhelper compatability version to use.
-export DH_COMPAT=4
+export DH_COMPAT=5