[SCM] Qt 4 Debian packaging branch, master, updated. debian/4.6.0-1-70-g6ae896e

Fathi Boudra fabo at alioth.debian.org
Mon Feb 15 14:09:19 UTC 2010


The following commit has been merged in the master branch:
commit 040fcf5f6bf0b68ba4ddb6a67e9e8a2f8edc4e3b
Author: Fathi Boudra <fabo at kde.org>
Date:   Mon Feb 15 15:08:36 2010 +0100

    Remove phonon development files.
---
 debian/changelog |    1 +
 debian/rules     |    7 +++++++
 2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 68e3d6e..84e6d5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -49,6 +49,7 @@ qt4-x11 (4:4.6.2-1) UNRELEASED; urgency=low
     - bump debhelper build dependency to version 0.4.13 to properly support dh
       options.
     - enable parallel build by passing --parallel option to dh.
+    - remove Phonon development files.
   * Update debian/libphonon-dev.install: Include headers have been changed.
     The only official method for including Phonon headers is <phonon/ClassName>
     or <phonon/classname.h>.
diff --git a/debian/rules b/debian/rules
index 61d908f..2a579c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -236,6 +236,13 @@ override_dh_auto_install:
 	uudecode -o debian/qt4-qtconfig/usr/share/pixmaps/qtconfig.png \
 		debian/desktop/qtconfig.png.uu
 
+	# Remove phonon development files
+	rm -f debian/tmp/usr/lib/libphonon.la
+	rm -f debian/tmp/usr/lib/libphonon.prl
+	rm -f debian/tmp/usr/lib/libphonon.so
+	rm -f debian/tmp/usr/lib/pkgconfig/phonon.pc
+	rm -rf debian/tmp/usr/include/qt4/phonon
+
 override_dh_install:
 	dh_install --list-missing --sourcedir=debian/tmp
 

-- 
Qt 4 Debian packaging



More information about the pkg-kde-commits mailing list