summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulien Cristau <julien.cristau@logilab.fr>2011-11-22 10:31:55 +0100
committerJulien Cristau <julien.cristau@logilab.fr>2011-11-22 10:31:55 +0100
commit69a4c2fd7cf57b2836ca7bdc7fa62775053cc0ab (patch)
tree7132fa5642606358a25916e3c91133eeda404913 /debian
parent90b263270e224b7e11d942d40e5f173c35a8c298 (diff)
downloadastroid-69a4c2fd7cf57b2836ca7bdc7fa62775053cc0ab.tar.gz
[packaging] Tell python-support we only support python >= 2.5
Otherwise on package installation the postinst will try to byte-compile the modules for all installed python versions, possibly including 2.4.
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index bd99b7d..c33e3e9 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.
Uploaders: Sylvain Thénault <sylvain.thenault@logilab.fr>, Alexandre Fayolle <afayolle@debian.org>, Sandro Tosi <morph@debian.org>
Build-Depends: debhelper (>= 5.0.37.2), python (>= 2.5)
Build-Depends-Indep: python-support
-XS-Python-Version: all
+XS-Python-Version: >= 2.5
Standards-Version: 3.8.2
Homepage: http://www.logilab.org/project/logilab-astng
Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/logilab-astng/trunk/