[SCM] Qt 4 Debian packaging branch, master, updated. debian/4.5.3-2-3-gf46f9ee

Fathi Boudra fabo at alioth.debian.org
Mon Oct 12 08:47:06 UTC 2009


The following commit has been merged in the master branch:
commit f46f9ee5e38aeefa4bd12b4e515b1f8e8f60ab28
Author: Fathi Boudra <fabo at debian.org>
Date:   Mon Oct 12 10:45:43 2009 +0200

    Upload to unstable
    Add -verbose configure option
    Comment complexpong and ping files (debug also).
    They're not built when using -no-fast. It's an upstream bug.
---
 debian/changelog             |    2 +-
 debian/qt4-demos-dbg.install |    4 ++--
 debian/rules                 |    1 +
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1372f8d..8836fef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-qt4-x11 (4:4.5.3-3) UNRELEASED; urgency=low
+qt4-x11 (4:4.5.3-3) unstable; urgency=low
 
   * Remove -fast configure option. Qt configure has -no-fast as default value
     and will generate Makefiles for all project files, including bootstrap.
diff --git a/debian/qt4-demos-dbg.install b/debian/qt4-demos-dbg.install
index 82de139..e33d9c0 100644
--- a/debian/qt4-demos-dbg.install
+++ b/debian/qt4-demos-dbg.install
@@ -19,9 +19,9 @@ usr/lib/qt4/demos/undo/undo.debug
 usr/lib/qt4/examples/assistant/simpletextviewer/simpletextviewer.debug
 usr/lib/qt4/examples/dbus/chat/dbus-chat.debug
 usr/lib/qt4/examples/dbus/complexpingpong/complexping.debug
-usr/lib/qt4/examples/dbus/complexpingpong/complexpong.debug
+# known bug when using -no-fast usr/lib/qt4/examples/dbus/complexpingpong/complexpong.debug
 usr/lib/qt4/examples/dbus/listnames/listnames.debug
-usr/lib/qt4/examples/dbus/pingpong/ping.debug
+# known bug when using -no-fast usr/lib/qt4/examples/dbus/pingpong/ping.debug
 usr/lib/qt4/examples/dbus/pingpong/pong.debug
 usr/lib/qt4/examples/dbus/remotecontrolledcar/car/car.debug
 usr/lib/qt4/examples/dbus/remotecontrolledcar/controller/controller.debug
diff --git a/debian/rules b/debian/rules
index 2e218ff..e178acf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -136,6 +136,7 @@ endif
 	            -system-libpng \
 	            -system-libjpeg \
 	            -no-rpath \
+	            -verbose \
 	            -optimized-qmake \
 	            -dbus \
 	            -gtkstyle \

-- 
Qt 4 Debian packaging



More information about the pkg-kde-commits mailing list