[SCM] csoundqt/master: debian/patches/qhash-type.patch: Add missing QHash include. Closes: #803757

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Sat Nov 7 00:40:26 UTC 2015


The following commit has been merged in the master branch:
commit 24c4b4f0eb80619dc5330a9ee2cb4d97fda655c8
Author: Felipe Sateler <fsateler at debian.org>
Date:   Fri Nov 6 21:31:06 2015 -0300

    debian/patches/qhash-type.patch: Add missing QHash include. Closes: #803757

diff --git a/debian/changelog b/debian/changelog
index c29ae80..c58915c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 csoundqt (0.9.1-1) UNRELEASED; urgency=medium
 
   * New upstream version
+  * debian/patches/qhash-type.patch: Add missing QHash include.
+    Closes: #803757
 
  -- Felipe Sateler <fsateler at debian.org>  Fri, 06 Nov 2015 21:16:47 -0300
 
diff --git a/debian/patches/qhash-type.patch b/debian/patches/qhash-type.patch
new file mode 100644
index 0000000..f3ff1fd
--- /dev/null
+++ b/debian/patches/qhash-type.patch
@@ -0,0 +1,14 @@
+Description: configlists.h: Add missing QHash include
+Author: Felipe Sateler <fsateler at debian.org>
+Bug: https://github.com/mantaraya36/CsoundQt/pull/192
+Bug-Debian: https://bugs.debian.org/803757
+--- a/src/configlists.h
++++ b/src/configlists.h
+@@ -25,6 +25,7 @@
+ 
+ #include <QStringList>
+ #include <QPair>
++#include <QHash>
+ 
+ typedef struct CSOUND_ CSOUND;
+ 
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..d141c6d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+qhash-type.patch

-- 
csoundqt packaging



More information about the pkg-multimedia-commits mailing list