[SCM] rocs packaging branch, master, updated. debian/4.10.5-1

Maximiliano Curia maxy at alioth.debian.org
Sat Jul 13 12:45:19 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/rocs.git;a=commitdiff;h=e4c472d

The following commit has been merged in the master branch:
commit e4c472d46eb01d1cdd1b2960d9d88803c4fb149c
Author: Pino Toscano <pino at debian.org>
Date:   Fri Apr 12 18:36:35 2013 +0200

    disable build and execution of unit tests
---
 debian/changelog |    1 +
 debian/rules     |    5 +++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 70b1a78..a446a3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ rocs (4:4.10.2-0r1) UNRELEASED; urgency=low
   * Update copyright.
   * Update installed files.
   * Update lintian overrides.
+  * Disable the build and execution of unit tests for now.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 12 Apr 2013 16:50:10 +0200
 
diff --git a/debian/rules b/debian/rules
index 244905c..a5c08e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,5 +2,10 @@
 
 include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 
+override_dh_auto_configure:
+	$(overridden_command) -- -DKDE4_BUILD_TESTS=false
+
 override_dh_auto_install:
 	$(overridden_command) --destdir=debian/tmp
+
+.PHONY: override_dh_auto_test

-- 
rocs packaging



More information about the pkg-kde-commits mailing list