[SCM] rtmidi/master: Drop useless patches.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Jun 22 14:19:27 UTC 2016


The following commit has been merged in the master branch:
commit 5470896c43df44329c7a12583949bd5ea89b49c1
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Jun 22 16:07:10 2016 +0200

    Drop useless patches.

diff --git a/debian/patches/0002-ppc64_support.patch b/debian/patches/0002-ppc64_support.patch
deleted file mode 100644
index 62b83d1..0000000
--- a/debian/patches/0002-ppc64_support.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Description: add powerpc64 support to config/config.sub
-Author: Hiroyuki Yamamoto <yama1066 at gmail.com>
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693592
----
- config/config.sub |    8 ++++++--
- 1 file changed, 6 insertions(+), 2 deletions(-)
-
-Index: rtmidi/config/config.sub
-===================================================================
---- rtmidi.orig/config/config.sub
-+++ rtmidi/config/config.sub
-@@ -1017,6 +1017,10 @@ case $basic_machine in
- 	ppc-* | ppcbe-*)
- 		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
- 		;;
-+	ppc64)	basic_machine=powerpc64-unknown
-+		;;
-+	ppc64-*)	basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
-+		;;
- 	ppcle | powerpclittle | ppc-le | powerpc-little)
- 		basic_machine=powerpcle-unknown
- 		;;
diff --git a/debian/patches/0003-gcc-5.patch b/debian/patches/0003-gcc-5.patch
deleted file mode 100644
index beb1463..0000000
--- a/debian/patches/0003-gcc-5.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Bump SONAME for GCC 5 transition
-Author: Sebastian Ramacher <sramacher at debian.org>
-Last-Update: 2015-08-05
-
---- rtmidi-2.1.0~ds0.orig/Makefile.in
-+++ rtmidi-2.1.0~ds0/Makefile.in
-@@ -8,8 +8,8 @@ OBJECTS	= RtMidi.o
- 
- LIBNAME = librtmidi
- SHARED = @sharedlib@
--RELEASE = 2.1.0
--MAJOR = 2
-+RELEASE = 2v5.1.0
-+MAJOR = 2v5
- LIBRARIES = $(SHARED)
- 
- CC       = @CXX@
diff --git a/debian/patches/series b/debian/patches/series
index d6d80c2..982c836 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,3 @@
 0001-buildsystem.patch
-0002-ppc64_support.patch
-#0003-gcc-5.patch
 0004-not-install-doc-images.patch
 0005-fix_pkg-config.patch

-- 
RtMidi packaging



More information about the pkg-multimedia-commits mailing list