diff options
author | Fathi Boudra <fabo@debian.org> | 2008-04-04 21:55:29 +0000 |
---|---|---|
committer | Fathi Boudra <fabo@debian.org> | 2008-04-04 21:55:29 +0000 |
commit | d411d2657ab5896da34658fcf3299c9d9507bde5 (patch) | |
tree | 451957822f2a22f2077f9635e7dad1e74e95bc65 | |
parent | c6bd591dd98aba5004a478e6fc6504053a002cf2 (diff) | |
download | qt4-x11-d411d2657ab5896da34658fcf3299c9d9507bde5.tar.gz |
* Update configure options:
* Replace -qdbus by -dbus-linked.
* Add -svg.
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/libqt4-dev.lintian | 2 | ||||
-rwxr-xr-x | debian/rules | 3 |
3 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 7519b97..d75e173 100644 --- a/debian/changelog +++ b/debian/changelog @@ -49,6 +49,9 @@ qt4-x11 (4.4.0~rc1-1) unstable; urgency=low (Closes: #473348) * Add patch to fix unaligned access that cause a bus error on hppa. Thanks to Bernhard R. Link. (Closes: #458133) + * Update configure options: + * Replace -qdbus by -dbus-linked. + * Add -svg. -- Fathi Boudra <fabo@debian.org> Fri, 04 Apr 2008 10:42:06 +0200 diff --git a/debian/libqt4-dev.lintian b/debian/libqt4-dev.lintian index b7956a2..3e83aa2 100644 --- a/debian/libqt4-dev.lintian +++ b/debian/libqt4-dev.lintian @@ -1 +1 @@ -libqt4-dev: package-contains-empty-directory usr/share/qt4/doc/html/
\ No newline at end of file +libqt4-dev: package-contains-empty-directory usr/share/qt4/doc/html/ diff --git a/debian/rules b/debian/rules index ab6b4d3..50d7984 100755 --- a/debian/rules +++ b/debian/rules @@ -89,9 +89,10 @@ config.status: -lfontconfig \ -cups \ -exceptions \ - -qdbus \ + -dbus-linked \ -pch \ -no-phonon \ + -svg \ -webkit \ -xmlpatterns \ $(EXTRA_CONFIGURE_OPTS) |