[Python-modules-commits] r21322 - in packages/pyside/trunk/debian (4 files)

odyx at users.alioth.debian.org odyx at users.alioth.debian.org
Fri Apr 20 17:55:47 UTC 2012


    Date: Friday, April 20, 2012 @ 17:55:46
  Author: odyx
Revision: 21322

Update Build relationships to shiboken 1.1.1; drop generatorrunner.

Signed-off-by: Didier Raboud <odyx at debian.org>

Modified:
  packages/pyside/trunk/debian/control
  packages/pyside/trunk/debian/control.dbg-packages
  packages/pyside/trunk/debian/control.in
  packages/pyside/trunk/debian/rules

Modified: packages/pyside/trunk/debian/control
===================================================================
--- packages/pyside/trunk/debian/control	2012-04-20 17:14:44 UTC (rev 21321)
+++ packages/pyside/trunk/debian/control	2012-04-20 17:55:46 UTC (rev 21322)
@@ -8,8 +8,7 @@
  python3-all-dev,
  phonon-backend-gstreamer,
  libqt4-dev (>= 4:4.7.0), libphonon-dev, libqt4-opengl-dev (>= 4:4.7.0), libqtwebkit-dev,
- shiboken (>= 1.1.0), libshiboken-dev (>= 1.1.0),
- generatorrunner (>= 0.6.16), libgenrunner-dev (>= 0.6.16),
+ shiboken (>= 1.1.1), libshiboken-dev (>= 1.1.1),
  libqt4-sql-sqlite (>= 4:4.7.0), xvfb, xauth, libgl1-mesa-dri
 # Various Build-Depends are needed for success of the testsuite:
 # libqt4-sql-sqlite is needed because we need one sql driver.

Modified: packages/pyside/trunk/debian/control.dbg-packages
===================================================================
--- packages/pyside/trunk/debian/control.dbg-packages	2012-04-20 17:14:44 UTC (rev 21321)
+++ packages/pyside/trunk/debian/control.dbg-packages	2012-04-20 17:55:46 UTC (rev 21322)
@@ -4,7 +4,7 @@
 Section: debug
 Pre-Depends: dpkg (>= 1.15.6)
 Depends: ${shlibs:Depends}, ${misc:Depends},
-  shiboken-dbg (>= 1.1.0),
+  shiboken-dbg (>= 1.1.1),
   python-pyside.phonon (>= ${binary:Version}) |
   python-pyside.qtcore (>= ${binary:Version}) |
   python-pyside.qtdeclarative (>= ${binary:Version}) |
@@ -32,7 +32,7 @@
 Section: debug
 Pre-Depends: dpkg (>= 1.15.6)
 Depends: ${shlibs:Depends}, ${misc:Depends},
-  shiboken-dbg (>= 1.1.0),
+  shiboken-dbg (>= 1.1.1),
   python3-pyside.phonon (>= ${binary:Version}) |
   python3-pyside.qtcore (>= ${binary:Version}) |
   python3-pyside.qtdeclarative (>= ${binary:Version}) |

Modified: packages/pyside/trunk/debian/control.in
===================================================================
--- packages/pyside/trunk/debian/control.in	2012-04-20 17:14:44 UTC (rev 21321)
+++ packages/pyside/trunk/debian/control.in	2012-04-20 17:55:46 UTC (rev 21322)
@@ -8,8 +8,7 @@
  python3-all-dev,
  phonon-backend-gstreamer,
  libqt4-dev (>= 4:4.7.0), libphonon-dev, libqt4-opengl-dev (>= 4:4.7.0), libqtwebkit-dev,
- shiboken (>= 1.1.0), libshiboken-dev (>= 1.1.0),
- generatorrunner (>= 0.6.16), libgenrunner-dev (>= 0.6.16),
+ shiboken (>= 1.1.1), libshiboken-dev (>= 1.1.1),
  libqt4-sql-sqlite (>= 4:4.7.0), xvfb, xauth, libgl1-mesa-dri
 # Various Build-Depends are needed for success of the testsuite:
 # libqt4-sql-sqlite is needed because we need one sql driver.

Modified: packages/pyside/trunk/debian/rules
===================================================================
--- packages/pyside/trunk/debian/rules	2012-04-20 17:14:44 UTC (rev 21321)
+++ packages/pyside/trunk/debian/rules	2012-04-20 17:55:46 UTC (rev 21322)
@@ -18,7 +18,7 @@
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS)))
-	BD_DEBUG           = python-all-dbg (2.6.6-3), python3-all-dbg, shiboken-dbg (>= 1.1.0),
+	BD_DEBUG           = python-all-dbg (>= 2.6.6-3~), python3-all-dbg, shiboken-dbg (>= 1.1.1),
 endif
 
 ifneq (,$(filter python-pyside-dbg,$(shell dh_listpackages)))




More information about the Python-modules-commits mailing list