[Pkg-owncloud-commits] [owncloud-client] 02/02: Add another patch to fix their test suite

Sandro Knauß hefee-guest at moszumanska.debian.org
Fri May 13 14:22:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 5c86a06a94dfef4db152f1a98e274e4c84e4e85f
Author: Sandro Knauß <bugs at sandroknauss.de>
Date:   Fri May 13 16:20:10 2016 +0200

    Add another patch to fix their test suite
---
 debian/patches/fix_testutility.patch | 21 +++++++++++++++++++++
 debian/patches/series                |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/fix_testutility.patch b/debian/patches/fix_testutility.patch
new file mode 100644
index 0000000..6eabe28
--- /dev/null
+++ b/debian/patches/fix_testutility.patch
@@ -0,0 +1,21 @@
+Description: Make version string pass with a final version
+ Currently it needs somthing after the normal version string.
+Author: Sandro Knauß <bugs at sandroknauss.de>
+Origin: Debian
+Applied-Upstream: https://github.com/owncloud/client/pull/4835 
+Last-Update: 2016-05-13
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: owncloud-client/test/testutility.cpp
+===================================================================
+--- owncloud-client.orig/test/testutility.cpp	2016-05-13 16:07:53.724093437 +0200
++++ owncloud-client/test/testutility.cpp	2016-05-13 16:07:53.704093027 +0200
+@@ -127,7 +127,7 @@
+ 	    qDebug() << "Version of installed ownCloud Binary: " << ver;
+ 	    QVERIFY( !ver.isEmpty());
+ 
+-	    QRegExp rx( "ownCloud version \\d+\\.\\d+\\.\\d+.+" );
++	    QRegExp rx( "ownCloud version \\d+\\.\\d+\\.\\d+.*" );
+             QVERIFY( rx.exactMatch(ver));
+ 	} else {
+ 	    QVERIFY( versionOfInstalledBinary().isEmpty());
diff --git a/debian/patches/series b/debian/patches/series
index 3780def..4d2fe4c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@
 0008-make-reproducable.patch
 0009-fix-installpath-of-dolphin-plugin.patch
 use-guilesstests.patch
+fix_testutility.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list