File: control

package info (click to toggle)
python-support 0.5.6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 172 kB
  • ctags: 84
  • sloc: python: 434; perl: 212; sh: 20; makefile: 11
file content (21 lines) | stat: -rw-r--r-- 699 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: python-support
Section: python
Priority: optional
Maintainer: Josselin Mouette <joss@debian.org>
Build-Depends: debhelper (>= 4.1), cdbs
Build-Depends-Indep: python (>= 2.3)
Standards-Version: 3.7.2

Package: python-support
Architecture: all
Depends: python (>= 2.3)
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.