[ismrmrd] 11/12: d/patches/*: add patch fixing spelling error

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Apr 28 23:28:38 UTC 2014


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

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

commit 60b2bc80f2c78ecbb926ba05912ebb9cbbe3fa99
Author: Ghislain Vaillant <ghisvail at gmail.com>
Date:   Tue Apr 29 00:26:35 2014 +0100

    d/patches/*: add patch fixing spelling error
---
 .../patches/003-fix-spelling-error-in-shepp-logan-bin | 19 +++++++++++++++++++
 debian/patches/series                                 |  1 +
 2 files changed, 20 insertions(+)

diff --git a/debian/patches/003-fix-spelling-error-in-shepp-logan-bin b/debian/patches/003-fix-spelling-error-in-shepp-logan-bin
new file mode 100644
index 0000000..49d4412
--- /dev/null
+++ b/debian/patches/003-fix-spelling-error-in-shepp-logan-bin
@@ -0,0 +1,19 @@
+Description: fix spelling mistake reported by lintian
+ Accelleration -> acceleration in ismrmrd_generate_cartesian_shepp_logan.
+Author: Ghislain Vaillant <ghisvail at gmail.com>
+Origin: other
+Forwarded: no
+Last-Update: 2014-04-28
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/utilities/generate_cartesian_shepp_logan.cpp
++++ b/utilities/generate_cartesian_shepp_logan.cpp
+@@ -63,7 +63,7 @@
+ 	}
+ 
+ 	std::cout << "Generating Cartesian Shepp Logan Phantom" << std::endl;
+-	std::cout << "Accelleration: " << acc_factor << std::endl;
++	std::cout << "Acceleration: " << acc_factor << std::endl;
+ 
+ 	boost::shared_ptr<NDArrayContainer<std::complex<float> > > phantom = shepp_logan_phantom(matrix_size);
+ 	boost::shared_ptr<NDArrayContainer<std::complex<float> > > coils = generate_birdcage_sensititivies(matrix_size, ncoils, 1.5);
diff --git a/debian/patches/series b/debian/patches/series
index d8db710..1b3d1dd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 001-fix-test-ndarraycontainer.diff
 002-add-soversion.diff
 
+003-fix-spelling-error-in-shepp-logan-bin

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



More information about the debian-science-commits mailing list