[SCM] ark packaging branch, kubuntu_stable, updated. ubuntu/4%15.08.2-0ubuntu1-18-g08fbcf3

Kubuntu CI (Harald Sitter) kubuntu-ci-guest at moszumanska.debian.org
Wed Jan 6 12:18:42 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ark.git;a=commitdiff;h=08fbcf3

The following commit has been merged in the kubuntu_stable branch:
commit 08fbcf349f77ca0e1be406b069bf9be984851a6c
Author: Philip Muškovac <yofel at gmx.net>
Date:   Wed Jan 6 13:15:29 2016 +0100

    Disable tests at build-time
---
 debian/changelog | 5 +++++
 debian/rules     | 3 +++
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 42c4446..4a415bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,12 @@
 ark (4:15.12.0-0ubuntu1) UNRELEASED; urgency=medium
 
+  [ Clive Johnston ]
   * New upstream release
 
+  [ Philip Muškovac ]
+  * Disable tests at build-time as they don't work without an installed copy
+    of ark.
+
  -- Clive Johnston <clivejo at aol.com>  Sat, 02 Jan 2016 13:23:32 +0000
 
 ark (4:15.08.2-0ubuntu1) wily; urgency=medium
diff --git a/debian/rules b/debian/rules
index 205c6e2..eeeb215 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,6 @@ include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
 override_dh_strip:
 	$(overridden_command) --dbg-package=ark-dbg
 
+override_dh_auto_test:
+	# disable the tests as they require an installed copy of ark
+	:

-- 
ark packaging



More information about the pkg-kde-commits mailing list