[SCM] qtbase packaging branch, master, updated. debian/5.0.2+dfsg1-7-13-g6311363

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Sun Jul 7 17:08:23 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtbase.git;a=commitdiff;h=6311363

The following commit has been merged in the master branch:
commit 6311363d6bd80bb9439aeb9fb29e095bbd5ea6b9
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sun Jul 7 14:04:37 2013 -0300

    Fix typo in the -no-directfb switch.
---
 debian/changelog |    1 +
 debian/rules     |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index cbf503d..b51b445 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ qtbase-opensource-src (5.1.0+dfsg-1) UNRELEASED; urgency=low
     would be run and re-create the includes. In 5.1, perl only runs if .git is
     found and the build is done out-of-source. Thanks Pino and Thiago for the
     hints.
+  * Fix typo in -no-direcfb switch in configure.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 27 Jun 2013 14:04:21 -0300
 
diff --git a/debian/rules b/debian/rules
index 17df56d..a74fc1a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -130,7 +130,7 @@ override_dh_auto_configure:
 	            -icu \
 	            -accessibility \
 	            -compile-examples \
-	            --no-directfb \
+	            -no-directfb \
 	            $(extra_configure_opts)
 
 override_dh_auto_clean:

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list