[SCM] rtaudio/master: Remove unused patches.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Fri Jun 17 20:02:16 UTC 2016


The following commit has been merged in the master branch:
commit 1e6a06ae47a87d1ca01bad73bfae88915d7b2eb9
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Fri Jun 17 22:00:31 2016 +0200

    Remove unused patches.

diff --git a/debian/patches/0001-buildsystem.patch b/debian/patches/0001-buildsystem.patch
deleted file mode 100644
index da92bfe..0000000
--- a/debian/patches/0001-buildsystem.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-Description: Improvements to the buildsystem.
- - Install missing link.
- - Rename 'tests' target to 'check' (to make
-   debhelper compile tests automatically).
- - Set system-wide CFLAGS values properly.
- - Don't build static libraries.
-Author: Alessio Treglia <alessio at debian.org>
-Forwarded: no
----
- Makefile.in |    9 +++------
- 1 file changed, 3 insertions(+), 6 deletions(-)
-
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -7,30 +7,28 @@
- OBJECTS	= RtAudio.o @objects@
- 
- LIBNAME = librtaudio
--STATIC = $(LIBNAME).a
- SHARED = @sharedlib@
- RELEASE = 4.1.1
- MAJOR = 4
--LIBRARIES = $(STATIC) $(SHARED)
-+LIBRARIES = $(SHARED)
- 
- CC       = @CXX@
- AR       = @AR@
- RANLIB   = @RANLIB@
- 
- DEFS     = @CPPFLAGS@
--CFLAGS   = @CXXFLAGS@ -Iinclude -fPIC
-+CFLAGS   += @CXXFLAGS@ -Iinclude -fPIC
-+LDFLAGS  = @LDFLAGS@
- 
- PREFIX   = @prefix@
- 
- all : $(LIBRARIES)
- 
--tests:
-+check:
- 	cd tests && $(MAKE) all
- 
- $(LIBRARIES): $(OBJECTS)
--	$(AR) ruv $(STATIC) $(OBJECTS)
--	ranlib $(STATIC)
--	$(CC) -fPIC @libflags@ $(OBJECTS) @LIBS@
-+	$(CC) -fPIC @libflags@ $(LDFLAGS) $(OBJECTS) @LIBS@
- 	$(LN) -sf @sharedname@ $(SHARED)
- 	$(LN) -sf @sharedname@ $(SHARED).$(MAJOR)
- 
diff --git a/debian/patches/0002-Bump-SOVERSION.patch b/debian/patches/0002-Bump-SOVERSION.patch
deleted file mode 100644
index 34a765c..0000000
--- a/debian/patches/0002-Bump-SOVERSION.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: Bump SOVERSION for GCC 5 transition
-Author: Sebastian Ramacher <sramacher at debian.org>
-Date: 2015-08-05
-
----
- Makefile.in | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -8,8 +8,8 @@
- 
- LIBNAME = librtaudio
- SHARED = @sharedlib@
--RELEASE = 4.1.1
--MAJOR = 4
-+RELEASE = 4v5.1.1b
-+MAJOR = 4v5
- LIBRARIES = $(SHARED)
- 
- CC       = @CXX@
diff --git a/debian/patches/series b/debian/patches/series
index 6cd68a3..f17fbea 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,2 @@
-#0001-buildsystem.patch
-#0002-Bump-SOVERSION.patch
 0003-not-install-doc-images.patch
 0004-comment-out-unsed-function.patch

-- 
RtAudio packaging



More information about the pkg-multimedia-commits mailing list