[Python-modules-commits] r18456 - in packages/python-qt4/trunk/debian (4 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Wed Sep 7 15:50:53 UTC 2011


    Date: Wednesday, September 7, 2011 @ 15:50:52
  Author: kitterman
Revision: 18456

Add new python3*.install files to svn.

Added:
  packages/python-qt4/trunk/debian/python3-qt4-phonon.install
  packages/python-qt4/trunk/debian/python3-qt4-sql.install
  packages/python-qt4/trunk/debian/python3-qt4.install
Deleted:
  packages/python-qt4/trunk/debian/patches/fix_uiparser_buttonbox.diff

Deleted: packages/python-qt4/trunk/debian/patches/fix_uiparser_buttonbox.diff
===================================================================
--- packages/python-qt4/trunk/debian/patches/fix_uiparser_buttonbox.diff	2011-09-07 15:49:47 UTC (rev 18455)
+++ packages/python-qt4/trunk/debian/patches/fix_uiparser_buttonbox.diff	2011-09-07 15:50:52 UTC (rev 18456)
@@ -1,20 +0,0 @@
-Index: python-qt4-4.8.3/pyuic/uic/uiparser.py
-===================================================================
---- python-qt4-4.8.3.orig/pyuic/uic/uiparser.py	2011-01-23 10:08:28.000000000 +0000
-+++ python-qt4-4.8.3/pyuic/uic/uiparser.py	2011-02-07 15:13:39.038141245 +0000
-@@ -228,7 +228,14 @@
-         elif isinstance(widget, QtGui.QAbstractButton):
-             bg_i18n = self.wprops.getAttribute(elem, "buttonGroup")
-             if bg_i18n is not None:
--                bg_name = bg_i18n.string
-+                # This should be handled properly in case the problem arises
-+                # elsewhere as well.
-+                try:
-+                    # We are compiling the .ui file.
-+                    bg_name = bg_i18n.string
-+                except AttributeError:
-+                    # We are loading the .ui file.
-+                    bg_name = bg_i18n
- 
-                 for bg in self.button_groups:
-                     if bg.objectName() == bg_name:

Added: packages/python-qt4/trunk/debian/python3-qt4-phonon.install
===================================================================
--- packages/python-qt4/trunk/debian/python3-qt4-phonon.install	                        (rev 0)
+++ packages/python-qt4/trunk/debian/python3-qt4-phonon.install	2011-09-07 15:50:52 UTC (rev 18456)
@@ -0,0 +1 @@
+usr/lib/python3*/*-packages/PyQt4/phonon.so

Added: packages/python-qt4/trunk/debian/python3-qt4-sql.install
===================================================================
--- packages/python-qt4/trunk/debian/python3-qt4-sql.install	                        (rev 0)
+++ packages/python-qt4/trunk/debian/python3-qt4-sql.install	2011-09-07 15:50:52 UTC (rev 18456)
@@ -0,0 +1 @@
+usr/lib/python3*/*-packages/PyQt4/QtSql.so

Added: packages/python-qt4/trunk/debian/python3-qt4.install
===================================================================
--- packages/python-qt4/trunk/debian/python3-qt4.install	                        (rev 0)
+++ packages/python-qt4/trunk/debian/python3-qt4.install	2011-09-07 15:50:52 UTC (rev 18456)
@@ -0,0 +1,19 @@
+usr/lib/python3*/*-packages/PyQt4/Qt.so
+usr/lib/python3*/*-packages/PyQt4/QtAssistant.so
+usr/lib/python3*/*-packages/PyQt4/QtCore.so
+usr/lib/python3*/*-packages/PyQt4/QtDeclarative.so
+usr/lib/python3*/*-packages/PyQt4/QtDesigner.so
+usr/lib/python3*/*-packages/PyQt4/QtGui.so
+usr/lib/python3*/*-packages/PyQt4/QtHelp.so
+usr/lib/python3*/*-packages/PyQt4/QtNetwork.so
+usr/lib/python3*/*-packages/PyQt4/QtScript.so
+usr/lib/python3*/*-packages/PyQt4/QtScriptTools.so
+usr/lib/python3*/*-packages/PyQt4/QtSvg.so
+usr/lib/python3*/*-packages/PyQt4/QtTest.so
+usr/lib/python3*/*-packages/PyQt4/QtWebKit.so
+usr/lib/python3*/*-packages/PyQt4/QtXml.so
+usr/lib/python3*/*-packages/PyQt4/QtXmlPatterns.so
+usr/lib/python3*/*-packages/PyQt4/__init__.py
+usr/lib/python3*/*-packages/PyQt4/pyqtconfig.py
+usr/lib/python3*/*-packages/PyQt4/uic/*
+#usr/lib/qt4/*




More information about the Python-modules-commits mailing list