[SCM] Packaging of KVIrc (formerly maintained in Hg) branch, master, updated. debian/4.1.3+20110929.svn5980-1

Kai Wasserbäch curan at alioth.debian.org
Thu Sep 29 14:53:13 UTC 2011


The following commit has been merged in the master branch:
commit 8b2dea209248efe7ba2fe943b58dfcf1f3c10ed1
Author: Kai Wasserbäch <curan at debian.org>
Date:   Thu Sep 29 16:26:58 2011 +0200

    debian/rules: Update dh_auto_configure flags (upstream typo).
    
    Upstream fixed a typo in a configuration variable name (now
    WANT_COEXISTENCE), updated invocation.
---
 debian/changelog |    5 ++++-
 debian/rules     |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b7db01e..3ceade0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,10 @@ kvirc (4:4.1.3+20110929.svn5980-1) UNRELEASED; urgency=low
     - Vcs-* fields updated.
     - Remove libcrypto++-dev from B-Ds, was dropped upstream.
     - Bumped B-D on debhelper to >= 8.9.4.
-  * debian/rules: Remove a now obsolete flag.
+  * debian/rules:
+    - Remove a now obsolete flag.
+    - Upstream fixed a typo in a configuration variable name (now
+      WANT_COEXISTENCE), updated invocation.
   * debian/compat: Now at 9.
   * Make KVIrc multiarch ready:
     - debian/{kvirc,libkvilib4,kvirc-modules}.install: Split out binaries
diff --git a/debian/rules b/debian/rules
index 7166c75..84761c5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ NOT_INSTALLED := \
 				usr/share/pixmaps/kvirc.png # this one is installed by a symlink
 
 override_dh_auto_configure:
-	dh_auto_configure --parallel -Skde -- -DWANT_COEXISTANCE=OFF \
+	dh_auto_configure --parallel -Skde -- -DWANT_COEXISTENCE=OFF \
 			-DWANT_ESD=OFF -DWANT_OSS=OFF \
 			-DWANT_STRIP=OFF \
 			-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" \

-- 
Packaging of KVIrc (formerly maintained in Hg)



More information about the pkg-kde-commits mailing list