[SCM] Qt 4 packaging branch, master, updated. debian/4.8.4+dfsg-4-34-g59fec40

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Tue Jul 2 21:23:10 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qt4-x11.git;a=commitdiff;h=59fec40

The following commit has been merged in the master branch:
commit 59fec40dafb7c8d8ddbc60e8919d07265361a602
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Tue Jul 2 18:22:37 2013 -0300

    Fix path of the gstreamer phonon backend.
---
 debian/rules |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 0b67a02..4271bb0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -322,7 +322,7 @@ override_dh_auto_install:
 	rm -f debian/tmp/usr/lib/*/pkgconfig/phonon.pc
 	rm -rf debian/tmp/usr/include/qt4/phonon
 	# And the gstreamer backend.
-	rm -f usr/lib/$(DEB_HOST_MULTIARCH)/qt4/plugins/phonon_backend/libphonon_gstreamer.so
+	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt4/plugins/phonon_backend/libphonon_gstreamer.so
 
 	# Add a configuration for qtchooser
 	mkdir -p $(CURDIR)/debian/tmp/usr/share/qtchooser

-- 
Qt 4 packaging



More information about the pkg-kde-commits mailing list