[SCM] Konversation packaging for Debian branch, master, updated. master/1.2-alpha6-1-9-g697fd2e

Modestas Vainius modax-guest at alioth.debian.org
Mon Sep 21 16:36:59 UTC 2009


The following commit has been merged in the master branch:
commit 80b34eaf198416deaf75fea996fee13bce8d3796
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Mon Sep 21 18:06:14 2009 +0300

    Build with -DCMAKE_USE_RELATIVE_PATHS=ON.
---
 debian/changelog |    1 +
 debian/rules     |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e76c985..14aabd2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ konversation (1.2~beta1-0r1) UNRELEASED; urgency=low
   * Use kde addon in debian/rules. Adjust build dependencies accordingly.
   * Bump Standards-Version to 3.8.3, no changes needed.
   * Refresh patches.
+  * Build with -DCMAKE_USE_RELATIVE_PATHS=ON.
 
  -- Modestas Vainius <modestas at vainius.eu>  Mon, 21 Sep 2009 17:37:28 +0300
 
diff --git a/debian/rules b/debian/rules
index 9c38d52..3a530d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,9 @@ TG_BRANCHES := $(filter-out debian/aboutdata_add_debian_version,$(shell tg summa
 include /usr/share/topgit/tg2quilt.mk
 endif
 
+override_dh_auto_configure:
+	dh_auto_configure -Skde -- -DCMAKE_USE_RELATIVE_PATHS=ON
+
 override_dh_install:
 	dh_install
 	# Install scripts README (and rename)

-- 
Konversation packaging for Debian



More information about the pkg-kde-commits mailing list