[SCM] KTorrent Debian packaging. branch, master, updated. master/3.2.3.1+dfsg.1-1-12-gd2d3d2c

Modestas Vainius modax-guest at alioth.debian.org
Sun Sep 27 15:52:57 UTC 2009


The following commit has been merged in the master branch:
commit 8f0ba683820245e716d54c3938c8375fb8614c69
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Sun Sep 27 16:05:38 2009 +0300

    Fix passing of flags to cmake.
---
 debian/rules |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 3c90562..fdd9569 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,5 @@
 #!/usr/bin/make -f
 
-DEB_CMAKE_CUSTOM_FLAGS += -DCMAKE_USE_RELATIVE_PATHS=ON \
-                          -DWITH_SYSTEM_GEOIP:BOOL=ON \
-                          -DWITH_BUILTIN_COUNTRY_FLAGS:BOOL=OFF
 #DEB_KDE_LINK_WITH_AS_NEEDED := yes
 
 ifneq (,$(shell which tg))
@@ -10,6 +7,9 @@ QUILT_PATCH_DIR := debian/patches
 include /usr/share/topgit/tg2quilt.mk
 endif
 
+override_dh_auto_configure:
+	dh_auto_configure -Skde -- -DCMAKE_USE_RELATIVE_PATHS=ON \
+	                           -DWITH_SYSTEM_GEOIP:BOOL=ON -DWITH_BUILTIN_COUNTRY_FLAGS:BOOL=OFF
 %:
 	dh --dbg-package=ktorrent-dbg --with kde,quilt $@
 

-- 
KTorrent Debian packaging.



More information about the pkg-kde-commits mailing list