[SCM] PyKDE4 packaging branch, master, updated. debian/4.6.80-3-3-g1bfb44b

Modestas Vainius modax at alioth.debian.org
Fri Jul 29 22:12:52 UTC 2011


The following commit has been merged in the master branch:
commit 1bfb44bbdb1082952365acd7ce77182fdf1b4617
Author: Modestas Vainius <modax at debian.org>
Date:   Sat Jul 30 01:11:22 2011 +0300

    Remove a hack for python-qt4 python-support.
    
    This basically reverts commit 453fd5ddb8b713615730d9045fbdae7bb698477c.
---
 debian/changelog |    1 +
 debian/rules     |    6 ------
 2 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ba8837d..c608a2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 pykde4 (4:4.6.80-4) UNRELEASED; urgency=low
 
   * Bump python-qt4 dependencies to 4.8.3-3~ (dh_python2 based).
+  * Remove a hack for python-qt4 python-support.
 
  -- Modestas Vainius <modax at debian.org>  Sat, 30 Jul 2011 01:05:50 +0300
 
diff --git a/debian/rules b/debian/rules
index 90ea905..90db410 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,12 +27,6 @@ override_dh_auto_build override_dh_auto_install override_dh_auto_test override_d
 override_dh_python2:
 	$(overridden_command)
 	dh_sip -ppython-kde4
-	# Create python-support compatibility symlinks
-	set -e; for f in debian/python-kde4/usr/lib/python*/*-packages/PyQt4/uic/*.py \
-	         debian/python-kde4/usr/lib/python*/*-packages/PyQt4/uic/widget-plugins/*.py; do \
-	    d="`echo $$f | sed 's,usr/lib/\(python[^/]\+\)/dist-packages,usr/lib/pymodules/,'`"; \
-	    mkdir -p "`dirname "$$d"`"; ln -s $${f#debian/python-kde4} $$d; \
-	done
 
 override_dh_strip:
 	$(overridden_command) --dbg-package=python-kde4-dbg

-- 
PyKDE4 packaging



More information about the pkg-kde-commits mailing list