[SCM] QJson library packaging branch, master, updated. debian/0.8.1-1-9-gc3131c6

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Sun Jun 16 17:34:55 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/krap/qjson.git;a=commitdiff;h=eb66dd6

The following commit has been merged in the master branch:
commit eb66dd60b508e974a2159bd22af42b15ba0ffdc3
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sun Jun 16 14:30:11 2013 -0300

    Build against Qt4.
    
    Not needed, but doesn't hurts.
---
 debian/changelog |    2 ++
 debian/rules     |    1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a6be786..5005219 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ qjson (0.8.1-2) UNRELEASED; urgency=low
   * Fix missing M-A qualification of the debug package.
   * Update amd64 symbols.
   * Fail if we are not shipping some files.
+  * Be sure to build against Qt4 by exporting QT_SELECT. Not really needed,
+    but doesn't hurts.
 
  -- Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>  Thu, 29 Nov 2012 13:38:25 -0300
 
diff --git a/debian/rules b/debian/rules
index 3c14c0c..0c753b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,7 @@
 
 export DEB_CXXFLAGS_MAINT_APPEND = -fvisibility=hidden \
         -fvisibility-inlines-hidden
+export QT_SELECT := qt4
 
 %:
 	dh $@ --dbg-package=libqjson-dbg \

-- 
QJson library packaging



More information about the pkg-kde-commits mailing list