[SCM] libindi packaging branch, master, updated. debian/0.9.1-2-11-g752746a

Maximiliano Curia maxy at alioth.debian.org
Wed Nov 6 20:12:13 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/krap/libindi.git;a=commitdiff;h=7b0e917

The following commit has been merged in the master branch:
commit 7b0e9178e2b72d42fee04e1f02a27a7721aa728b
Author: Maximiliano Curia <maxy at debian.org>
Date:   Wed Nov 6 16:58:28 2013 +0100

    forgotten patch
---
 debian/patches/getINDIproperty_mayhem_fix.diff |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/debian/patches/getINDIproperty_mayhem_fix.diff b/debian/patches/getINDIproperty_mayhem_fix.diff
new file mode 100644
index 0000000..b662715
--- /dev/null
+++ b/debian/patches/getINDIproperty_mayhem_fix.diff
@@ -0,0 +1,17 @@
+Index: libindi-0.9.1/tools/getINDIproperty.c
+===================================================================
+--- libindi-0.9.1.orig/tools/getINDIproperty.c	2013-07-01 16:55:16.669691659 +0200
++++ libindi-0.9.1/tools/getINDIproperty.c	2013-07-01 16:56:01.787933173 +0200
+@@ -189,11 +189,11 @@
+ 	if (directfd >= 0) {
+ 	    svrwfp = fdopen (directfd, "w");
+ 	    svrrfp = fdopen (directfd, "r");
+-	    setbuf (svrrfp, NULL);	/* don't absorb next guy's stuff */
+ 	    if (!svrwfp || !svrrfp) {
+ 		fprintf (stderr, "Direct fd %d: %s
",directfd,strerror(errno));
+ 		exit(1);
+ 	    }
++	    setbuf (svrrfp, NULL);	/* don't absorb next guy's stuff */
+ 	    if (verbose)
+ 		fprintf (stderr, "Using direct fd %d
", directfd);
+ 	} else {

-- 
libindi packaging



More information about the pkg-kde-commits mailing list