diff options
author | Fathi Boudra <fabo@debian.org> | 2009-10-12 10:45:43 +0200 |
---|---|---|
committer | Fathi Boudra <fabo@debian.org> | 2009-10-12 10:45:43 +0200 |
commit | f46f9ee5e38aeefa4bd12b4e515b1f8e8f60ab28 (patch) | |
tree | 499d78bec33f53f7dfa2d82495e7e27628e1a482 | |
parent | 2cf93a9e2373e4d1e3b16e5da9fc6ea84bc3fdf8 (diff) | |
download | qt4-x11-f46f9ee5e38aeefa4bd12b4e515b1f8e8f60ab28.tar.gz |
Upload to unstabledebian/4.5.3-3
Add -verbose configure option
Comment complexpong and ping files (debug also).
They're not built when using -no-fast. It's an upstream bug.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/qt4-demos-dbg.install | 4 | ||||
-rwxr-xr-x | 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 \ |