summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsylvain thenault <sylvain.thenault@logilab.fr>2009-03-24 17:22:05 +0100
committersylvain thenault <sylvain.thenault@logilab.fr>2009-03-24 17:22:05 +0100
commit9ec5821e4a6c3552965f24a10325f3ccda12f662 (patch)
treea7d6157a20aaca3ac53ae946a3bb6f294d7c094b
parent99eb4780e94d27403a288f76edb1f9ad7246c4ca (diff)
downloadpylint-9ec5821e4a6c3552965f24a10325f3ccda12f662.tar.gz
switch to python-support for consistency w/ other logilab's packages
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog7
-rw-r--r--debian/control6
-rwxr-xr-xdebian/rules2
4 files changed, 12 insertions, 5 deletions
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 5ce36a3..a7b59a8 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -23,7 +23,7 @@ version = '.'.join([str(num) for num in numversion])
license = 'GPL'
copyright = '''Copyright (c) 2003-2009 Sylvain Thenault (thenault@gmail.com).
-Copyright (c) 2003-2008 LOGILAB S.A. (Paris, FRANCE).
+Copyright (c) 2003-2009 LOGILAB S.A. (Paris, FRANCE).
http://www.logilab.fr/ -- mailto:contact@logilab.fr'''
short_desc = "python code static checker"
diff --git a/debian/changelog b/debian/changelog
index ee1fcde..234ee8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pylint (0.17.0-2) unstable; urgency=low
+
+ * change to python-support
+ * update StandardVersion to 3.8.1
+
+ --
+
pylint (0.17.0-1) unstable; urgency=low
* new upstream release
diff --git a/debian/control b/debian/control
index e5d7d50..26979f7 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,10 @@ Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Sylvain Thénault <sylvain.thenault@logilab.fr>, Alexandre Fayolle <afayolle@debian.org>, Sandro Tosi <morph@debian.org>
Build-Depends: debhelper (>= 5.0.38), python
-Build-Depends-Indep: python-central (>=0.5.6)
-Standards-Version: 3.8.0
+Build-Depends-Indep: python-support
+Standards-Version: 3.8.1
XS-Python-Version: all
-Homepage: http://www.logilab.org/Project/name/pylint
+Homepage: http://www.logilab.org/project/pylint
Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/pylint/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pylint/trunk/
diff --git a/debian/rules b/debian/rules
index 966d91e..b1d09f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -55,7 +55,7 @@ binary-indep: build install
dh_testdir
dh_testroot
dh_install -i
- dh_pycentral -i
+ dh_pysupport -i
dh_installchangelogs -i ChangeLog
dh_installexamples -i
dh_installdocs -i