[Python-modules-commits] r9548 - in packages/python-qt4/trunk/debian/patches (1 file)

ncommander-guest at users.alioth.debian.org ncommander-guest at users.alioth.debian.org
Fri Aug 28 07:14:35 UTC 2009


    Date: Friday, August 28, 2009 @ 07:14:33
  Author: ncommander-guest
Revision: 9548

Delete patch I forgot to delete

Deleted:
  packages/python-qt4/trunk/debian/patches/04_widget-plugins_location.dpatch

Deleted: packages/python-qt4/trunk/debian/patches/04_widget-plugins_location.dpatch
===================================================================
--- packages/python-qt4/trunk/debian/patches/04_widget-plugins_location.dpatch	2009-08-28 07:11:47 UTC (rev 9547)
+++ packages/python-qt4/trunk/debian/patches/04_widget-plugins_location.dpatch	2009-08-28 07:14:33 UTC (rev 9548)
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 04_widget-plugins_location.dpatch by Bernd Zeimetz <bzed at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Move widget plugins to a sane place.
-
- at DPATCH@
-diff -urNad python-qt4~/pyuic/uic/objcreator.py python-qt4/pyuic/uic/objcreator.py
---- python-qt4~/pyuic/uic/objcreator.py	2008-11-08 12:55:56.000000000 +0100
-+++ python-qt4/pyuic/uic/objcreator.py	2009-04-09 01:26:57.000000000 +0200
-@@ -22,8 +22,8 @@
-         self._modules = [self._cpolicy.createQtGuiWrapper()]
- 
-         # Get the optional plugins.
--        plugindir = os.path.join(os.path.split(__file__)[0], "widget-plugins")
-+        plugindir = '/usr/share/python-qt4/widget-plugins'
- 
-         try:
-             plugins = os.listdir(plugindir)




More information about the Python-modules-commits mailing list