[SCM] QCA2 library packaging branch, master, updated. debian/2.0.2-1-17-gb6b3613

Felix Geyer debfx-guest at alioth.debian.org
Sun May 29 20:35:33 UTC 2011


The following commit has been merged in the master branch:
commit 2c35a5c95b0704118ac5ff89570fef2e9c9f76c1
Author: Felix Geyer <debfx-pkg at fobos.de>
Date:   Sun May 29 22:32:14 2011 +0200

    Disable broken unit test that fails if two subsequent random numbers are the same.
    
    Add disable_randomunittest.diff
---
 debian/changelog                           |    3 +++
 debian/patches/disable_randomunittest.diff |   16 ++++++++++++++++
 debian/patches/series                      |    1 +
 3 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 327f015..fc356b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,9 @@ qca2 (2.0.3-1) UNRELEASED; urgency=low
   * libqca2-dbg: recommend libqt4-dbg.
   * Build with -fvisibility=hidden -fvisibility-inlines-hidden.
     - Add define_qca_export.diff to define QCA_EXPORT as Q_DECL_EXPORT.
+  * Disable broken unit test that fails if two subsequent random numbers are
+    the same.
+    - Add disable_randomunittest.diff
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 29 May 2011 17:30:46 +0200
 
diff --git a/debian/patches/disable_randomunittest.diff b/debian/patches/disable_randomunittest.diff
new file mode 100644
index 0000000..f7f2366
--- /dev/null
+++ b/debian/patches/disable_randomunittest.diff
@@ -0,0 +1,16 @@
+Description: Disable broken unit test that fails if two subsequent
+ random numbers are the same.
+Author: Felix Geyer <debfx-pkg at fobos.de>
+
+diff -Nur qca2-2.0.3.orig/unittest/checkall qca2-2.0.3/unittest/checkall
+--- qca2-2.0.3.orig/unittest/checkall
++++ qca2-2.0.3/unittest/checkall
+@@ -20,7 +20,7 @@
+ cd pgpunittest && make test && cd .. && \
+ cd pipeunittest && make test && cd .. && \
+ cd pkits && make test && cd .. && \
+-cd randomunittest && make test && cd .. && \
++#cd randomunittest && make test && cd .. && \
+ cd rsaunittest && make test && cd .. && \
+ cd securearrayunittest && make test && cd .. && \
+ cd staticunittest && make test && cd .. && \
diff --git a/debian/patches/series b/debian/patches/series
index 0437354..784f168 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 define_qca_export.diff
+disable_randomunittest.diff

-- 
QCA2 library packaging



More information about the pkg-kde-commits mailing list