[SCM] KTorrent library Debian packaging branch, experimental, updated. debian/2.0.1-1-18-g21c8b6e

Pino Toscano pino at moszumanska.debian.org
Fri Sep 1 07:25:40 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/libktorrent.git;a=commitdiff;h=1210cb0

The following commit has been merged in the experimental branch:
commit 1210cb05474f31d8992326d8670007995758f616
Author: Pino Toscano <pino at debian.org>
Date:   Fri Sep 1 09:17:26 2017 +0200

    disable building of unit tests
---
 debian/changelog | 3 +++
 debian/rules     | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7a1afac..8210a9a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,9 @@ libktorrent (2.1-0r1) UNRELEASED; urgency=medium
     since cmake 3.2.
   * No need to manually append CPPFLAGS to CFLAGS and CXXFLAGS, as dh 9 does
     that already.
+  * Pass -DBUILD_TESTING=OFF to disable the building of unit tests: they are
+    not executed already, and a quick test here shows that they fail (most
+    probably to the lack of networking).
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Tue, 05 Jul 2016 08:01:35 +0200
 
diff --git a/debian/rules b/debian/rules
index 9243a34..c1c66ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+override_dh_auto_configure:
+	dh_auto_configure -Skf5 -- -DBUILD_TESTING=OFF
+
 override_dh_shlibdeps:
 	dh_shlibdeps
 	dh_sameversiondep

-- 
KTorrent library Debian packaging



More information about the pkg-kde-commits mailing list