[debian-edu-commits] debian-edu/pkg-team/ 01/01: Tag patches with Bug-Debian and Forwarded
Javier Serrano Polo
jasp00-guest at moszumanska.debian.org
Sat Apr 30 23:51:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
jasp00-guest pushed a commit to branch master
in repository lmms.
commit 9c51f79b7cab6910738757c90fe52d397bf77a10
Author: Javier Serrano Polo <javier at jasp.net>
Date: Sat Apr 30 16:50:21 2016 +0200
Tag patches with Bug-Debian and Forwarded
---
debian/patches/find-vst_base.patch | 2 ++
debian/patches/gcc6.patch | 2 ++
debian/patches/switch-pulse.patch | 2 ++
debian/patches/sync-socket.patch | 2 ++
debian/patches/useless-deps.patch | 1 +
debian/patches/vst-no-wine.patch | 2 ++
debian/patches/wine-buildflags.patch | 1 +
debian/patches/wine-runpath.patch | 2 ++
debian/patches/zynaddsubfx-libs.patch | 1 +
debian/source/include-binaries | 5 +++--
10 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/debian/patches/find-vst_base.patch b/debian/patches/find-vst_base.patch
index 49b2d98..388f3ee 100644
--- a/debian/patches/find-vst_base.patch
+++ b/debian/patches/find-vst_base.patch
@@ -3,6 +3,8 @@ Description: Find vstbase library at runtime
../vst_base, which is relative to the invocation directory. The patch sets the
RUNPATH entry.
Author: Javier Serrano Polo <javier at jasp.net>
+Bug-Debian: https://bugs.debian.org/763720
+Forwarded: https://github.com/LMMS/lmms/pull/2732
Index: lmms-1.1.3/plugins/CMakeLists.txt
===================================================================
diff --git a/debian/patches/gcc6.patch b/debian/patches/gcc6.patch
index 27ad6d6..f2e8599 100644
--- a/debian/patches/gcc6.patch
+++ b/debian/patches/gcc6.patch
@@ -2,6 +2,8 @@ Description: Fixed build problems with GCC 6
Most problems are about code formatting. The problem in modules_limit.cpp is
about type promotion.
Author: Javier Serrano Polo <javier at jasp.net>
+Bug-Debian: https://bugs.debian.org/811697
+Forwarded: https://github.com/LMMS/lmms/pull/2747
Index: lmms-1.1.3/include/versioninfo.h
===================================================================
diff --git a/debian/patches/switch-pulse.patch b/debian/patches/switch-pulse.patch
index 4048d5b..4d604a6 100644
--- a/debian/patches/switch-pulse.patch
+++ b/debian/patches/switch-pulse.patch
@@ -2,6 +2,8 @@ Description: Switch to PulseAudio back end on likely ALSA interception
If pulse.conf exists, it is likely that there will be an interception. The back
end next to ALSA is selected, which is PulseAudio.
Author: Javier Serrano Polo <javier at jasp.net>
+Bug-Debian: https://bugs.debian.org/781479
+Forwarded: https://github.com/LMMS/lmms/pull/2743
Index: lmms-1.1.3/src/core/Mixer.cpp
===================================================================
diff --git a/debian/patches/sync-socket.patch b/debian/patches/sync-socket.patch
index 86c644c..35b05dc 100644
--- a/debian/patches/sync-socket.patch
+++ b/debian/patches/sync-socket.patch
@@ -2,6 +2,8 @@ Description: Synchronize with remote plugins using local sockets
VST plugins are i386 code and an i386 remote plugin is needed. Previous
implementation used semaphores; communication with amd64 hosts did not work.
Author: Javier Serrano Polo <javier at jasp.net>
+Bug-Debian: https://bugs.debian.org/763720
+Forwarded: https://github.com/LMMS/lmms/pull/2739
Index: lmms-1.1.3/include/RemotePlugin.h
===================================================================
diff --git a/debian/patches/useless-deps.patch b/debian/patches/useless-deps.patch
index c7cd1cb..21831bd 100644
--- a/debian/patches/useless-deps.patch
+++ b/debian/patches/useless-deps.patch
@@ -3,6 +3,7 @@ Description: Removed useless dependencies
lmms-vst-server still depends on libgcc_s; -static-libgcc could be used, but
this might break in the future.
Author: Javier Serrano Polo <javier at jasp.net>
+Forwarded: https://github.com/LMMS/lmms/pull/2749
Index: lmms-1.1.3/plugins/LadspaEffect/swh/CMakeLists.txt
===================================================================
diff --git a/debian/patches/vst-no-wine.patch b/debian/patches/vst-no-wine.patch
index fd5e84a..cce4528 100644
--- a/debian/patches/vst-no-wine.patch
+++ b/debian/patches/vst-no-wine.patch
@@ -2,6 +2,8 @@ Description: Compile VST plugins without Wine
This configuration is meant for non-i386 architectures to use the i386
RemoteVstPlugin.
Author: Javier Serrano Polo <javier at jasp.net>
+Bug-Debian: https://bugs.debian.org/763720
+Forwarded: https://github.com/LMMS/lmms/pull/2735
Index: lmms-1.1.3/CMakeLists.txt
===================================================================
diff --git a/debian/patches/wine-buildflags.patch b/debian/patches/wine-buildflags.patch
index c81f653..76a0368 100644
--- a/debian/patches/wine-buildflags.patch
+++ b/debian/patches/wine-buildflags.patch
@@ -3,6 +3,7 @@ Description: Pass build flags to wineg++
debugging information and some warnings. Omitting the frame pointer in
optimization does not work.
Author: Javier Serrano Polo <javier at jasp.net>
+Forwarded: https://github.com/LMMS/lmms/pull/2746
Index: lmms-1.1.3/CMakeLists.txt
===================================================================
diff --git a/debian/patches/wine-runpath.patch b/debian/patches/wine-runpath.patch
index 3ba6574..7b98cdf 100644
--- a/debian/patches/wine-runpath.patch
+++ b/debian/patches/wine-runpath.patch
@@ -2,6 +2,8 @@ Description: Define RUNPATH to find wine library
Debian does not ship the wine library in a directory expected by the dynamic
linker. WINE_CXX_FLAGS allows to set RUNPATH information.
Author: Javier Serrano Polo <javier at jasp.net>
+Bug-Debian: https://bugs.debian.org/763720
+Forwarded: https://github.com/LMMS/lmms/pull/2746
Index: lmms-1.1.3/plugins/vst_base/CMakeLists.txt
===================================================================
diff --git a/debian/patches/zynaddsubfx-libs.patch b/debian/patches/zynaddsubfx-libs.patch
index 3120bd1..854aa7d 100644
--- a/debian/patches/zynaddsubfx-libs.patch
+++ b/debian/patches/zynaddsubfx-libs.patch
@@ -2,6 +2,7 @@ Description: Fixed ZynAddSubFxCore library issues
This patch removes the SONAME from libZynAddSubFxCore.so, becoming a module
like the other plugins. RUNPATH information is set for depending objects.
Author: Javier Serrano Polo <javier at jasp.net>
+Forwarded: https://github.com/LMMS/lmms/pull/2748
Index: lmms-1.1.3/plugins/zynaddsubfx/CMakeLists.txt
===================================================================
diff --git a/debian/source/include-binaries b/debian/source/include-binaries
index 16cb67d..82389de 100644
--- a/debian/source/include-binaries
+++ b/debian/source/include-binaries
@@ -1,3 +1,4 @@
-# Bug #802588
-# Applied-Upstream: Release following 1.1.90
+# Bug-Debian: https://bugs.debian.org/802588
+# Forwarded: https://github.com/LMMS/lmms/pull/2734
+# Applied-Upstream: 1.1.91
data/samples/misc/metalish_dong01.ogg
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/lmms.git
More information about the debian-edu-commits
mailing list