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