[SCM] csoundqt/master: Drop patches, applied upstream
fsateler at users.alioth.debian.org
fsateler at users.alioth.debian.org
Mon Sep 12 18:24:24 UTC 2016
The following commit has been merged in the master branch:
commit 8864baf3ae83cd05f8545d88ef9441614cd7f5b5
Author: Felipe Sateler <fsateler at debian.org>
Date: Mon Sep 12 12:05:42 2016 -0300
Drop patches, applied upstream
diff --git a/debian/patches/0001-fix-build-failure-when-csound-debugger-is-enabled.patch b/debian/patches/0001-fix-build-failure-when-csound-debugger-is-enabled.patch
deleted file mode 100644
index 3fcf1d5..0000000
--- a/debian/patches/0001-fix-build-failure-when-csound-debugger-is-enabled.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Felipe Sateler <fsateler at gmail.com>
-Date: Sun, 10 Jul 2016 22:28:31 -0400
-Subject: fix build failure when csound debugger is enabled
-
----
- src/csoundengine.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/csoundengine.cpp b/src/csoundengine.cpp
-index d6c9e79..086036b 100644
---- a/src/csoundengine.cpp
-+++ b/src/csoundengine.cpp
-@@ -1249,7 +1249,7 @@ void CsoundEngine::breakpointCallback(CSOUND *csound, debug_bkpt_info_t *bkpt_in
- QVariantList instance;
- instance << debug_instr_list->p1;
- instance << QString("%1 %2").arg(debug_instr_list->p2).arg(debug_instr_list->p3);
-- instance << debug_instr_list->kcounter;
-+ instance << (qulonglong)debug_instr_list->kcounter;
- cs->m_instrumentList << instance;
- debug_instr_list = debug_instr_list->next;
- }
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index b7ef835..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-fix-build-failure-when-csound-debugger-is-enabled.patch
--
csoundqt packaging
More information about the pkg-multimedia-commits
mailing list