File: control

package info (click to toggle)
python-support 0.8.4lenny2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 192 kB
  • ctags: 56
  • sloc: python: 515; perl: 250; sh: 22; makefile: 11
file content (21 lines) | stat: -rw-r--r-- 721 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: standard
Maintainer: Josselin Mouette <joss@debian.org>
Build-Depends: debhelper (>= 5.0.59), cdbs
Build-Depends-Indep: python (>= 2.4)
Standards-Version: 3.8.0

Package: python-support
Architecture: all
Depends: python (>= 2.4), dpkg (>= 1.14.19)
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.