[SCM] KTorrent Debian packaging. branch, master, updated. debian/4.2.0-1

Modestas Vainius modax at alioth.debian.org
Sun Mar 11 15:34:31 UTC 2012


The following commit has been merged in the master branch:
commit d3c113ac6086f70e190299545489650a2148c0d6
Author: Modestas Vainius <modax at debian.org>
Date:   Sat Mar 10 22:48:45 2012 +0200

    Enable kio-magnet (pass -DENABLE_KIO_MAGNET=1 to cmake).
---
 debian/changelog |    1 +
 debian/rules     |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 34c2f3c..9ba3450 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ ktorrent (4.2.0-1) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.9.3: no changes needed.
   * Require libktorrent 1.2.0 to build.
   * Build depend on debhelper 9 as lintian insists.
+  * Enable kio-magnet (pass -DENABLE_KIO_MAGNET=1 to cmake).
 
  -- Modestas Vainius <modax at debian.org>  Sat, 10 Mar 2012 20:56:22 +0200
 
diff --git a/debian/rules b/debian/rules
index 7e40d2e..ce5a449 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,8 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -Skde -- -DCMAKE_USE_RELATIVE_PATHS=ON \
-	                           -DWITH_SYSTEM_GEOIP:BOOL=ON
+	                           -DWITH_SYSTEM_GEOIP:BOOL=ON \
+	                           -DENABLE_KIO_MAGNET=1
 %:
 	dh $@ --parallel --dbg-package=ktorrent-dbg --with kde
 

-- 
KTorrent Debian packaging.



More information about the pkg-kde-commits mailing list