[med-svn] [ismrmrd] 04/04: d/p/series: disable patch 001, applied upstream

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Mar 10 17:04:17 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository ismrmrd.

commit 28ba69d58b8f5bf0a87d2508cac7117d18ba441b
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Tue Mar 10 11:43:01 2015 +0000

    d/p/series: disable patch 001, applied upstream
---
 debian/patches/001-fix-segfault-in-c-demo.diff | 33 --------------------------
 debian/patches/series                          |  2 +-
 2 files changed, 1 insertion(+), 34 deletions(-)

diff --git a/debian/patches/001-fix-segfault-in-c-demo.diff b/debian/patches/001-fix-segfault-in-c-demo.diff
deleted file mode 100644
index 4a0a323..0000000
--- a/debian/patches/001-fix-segfault-in-c-demo.diff
+++ /dev/null
@@ -1,33 +0,0 @@
-From ded253e91c3ca721a5e516632cb8f1280f9940d3 Mon Sep 17 00:00:00 2001
-From: Souheil Inati <souheil.inati at nih.gov>
-Date: Wed, 4 Feb 2015 13:51:23 -0500
-Subject: [PATCH] Fixed c example crashing on ubuntu because of improperly
- initialized image and array.
-
----
- examples/c/main.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/examples/c/main.c b/examples/c/main.c
-index 06cf191..6bb5d07 100644
---- a/examples/c/main.c
-+++ b/examples/c/main.c
-@@ -156,6 +156,7 @@ int main(void)
-     numim = ismrmrd_get_number_of_images(&dataset2, "testimages");
-     printf("Number of images stored = %d\n", numim);
-     
-+    ismrmrd_init_image(&im2);
-     ismrmrd_read_image(&dataset2, "testimages", 1, &im2);
-     printf("Image 1 attribute string = %s\n", im2.attribute_string);
-     printf("Image 1 at position 10 has value = %f\n", ((float*)im2.data)[10]);
-@@ -175,6 +176,7 @@ int main(void)
-     printf("Number of arrays stored = %d\n", ismrmrd_get_number_of_arrays(&dataset2, "testarray"));
- 
-     /* Read it back in */
-+    ismrmrd_init_ndarray(&arr2);
-     ismrmrd_read_array(&dataset2, "testarray", 0, &arr2);
-     printf("Array 2 at position 10 has value = %f\n", ((float*)arr2.data)[10]);
-     
--- 
-2.1.4
-
diff --git a/debian/patches/series b/debian/patches/series
index 3b89b00..8fbd2f3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-001-fix-segfault-in-c-demo.diff
+#001-fix-segfault-in-c-demo.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ismrmrd.git



More information about the debian-med-commit mailing list