1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: python-support
Section: python
Priority: optional
Maintainer: Josselin Mouette <joss@debian.org>
Uploaders: Bernd Zeimetz <bzed@debian.org>, Piotr Ożarowski <piotr@debian.org>
Build-Depends: debhelper (>= 7), cdbs
Build-Depends-Indep: python (>= 2.5)
Standards-Version: 3.9.1
Vcs-Svn: svn://svn.debian.org/collab-maint/deb-maint/python-support/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/collab-maint/deb-maint/python-support/trunk
Package: python-support
Architecture: all
Depends: python (>= 2.5), dpkg (>= 1.14.19), ${misc:Depends}
Conflicts: debhelper (<< 5.0.38)
Description: automated rebuilding support for Python modules
This package contains the 'update-python-modules' script, which takes
care of byte-compilation of Python-only modules.
.
Private modules are automatically rebuilt upon major Python upgrades,
avoiding the need for strong dependencies.
.
Public modules are automatically made available for all installed
Python versions.
|