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

sebastic pushed a commit to branch master
in repository ncview.

commit 6cb1d987a44f96321ca78668d288d7d99c849f61
Author: Bas Couwenberg <[email protected]>
Date:   Wed Mar 30 21:16:53 2016 +0200

    Add patch to fix 'determining' typo.
---
 debian/changelog                      |  1 +
 debian/patches/determining-typo.patch | 14 ++++++++++++++
 debian/patches/series                 |  1 +
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5335b88..7b6e02f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ncview (2.1.7+ds-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Update Vcs-Git URL to use HTTPS.
   * Bump Standards-Version to 3.9.7, no changes.
+  * Add patch to fix 'determining' typo.
 
  -- Bas Couwenberg <[email protected]>  Wed, 30 Mar 2016 20:14:32 +0200
 
diff --git a/debian/patches/determining-typo.patch 
b/debian/patches/determining-typo.patch
new file mode 100644
index 0000000..e850452
--- /dev/null
+++ b/debian/patches/determining-typo.patch
@@ -0,0 +1,14 @@
+Description: Fix 'determing' typo, replace with 'determining'.
+Author: Bas Couwenberg <[email protected]>
+
+--- a/src/view.c
++++ b/src/view.c
+@@ -196,7 +196,7 @@ set_scan_variable( NCVar *var )
+                * the previous scan place.
+                */
+               if( options.debug )
+-                      fprintf( stderr, "...determing scan axes (PREVIOUS)\n" 
);
++                      fprintf( stderr, "...determining scan axes 
(PREVIOUS)\n" );
+               determine_scan_axes( new_view, var, old_view );
+               if( var->effective_dimensionality == 1 ) {
+                       view = new_view;
diff --git a/debian/patches/series b/debian/patches/series
index 9c5ee03..6d97d6f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ auxiliary-typo.patch
 manpage.patch
 autoreconf.patch
 netcdf-cc.patch
+determining-typo.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ncview.git

_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to