[Python-modules-commits] r14572 - in packages/pyside/trunk/debian (2 files)
odyx-guest at users.alioth.debian.org
odyx-guest at users.alioth.debian.org
Tue Oct 12 10:27:46 UTC 2010
Date: Tuesday, October 12, 2010 @ 10:27:42
Author: odyx-guest
Revision: 14572
Add the QtDeclarative package.
Added:
packages/pyside/trunk/debian/python-pyside.qtdeclarative.install
Modified:
packages/pyside/trunk/debian/control
Modified: packages/pyside/trunk/debian/control
===================================================================
--- packages/pyside/trunk/debian/control 2010-10-12 10:27:30 UTC (rev 14571)
+++ packages/pyside/trunk/debian/control 2010-10-12 10:27:42 UTC (rev 14572)
@@ -26,6 +26,7 @@
Depends: ${shlibs:Depends}, ${misc:Depends},
python-pyside.phonon (>= ${binary:Version}),
python-pyside.qtcore (>= ${binary:Version}),
+ python-pyside.qtdeclarative (>= ${binary:Version}),
python-pyside.qtgui (>= ${binary:Version}),
python-pyside.qthelp (>= ${binary:Version}),
python-pyside.qtnetwork (>= ${binary:Version}),
@@ -50,6 +51,7 @@
shiboken-dbg (>= 0.3.2-2),
python-pyside.phonon (>= ${binary:Version}) |
python-pyside.qtcore (>= ${binary:Version}) |
+ python-pyside.qtdeclarative (>= ${binary:Version}) |
python-pyside.qtgui (>= ${binary:Version}) |
python-pyside.qthelp (>= ${binary:Version}) |
python-pyside.qtnetwork (>= ${binary:Version}) |
@@ -98,6 +100,16 @@
.
This package provides Python bindings for the QtCore module.
+Package: python-pyside.qtdeclarative
+Architecture: any
+Depends: ${pycmakedeps:Depends}, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Provides: ${python:Provides}
+Description: Qt 4 Declarative module - Python bindings
+ Qt is a cross-platform C++ application framework. Qt's primary feature
+ is its rich set of widgets that provide standard GUI functionality.
+ .
+ This package provides Python bindings for the QtDeclarative module.
+
Package: python-pyside.qtgui
Architecture: any
Depends: ${pycmakedeps:Depends}, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Added: packages/pyside/trunk/debian/python-pyside.qtdeclarative.install
===================================================================
--- packages/pyside/trunk/debian/python-pyside.qtdeclarative.install (rev 0)
+++ packages/pyside/trunk/debian/python-pyside.qtdeclarative.install 2010-10-12 10:27:42 UTC (rev 14572)
@@ -0,0 +1 @@
+usr/lib/python*/*-packages/PySide/QtDeclarative.so
More information about the Python-modules-commits
mailing list