[SCM] jackd2/master: Drop obsolete fix-ftbfs.patch

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Wed Mar 6 13:50:37 UTC 2013


The following commit has been merged in the master branch:
commit 48827204a46bb44810b1104e46374b65ae268baf
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Wed Mar 6 14:06:46 2013 +0100

    Drop obsolete fix-ftbfs.patch
    
    Included upstream

diff --git a/debian/patches/fix-ftbfs.patch b/debian/patches/fix-ftbfs.patch
deleted file mode 100644
index 20412cd..0000000
--- a/debian/patches/fix-ftbfs.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-From: Adrian Knoth <adi at drcomp.erfurt.thur.de>
-Forwarded: not-needed
-Origin: https://github.com/jackaudio/jack2/commit/4d3595ebe57e7d7b94e6e1f172edc01415129ab4
-Applied-Upstream: 1.9.9.6
-Description: Fix FTBFS in bleeding-edge upstream code
---- a/posix/JackPosixServerLaunch.cpp
-+++ b/posix/JackPosixServerLaunch.cpp
-@@ -109,7 +109,7 @@
-     if (fp) {
-         arguments[0] = '\0';
-         res = fscanf(fp, "%s", buffer);
--        while (ret != 0 && ret != EOF) {
-+        while (res != 0 && res != EOF) {
-             strcat(arguments, buffer);
-             strcat(arguments, " ");
-             res = fscanf(fp, "%s", buffer);

-- 
jackd2 packaging



More information about the pkg-multimedia-commits mailing list