~ubuntu-branches/ubuntu/natty/pyside/natty-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Didier Raboud
  • Date: 2009-08-26 11:38:40 UTC
  • Revision ID: james.westby@ubuntu.com-20090826113840-qcroeiqslgte5p7e
Tags: 0.2.3-1
* Initial release to Debian (Closes: #543636)
  - Use the Ubuntu packaging as starting point.
  - Convert to dh 7.
* debian/copyright: Update
* debian/control:
  - Change the library name to libpysidebase0.
  - Simplify Depends.
  - Set Debian Python Modules Team as Maintainer.
  - Add myself to Uploaders.
  - Add Vcs-* and Homepage fields.
  - Change binary packages names from pyside-$module to
    python-pyside.qt$module to fit with Debian Python Policy.
* debian/rules
  - Add tweaks to get multiple python versions built. It does not build on
    python 2.4, but is ready for 2.6.
  - Allow parallel build.
* debian/patches: 
  - multiple_python_versions.patch: Add
  - use_cmake_no_config.patch     : Add
  - debug_build_add_postfix.patch : Add
  - spelling_error_in_binary.patch: Add
* debian/watch: Add.
* Bump Standards to 3.8.3 - No changes needed.
* Use 3.0 (quilt) source format.

* -dbg build is disabled for now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: pyside
 
2
Section: python
 
3
Priority: optional
 
4
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
 
5
Uploaders: Didier Raboud <didier@raboud.com>
 
6
Build-Depends: debhelper (>= 7.0.50), cmake (>= 2.6.0), python-all-dev (>= 2.3.5-11), python-all-dbg (>= 2.3.5-11), libqt4-dev , libphonon-dev , libqt4-opengl-dev , boostpythongenerator (>= 0.3.3), python-support (>= 0.3.9), libboost-python-dev (>= 1.40)
 
7
Standards-Version: 3.8.3
 
8
XS-Python-Version: >= 2.5
 
9
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyside/trunk/
 
10
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pyside/?op=log
 
11
Homepage: http://www.pyside.org/
 
12
 
 
13
Package: python-pyside
 
14
Architecture: all
 
15
Depends: ${shlibs:Depends}, ${misc:Depends},
 
16
         python-pyside.phonon (>= ${binary:Version}),
 
17
         python-pyside.qtcore (>= ${binary:Version}),
 
18
         python-pyside.qtgui (>= ${binary:Version}),
 
19
         python-pyside.qthelp (>= ${binary:Version}),
 
20
         python-pyside.qtnetwork (>= ${binary:Version}),
 
21
         python-pyside.qtopengl (>= ${binary:Version}),
 
22
         python-pyside.qtscript (>= ${binary:Version}),
 
23
         python-pyside.qtsql (>= ${binary:Version}),
 
24
         python-pyside.qtsvg (>= ${binary:Version}),
 
25
         python-pyside.qtuitools (>= ${binary:Version}),
 
26
         python-pyside.qtwebkit (>= ${binary:Version}),
 
27
         python-pyside.qtxml (>= ${binary:Version})
 
28
Description: Python bindings for Qt4 (big metapackage)
 
29
 Python bindings for Qt4 framework. This is a metapackage for all modules.
 
30
 
 
31
# Package: python-pyside-dbg
 
32
# Architecture: any
 
33
# Priority: extra
 
34
# Section: debug
 
35
# Depends: ${shlibs:Depends}, ${misc:Depends},
 
36
#        python-pyside.phonon (>= ${binary:Version}) |
 
37
#        python-pyside.qtcore (>= ${binary:Version}) |
 
38
#        python-pyside.qtgui (>= ${binary:Version}) |
 
39
#        python-pyside.qthelp (>= ${binary:Version}) |
 
40
#        python-pyside.qtnetwork (>= ${binary:Version}) |
 
41
#        python-pyside.qtopengl (>= ${binary:Version}) |
 
42
#        python-pyside.qtscript (>= ${binary:Version}) |
 
43
#        python-pyside.qtsql (>= ${binary:Version}) |
 
44
#        python-pyside.qtsvg (>= ${binary:Version}) |
 
45
#        python-pyside.qtuitools (>= ${binary:Version}) |
 
46
#        python-pyside.qtwebkit (>= ${binary:Version}) |
 
47
#        python-pyside.qtxml (>= ${binary:Version}) |
 
48
#        libpysidebase0 (>= ${binary:Version})
 
49
# Description: Python bindings for Qt 4 (debug symbols)
 
50
#  Qt is a cross-platform C++ application framework. Qt's primary feature
 
51
#  is its rich set of widgets that provide standard GUI functionality.
 
52
#  .
 
53
#  This package contains the debugging symbols.
 
54
 
 
55
Package: libpysidebase0
 
56
Architecture: any
 
57
Depends: ${shlibs:Depends}, ${misc:Depends}
 
58
Description: Python bindings for Qt 4 (base files)
 
59
 Qt is a cross-platform C++ application framework. Qt's primary feature
 
60
 is its rich set of widgets that provide standard GUI functionality.
 
61
 .
 
62
 This package contains base files used by all modules.
 
63
 
 
64
Package: libpysidebase-dev
 
65
Architecture: any
 
66
Section: libdevel
 
67
Depends: ${shlibs:Depends}, ${misc:Depends}, libqt4-dev (>= 4.5.0), libboost-python-dev
 
68
Description: Python bindings for Qt 4 (development files)
 
69
 Development headers for the pysidebase library.
 
70
 
 
71
Package: python-pyside.qtcore
 
72
Architecture: any
 
73
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 
74
Provides: ${python:Provides}
 
75
Description: Qt 4 core module - Python bindings
 
76
 Qt is a cross-platform C++ application framework. Qt's primary feature
 
77
 is its rich set of widgets that provide standard GUI functionality.
 
78
 .
 
79
 This package provides Python bindings for the QtCore module.
 
80
 
 
81
Package: python-pyside.qtgui
 
82
Architecture: any
 
83
Depends: ${shlibs:Depends}, ${misc:Depends}, python-pyside.qtcore (= ${binary:Version})
 
84
Provides: ${python:Provides}
 
85
Description: Qt 4 GUI module - Python bindings
 
86
 Qt is a cross-platform C++ application framework. Qt's primary feature
 
87
 is its rich set of widgets that provide standard GUI functionality.
 
88
 .
 
89
 This package provides Python bindings for the QtGui module.
 
90
 
 
91
Package: python-pyside.qthelp
 
92
Architecture: any
 
93
Depends: ${shlibs:Depends}, ${misc:Depends}, python-pyside.qtcore (= ${binary:Version}), python-pyside.qtgui (= ${binary:Version})
 
94
Provides: ${python:Provides}
 
95
Description: Qt 4 help module - Python bindings
 
96
 Qt is a cross-platform C++ application framework. Qt's primary feature
 
97
 is its rich set of widgets that provide standard GUI functionality.
 
98
 .
 
99
 This package provides Python bindings for the QtHelp module.
 
100
 
 
101
Package: python-pyside.qtnetwork
 
102
Architecture: any
 
103
Depends: ${shlibs:Depends}, ${misc:Depends}, python-pyside.qtcore (= ${binary:Version})
 
104
Provides: ${python:Provides}
 
105
Description: Qt 4 network module - Python bindings
 
106
 Qt is a cross-platform C++ application framework. Qt's primary feature
 
107
 is its rich set of widgets that provide standard GUI functionality.
 
108
 .
 
109
 This package provides Python bindings for the QtNetwork module.
 
110
 
 
111
Package: python-pyside.qtopengl
 
112
Architecture: any
 
113
Depends: ${shlibs:Depends}, ${misc:Depends}, python-pyside.qtcore (= ${binary:Version}), python-pyside.qtgui (= ${binary:Version})
 
114
Provides: ${python:Provides}
 
115
Description: Qt 4 OpenGL module - Python bindings
 
116
 Qt is a cross-platform C++ application framework. Qt's primary feature
 
117
 is its rich set of widgets that provide standard GUI functionality.
 
118
 .
 
119
 This package provides Python bindings for the QtOpenGL module.
 
120
 .
 
121
 OpenGL is a standard API for rendering 3D graphics. OpenGL only deals with 3D
 
122
 rendering and provides little or no support for GUI programming issues.
 
123
 
 
124
Package: python-pyside.phonon
 
125
Architecture: any
 
126
Depends: ${shlibs:Depends}, ${misc:Depends}, python-pyside.qtcore (= ${binary:Version}), python-pyside.qtgui (= ${binary:Version})
 
127
Provides: ${python:Provides}
 
128
Description: Qt 4 Phonon module - Python bindings
 
129
 Qt is a cross-platform C++ application framework. Qt's primary feature
 
130
 is its rich set of widgets that provide standard GUI functionality.
 
131
 .
 
132
 This package provides Python bindings for the Phonon multimedia module.
 
133
 
 
134
Package: python-pyside.qtscript
 
135
Architecture: any
 
136
Depends: ${shlibs:Depends}, ${misc:Depends}, python-pyside.qtcore (= ${binary:Version})
 
137
Provides: ${python:Provides}
 
138
Description: Qt 4 script module - Python bindings
 
139
 Qt is a cross-platform C++ application framework. Qt's primary feature
 
140
 is its rich set of widgets that provide standard GUI functionality.
 
141
 .
 
142
 This package provides Python bindings for the QtScript and QtScriptTools
 
143
 modules.
 
144
 
 
145
Package: python-pyside.qtsql
 
146
Architecture: any
 
147
Depends: ${shlibs:Depends}, ${misc:Depends}, python-pyside.qtcore (= ${binary:Version}), python-pyside.qtgui (= ${binary:Version})
 
148
Provides: ${python:Provides}
 
149
Description: Qt 4 SQL module - Python bindings
 
150
 Qt is a cross-platform C++ application framework. Qt's primary feature
 
151
 is its rich set of widgets that provide standard GUI functionality.
 
152
 .
 
153
 This package provides Python bindings for the QtSql module.
 
154
 
 
155
Package: python-pyside.qtsvg
 
156
Architecture: any
 
157
Depends: ${shlibs:Depends}, ${misc:Depends}, python-pyside.qtcore (= ${binary:Version}), python-pyside.qtgui (= ${binary:Version})
 
158
Provides: ${python:Provides}
 
159
Description: Qt 4 SVG module - Python bindings
 
160
 Qt is a cross-platform C++ application framework. Qt's primary feature
 
161
 is its rich set of widgets that provide standard GUI functionality.
 
162
 .
 
163
 This package provides Python bindings for the QtSvg module.
 
164
 .
 
165
 Scalable Vector Graphics (SVG) is a language for describing two-dimensional
 
166
 graphics and graphical applications in XML.
 
167
 
 
168
Package: python-pyside.qtuitools
 
169
Architecture: any
 
170
Depends: ${shlibs:Depends}, ${misc:Depends}, python-pyside.qtcore (= ${binary:Version}), python-pyside.qtgui (= ${binary:Version})
 
171
Provides: ${python:Provides}
 
172
Description: Qt 4 UI tools module - Python bindings
 
173
 Qt is a cross-platform C++ application framework. Qt's primary feature
 
174
 is its rich set of widgets that provide standard GUI functionality.
 
175
 .
 
176
 This package provides Python bindings for the QtUiTools module.
 
177
 
 
178
Package: python-pyside.qtwebkit
 
179
Architecture: any
 
180
Depends: ${shlibs:Depends}, ${misc:Depends}, python-pyside.qtnetwork (= ${binary:Version}), python-pyside.qtcore (= ${binary:Version}), python-pyside.qtgui (= ${binary:Version})
 
181
Provides: ${python:Provides}
 
182
Description: Qt 4 WebKit module - Python bindings
 
183
 Qt is a cross-platform C++ application framework. Qt's primary feature
 
184
 is its rich set of widgets that provide standard GUI functionality.
 
185
 .
 
186
 This package provides Python bindings for the QtWebKit module.
 
187
 
 
188
Package: python-pyside.qtxml
 
189
Architecture: any
 
190
Depends: ${shlibs:Depends}, ${misc:Depends}, python-pyside.qtcore (= ${binary:Version})
 
191
Provides: ${python:Provides}
 
192
Description: Qt 4 XML module - Python bindings
 
193
 Qt is a cross-platform C++ application framework. Qt's primary feature
 
194
 is its rich set of widgets that provide standard GUI functionality.
 
195
 .
 
196
 This package provides Python bindings for the QtXml module.