~ubuntu-branches/debian/sid/pyro/sid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Carl Chenet, Carl Chenet, Jakub Wilk
  • Date: 2010-09-14 01:04:28 UTC
  • Revision ID: james.westby@ubuntu.com-20100914010428-02r7p1rzr7jvw94z
Tags: 1:3.9.1-2
[Carl Chenet]
* revert to 3.9.1-1 package because of the development status 
  of the 4.1 package is unsuitable for stable use
  DPMT svn #8557 revision (Closes: #589172) 
* added debian/source
* added debian/source/format
* package is now 3.0 (quilt) source format
* debian/control
  - Bump Standards-Version to 3.9.1

[Jakub Wilk]
* Add ‘XS-Python-Version: >= 2.5’ to prevent bytecompilation with python2.4
  (closes: #589053).

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
5
5
Uploaders: Bernd Zeimetz <bzed@debian.org>, Carl Chenet <chaica@ohmytux.com>
6
6
Build-Depends: debhelper (>= 7.0.50), python-all
7
 
Build-Depends-Indep: python-support (>= 0.71)
8
 
Standards-Version: 3.9.0
 
7
Build-Depends-Indep: python-support (>= 0.71), xsltproc, docbook-xsl
 
8
Standards-Version: 3.9.1
9
9
Homepage: http://pyro.sourceforge.net
10
10
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyro/trunk/
11
11
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyro/trunk/
 
12
XS-Python-Version: >= 2.5
12
13
 
13
14
Package: pyro
14
15
Architecture: all
15
16
Depends: ${python:Depends}, ${misc:Depends}
16
 
Conflicts: pyro-gui, pyro-doc
17
 
Suggests: pyro-examples
 
17
Suggests: pyro-gui, pyro-doc
18
18
Description: distributed object system for Python
19
19
 Pyro (PYthon Remote Object) is an easy to use and powerful distributed object
20
20
 system for Python. In a distributed object system, clients send requests to
26
26
  - exceptions that occur in the remote object is raised on the client too,
27
27
  - multithreaded server support to handle multiple requests simultaneously.
28
28
 .
29
 
 This package contains the core Pyro library.
 
29
 This package contains the core Pyro library and the command line tools.
30
30
 .
 
31
 Some graphical tools are available in the pyro-gui package.
 
32
 The documentation is available in the pyro-doc package.
31
33
 A lot of examples are available in the pyro-examples package.
32
34
 
 
35
Package: pyro-gui
 
36
Architecture: all
 
37
Depends: ${python:Depends}, ${misc:Depends}, pyro, python-tk, python-wxgtk2.6
 
38
Description: graphicals tool for Pyro
 
39
 Pyro (PYthon Remote Object) is an easy to use and powerful distributed object
 
40
 system for Python.
 
41
 .
 
42
 This package contains two graphical name server control tools:
 
43
  - xnsc : built on top of the Tk toolkit
 
44
  - wxnsc : build in on top of WxWindows
 
45
 
 
46
Package: pyro-doc
 
47
Architecture: all
 
48
Section: doc
 
49
Suggests: pyro
 
50
Depends: ${misc:Depends}
 
51
Description: documentation for Pyro
 
52
 Pyro (PYthon Remote Object) is an easy to use and powerful distributed object
 
53
 system for Python.
 
54
 .
 
55
 This package contains the documentation files for the pyro package.
 
56
 
33
57
Package: pyro-examples
34
58
Architecture: all
35
 
Depends: pyro (>= 4.1), ${misc:Depends}
 
59
Depends: pyro, ${misc:Depends}
36
60
Description: examples for Pyro
37
61
 Pyro (PYthon Remote Object) is an easy to use and powerful distributed object
38
62
 system for Python.