[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:12 UTC 2011


The following commit has been merged in the master branch:
commit 457585e3f1b3a38a8b3e584d9f5bc8ae1731c5dd
Author: Kai Wasserbäch <curan at debian.org>
Date:   Thu Sep 29 14:05:11 2011 +0200

    Remove Crypto++ support.
    
    * debian/control: Remove libcrypto++-dev from B-Ds, was dropped upstream.
    * debian/rules: Remove a now obsolete flag.
---
 debian/changelog |    5 ++++-
 debian/control   |    3 +--
 debian/rules     |    2 +-
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b03a13d..0da5113 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,10 @@ kvirc (4:4.1.3+20110929.svn5980-1) UNRELEASED; urgency=low
   The "Balance of Power" release.
 
   * Synced to upstream's SVN revision 5980.
-  * debian/control: Vcs-* fields updated.
+  * debian/control:
+    - Vcs-* fields updated.
+    - Remove libcrypto++-dev from B-Ds, was dropped upstream.
+  * debian/rules: Remove a now obsolete flag.
 
  -- Kai Wasserbäch <curan at debian.org>  Thu, 29 Sep 2011 13:54:39 +0200
 
diff --git a/debian/control b/debian/control
index 6cc957f..ebef051 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,7 @@
 Source: kvirc
 Build-Depends: debhelper (>= 8), cmake, kdelibs5-dev, libperl-dev,
  pkg-kde-tools, zlib1g-dev, libx11-dev, libxrender-dev, libssl-dev,
- libqt4-dev, libcrypto++-dev, pkg-config, libxss-dev, python-dev,
- libqtwebkit-dev
+ libqt4-dev, pkg-config, libxss-dev, python-dev, libqtwebkit-dev
 Section: net
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
diff --git a/debian/rules b/debian/rules
index 18ed219..86ec42c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ NOT_INSTALLED := \
 override_dh_auto_configure:
 	dh_auto_configure --parallel -Skde -- -DWANT_COEXISTANCE=OFF \
 			-DWANT_ESD=OFF -DWANT_OSS=OFF \
-			-DWANT_CRYPTOPP=YES -DWANT_STRIP=OFF \
+			-DWANT_STRIP=OFF \
 			-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" \
 			-DCMAKE_MODULE_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" \
 			-DCMAKE_EXE_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" \

-- 
Packaging of KVIrc (formerly maintained in Hg)



More information about the pkg-kde-commits mailing list