1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: pyside-tools
Priority: optional
Section: python
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Didier Raboud <odyx@debian.org>
Build-Depends: debhelper (>= 7.0.50~),
cmake (>= 2.6.0),
libqt4-dev (>= 4:4.7.0),
python-all (>= 2.6.6-3~),
pkg-config,
libshiboken-dev (>= 1.2.1-2~),
xvfb, xauth,
libpyside-dev (>= 1.0.6),
python-pyside.qtcore (>= 1.0.6),
python-pyside.qtgui (>= 1.0.6)
Standards-Version: 3.9.3
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pyside-tools/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pyside-tools/trunk/
Homepage: http://www.pyside.org/
X-Python-Version: >= 2.6
Package: pyside-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-pyside.qtcore (>= 1.0.6)
Recommends: python-pyside (>= 1.0.6)
Description: development tools for PySide (uic, rcc, lupdate)
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
PySide ships Python bindings for the Qt4 framework. This package ships
the following accompanying tools:
* pyside-rcc - PySide resource compiler
* pyside-uic - Python User Interface Compiler for PySide
* pyside-lupdate - update Qt Linguist translation files for PySide
|