summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fabo@debian.org>2009-05-04 13:27:26 +0000
committerFathi Boudra <fabo@debian.org>2009-05-04 13:27:26 +0000
commit914ca2d4a38264b41260fd2922505e6bf01f0118 (patch)
treed22837a4ae04b1a12fa560fb99ef97faba081aff
parent9c086c7cc97594309867e83dfed8abea84f462b6 (diff)
downloadqt4-x11-914ca2d4a38264b41260fd2922505e6bf01f0118.tar.gz
Upload to unstable.debian/4.5.1-2
-rw-r--r--debian/TODO.Debian24
-rw-r--r--debian/changelog2
2 files changed, 25 insertions, 1 deletions
diff --git a/debian/TODO.Debian b/debian/TODO.Debian
index bc6e55c..87cd5c7 100644
--- a/debian/TODO.Debian
+++ b/debian/TODO.Debian
@@ -4,6 +4,30 @@
* Use pkgkde-symbolshelper. Add pkg-kde-tools (>= 0.3.1) b-d.
* what to do with phonon and webkit ?
- webkit links against phonon.
+
+< Riddell> fabo: so it seems to be easy enough to move phonon to build from qt
+ and have the phonon package just compile the backends
+< Riddell> they get installed to /usr/lib/kde4/plugins though so I don't know
+ if that should be /usr/lib/qt4/plugins
+< Riddell> but the main problem is package versioning, phonon has an epoch, qt
+ doesn't
+< Riddell> we could just add phonon to libqtcore4
+< Riddell> otherwise come up with a new package name like libphonon-qt4
+ libphonon-qt-dev
+< Riddell> (or add an epoch to qt but that's not pretty)
+< Riddell> oh and qt seems to install the headers into both
+ /usr/include/qt4/phonon and /usr/include/qt4/Qt which is a bit strange
+< Riddell> can't add to libqtcore4, it depends on lots of core things
+< Riddell> lots of non-core things rather
+< Riddell> maybe call it libqt4-phonon
+< ScottK> Riddell: I'm not sure what we want to do, but I'm sure add an epoch
+ where Debian hasn't isn't it.
+< Riddell> ScottK: yep, I just mention it for completeness
+< Riddell> fabo: for phonon I just commented out #add_subdirectory(phonon) in
+ CMakeLists.txt and it comiles fine against the phonon installed from qt
+< Riddell> and for qt I just copied over the libphonon4 libphonon-dev entries
+ in debian/control and adjusted the .install files
+
* TT changed the build key generation and added backwards compatibility.
We need to re-add 07_trust_dpkg-arch_over_uname-m.diff patch for our
backward compatibility *and* figure out what to do with the new build key
diff --git a/debian/changelog b/debian/changelog
index 964da84..2082b0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-qt4-x11 (4.5.1-2) UNRELEASED; urgency=low
+qt4-x11 (4.5.1-2) unstable; urgency=low
+++ Changes by Fathi Boudra: