summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules7
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