[SCM] Qt Messaging Framework (QMF) packaging branch, master, updated. debian/1.0-2010w35-1-5-g3a8fcb9

Fathi Boudra fabo at alioth.debian.org
Sun Mar 6 10:02:15 UTC 2011


The following commit has been merged in the master branch:
commit 3a8fcb935ea934c84e4ba1f9d1dd29aa4fd61fac
Author: Fathi Boudra <fabo at debian.org>
Date:   Sun Mar 6 12:00:04 2011 +0200

    Pass CONFIG+=syslog to get debug messages in the syslog.
---
 debian/changelog |    1 +
 debian/rules     |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c760631..f2563fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 qmf (1.0.7~2011w08-1) UNRELEASED; urgency=low
 
   * New upstream release - upload to Sid.
+  * Pass CONFIG+=syslog to get debug messages in the syslog.
 
  -- Fathi Boudra <fabo at debian.org>  Sun, 06 Mar 2011 11:25:13 +0200
 
diff --git a/debian/rules b/debian/rules
index c07de34..d5d822a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@
 	dh $@ --parallel --list-missing --dbg-package=qmf-dbg
 
 override_dh_auto_configure:
-	dh_auto_configure -- QMF_INSTALL_ROOT=/usr
+	dh_auto_configure -- QMF_INSTALL_ROOT=/usr CONFIG+=syslog
 
 override_dh_auto_install:
 	install -D -p -m 0644 debian/qmf.sh \

-- 
Qt Messaging Framework (QMF) packaging



More information about the pkg-kde-commits mailing list