~toolpart/+junk/pythoncard

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Mohammed Adnène Trojette
  • Date: 2006-11-12 17:52:13 UTC
  • mfrom: (2.1.5 feisty)
  • Revision ID: james.westby@ubuntu.com-20061112175213-tv8bnl6rtpa2qw1o
Tags: 0.8.1-8.1
* Non-maintainer upload.
* Fix path to findfiles, codeEditor and resourceEditor:
   + patch from Ernest ter Kuile <ernestjw@xs4all.nl>. (Closes: #397018)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: pythoncard
2
2
Section: devel
3
3
Priority: optional
4
 
Build-Depends-Indep: debhelper (>= 4.0.2), python2.3-dev
5
 
Maintainer: Kenneth J. Pronovici <pronovic@debian.org>
6
 
Standards-Version: 3.6.1
 
4
Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11)
 
5
Build-Depends-Indep: python-support (>= 0.3)
 
6
Maintainer: Ernesto Nadir Crespo Avila <ecrespo@debianvenezuela.org>
 
7
Standards-Version: 3.7.2
 
8
XS-Python-Version: all
7
9
 
8
10
Package: pythoncard
9
11
Architecture: all
10
12
Section: devel
11
 
Depends: python-pythoncard, pythoncard-tools, pythoncard-doc
 
13
Depends: python-pythoncard (= ${Source-Version}), pythoncard-tools (= ${Source-Version}), pythoncard-doc (= ${Source-Version})
12
14
Description: wxPython-based GUI construction framework (meta-package)
13
15
 PythonCard is a GUI construction framework for building cross-platform desktop
14
16
 applications on Windows, Mac OS X, and Linux, using the Python language.  It
26
28
Package: pythoncard-tools
27
29
Architecture: all
28
30
Section: devel
29
 
Depends: python-pythoncard | python2.3-pythoncard
 
31
Depends: python-pythoncard (= ${Source-Version})
 
32
Provides: ${python:Provides}
 
33
XB-Python-Version: ${python:Versions}
30
34
Description: wxPython-based GUI construction framework (optional development tools)
31
35
 PythonCard is a GUI construction framework for building cross-platform desktop
32
36
 applications on Windows, Mac OS X, and Linux, using the Python language.  It
45
49
Package: pythoncard-doc
46
50
Architecture: all
47
51
Section: doc
48
 
Depends: 
49
52
Description: wxPython-based GUI construction framework (documentation and samples)
50
53
 PythonCard is a GUI construction framework for building cross-platform desktop
51
54
 applications on Windows, Mac OS X, and Linux, using the Python language.  It
60
63
Package: python-pythoncard
61
64
Architecture: all
62
65
Section: python
63
 
Depends: python (>= 2.3), python (<< 2.4), python2.3-pythoncard
 
66
Depends: ${python:Depends}, python-wxgtk2.6
 
67
Provides: ${python:Provides}
 
68
Replaces: python2.3-pythoncard (<< 0.8.1-6)
 
69
Conflicts: python2.3-pythoncard (<< 0.8.1-6)
 
70
XB-Python-Version: ${python:Versions}
64
71
Suggests: pythoncard-tools, pythoncard-doc
65
72
Description: wxPython-based GUI construction framework (underlying Python libraries)
66
73
 PythonCard is a GUI construction framework for building cross-platform desktop
68
75
 is based on the wxPython bindings for the wxWidgets toolkit (formerly known
69
76
 as wxWindows).
70
77
 .
71
 
 This package includes the PythonCardPrototype Python package and all of its
72
 
 associated Python modules.
73
 
 .
74
 
 http://pythoncard.sourceforge.net/
75
 
 
76
 
Package: python2.3-pythoncard
77
 
Architecture: all
78
 
Section: python
79
 
Depends: python2.3, libwxgtk2.4-python (>= 2.4.1.2)
80
 
Suggests: pythoncard-tools, pythoncard-doc
81
 
Description: wxPython-based GUI construction framework (underlying Python 2.3 libraries)
82
 
 PythonCard is a GUI construction framework for building cross-platform desktop
83
 
 applications on Windows, Mac OS X, and Linux, using the Python language.  It
84
 
 is based on the wxPython bindings for the wxWidgets toolkit (formerly known
85
 
 as wxWindows).
86
 
 .
87
 
 This package includes the PythonCardPrototype Python package and all of its
88
 
 associated Python modules, and has been built for Python 2.3.
 
78
 This package includes the PythonCard Python package and all of its associated
 
79
 Python modules.
89
80
 .
90
81
 http://pythoncard.sourceforge.net/
91
82