[Git][debian-gis-team/ncview][master] 4 commits: Update lintian overrides.

Bas Couwenberg gitlab at salsa.debian.org
Sun Nov 1 17:54:27 GMT 2020



Bas Couwenberg pushed to branch master at Debian GIS Project / ncview


Commits:
3448d50f by Bas Couwenberg at 2020-11-01T18:38:12+01:00
Update lintian overrides.

- - - - -
aa1b6422 by Bas Couwenberg at 2020-11-01T18:38:22+01:00
Set distribution to unstable.

- - - - -
9354d4ca by Bas Couwenberg at 2020-11-01T18:49:45+01:00
Add patch to fix spelling errors.

- - - - -
122666f3 by Bas Couwenberg at 2020-11-01T18:49:56+01:00
Set distribution to unstable.

- - - - -


6 changed files:

- debian/changelog
- − debian/patches/determining-typo.patch
- − debian/patches/group-typo.patch
- debian/patches/series
- debian/patches/auxiliary-typo.patch → debian/patches/spelling-errors.patch
- debian/source/lintian-overrides


Changes:

=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-ncview (2.1.8+ds-4) UNRELEASED; urgency=medium
+ncview (2.1.8+ds-4) unstable; urgency=medium
 
   * Bump Standards-Version to 4.5.0, no changes.
   * Update gbp.conf to use --source-only-changes by default.
@@ -6,8 +6,10 @@ ncview (2.1.8+ds-4) UNRELEASED; urgency=medium
     - Drop --parallel option, enabled by default
     - Don't explicitly enable autoreconf, enabled by default
     - Drop dh-autoreconf build dependency
+  * Update lintian overrides.
+  * Add patch to fix spelling errors.
 
- -- Bas Couwenberg <sebastic at debian.org>  Sun, 05 Aug 2018 20:32:30 +0200
+ -- Bas Couwenberg <sebastic at debian.org>  Sun, 01 Nov 2020 18:49:47 +0100
 
 ncview (2.1.8+ds-3) unstable; urgency=medium
 


=====================================
debian/patches/determining-typo.patch deleted
=====================================
@@ -1,14 +0,0 @@
-Description: Fix 'determing' typo, replace with 'determining'.
-Author: Bas Couwenberg <sebastic at debian.org>
-
---- 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;


=====================================
debian/patches/group-typo.patch deleted
=====================================
@@ -1,37 +0,0 @@
-Description: Fix 'gruop' typo, replace with 'group'.
-Author: Bas Couwenberg <sebastic at debian.org>
-
---- a/src/file_netcdf.c
-+++ b/src/file_netcdf.c
-@@ -755,7 +755,7 @@ int nc_inq_varid_grp( int ncid, char *va
- 		if( debug ) printf( "nc_inq_varid_grp: should now be on the LAST group, here is groupname: >%s<\n", ncview_groupname( cur_gid ));
- 
- 		varname_no_groups( varname, varname_sans_groups );
--		if( debug ) printf( "nc_inq_varid_grp: calling regular nc_inq_varid with group %d (%s) and varname_sans_gruops >%s<\n",
-+		if( debug ) printf( "nc_inq_varid_grp: calling regular nc_inq_varid with group %d (%s) and varname_sans_groups >%s<\n",
- 			cur_gid, ncview_groupname(cur_gid), varname_sans_groups );
- 		retval = nc_inq_varid( cur_gid, varname_sans_groups, varid );
- 
---- a/src/interface/x_interface.c
-+++ b/src/interface/x_interface.c
-@@ -1334,16 +1334,16 @@ void x_init_widgets_varsel_menu_grp( Wid
- 			 * the group named "/"
- 			 */
- 			if( (count_nslashes( var_cursor->name )==0) && (strncmp( "/", group_cursor->string, 1)==0)) {
--printf( "root check: putting var %s in gruop %s\n", var_cursor->name, group_cursor->string );
-+printf( "root check: putting var %s in group %s\n", var_cursor->name, group_cursor->string );
- 				my_grp_num[i] = igrp;
- 				break;
- 				}
- 			/* Var has at least one slash in its name */
- 			else if( strncmp( var_cursor->name, group_cursor->string, strlen(group_cursor->string) ) == 0 ) {
--printf( "non root check: putting var %s in gruop %s\n", var_cursor->name, group_cursor->string );
--				/* At this point a var with a group name that STARTS with another gruop name,
-+printf( "non root check: putting var %s in group %s\n", var_cursor->name, group_cursor->string );
-+				/* At this point a var with a group name that STARTS with another group name,
- 				 * but is longer, will match. So we check to see if the var's name actually
--				 * ends with a slash where it should, if this is the right gruop. If it does
-+				 * ends with a slash where it should, if this is the right group. If it does
- 				 * end with a slash, then it's the right group name
- 				 */
- 				if( var_cursor->name[ strlen(group_cursor->string) ] == '/' ) {


=====================================
debian/patches/series
=====================================
@@ -1,6 +1,4 @@
-auxiliary-typo.patch
 manpage.patch
 autoreconf.patch
 netcdf-cc.patch
-determining-typo.patch
-group-typo.patch
+spelling-errors.patch


=====================================
debian/patches/auxiliary-typo.patch → debian/patches/spelling-errors.patch
=====================================
@@ -1,6 +1,11 @@
-Description: Fix 'auxilliary' typo, replace with 'auxiliary'.
+Description: Fix spelling errors.
+ * auxilliary    -> auxiliary.
+ * determing     -> determining.
+ * gruop         -> group.
+ * rathern       -> rather
+ * inconsistancy -> inconsistency
 Author: Bas Couwenberg <sebastic at debian.org>
-Forwarded: yes, mailto:dpierce at ucsd.edu
+Forwarded: not-needed
 
 --- a/'
 +++ b/'
@@ -24,6 +29,15 @@ Forwarded: yes, mailto:dpierce at ucsd.edu
  	 * for the new fdb.
  	 */
  	fi_fill_aux_data( file_id, var_name, new_fdb );
+@@ -491,7 +491,7 @@ add_var_to_list( char *var_name, int fil
+ 				var_name );
+ 		if( var->last_file == NULL ) {
+ 			fprintf( stderr, "ncview: add_var_to_list: internal ");
+-			fprintf( stderr, "inconsistancy; var has no last_file\n" );
++			fprintf( stderr, "inconsistency; var has no last_file\n" );
+ 			exit( -1 );
+ 			}
+ 		fdb = var->first_file;
 --- a/src/stringlist.c
 +++ b/src/stringlist.c
 @@ -44,7 +44,7 @@ stringlist_match_string_exact( Stringlis
@@ -64,3 +78,79 @@ Forwarded: yes, mailto:dpierce at ucsd.edu
  	int	sltype;		/* one of the defined SLTYPEs, indicating type of aux */
  } Stringlist;
  
+--- a/src/file_netcdf.c
++++ b/src/file_netcdf.c
+@@ -755,7 +755,7 @@ int nc_inq_varid_grp( int ncid, char *va
+ 		if( debug ) printf( "nc_inq_varid_grp: should now be on the LAST group, here is groupname: >%s<\n", ncview_groupname( cur_gid ));
+ 
+ 		varname_no_groups( varname, varname_sans_groups );
+-		if( debug ) printf( "nc_inq_varid_grp: calling regular nc_inq_varid with group %d (%s) and varname_sans_gruops >%s<\n",
++		if( debug ) printf( "nc_inq_varid_grp: calling regular nc_inq_varid with group %d (%s) and varname_sans_groups >%s<\n",
+ 			cur_gid, ncview_groupname(cur_gid), varname_sans_groups );
+ 		retval = nc_inq_varid( cur_gid, varname_sans_groups, varid );
+ 
+--- a/src/interface/x_interface.c
++++ b/src/interface/x_interface.c
+@@ -1334,16 +1334,16 @@ void x_init_widgets_varsel_menu_grp( Wid
+ 			 * the group named "/"
+ 			 */
+ 			if( (count_nslashes( var_cursor->name )==0) && (strncmp( "/", group_cursor->string, 1)==0)) {
+-printf( "root check: putting var %s in gruop %s\n", var_cursor->name, group_cursor->string );
++printf( "root check: putting var %s in group %s\n", var_cursor->name, group_cursor->string );
+ 				my_grp_num[i] = igrp;
+ 				break;
+ 				}
+ 			/* Var has at least one slash in its name */
+ 			else if( strncmp( var_cursor->name, group_cursor->string, strlen(group_cursor->string) ) == 0 ) {
+-printf( "non root check: putting var %s in gruop %s\n", var_cursor->name, group_cursor->string );
+-				/* At this point a var with a group name that STARTS with another gruop name,
++printf( "non root check: putting var %s in group %s\n", var_cursor->name, group_cursor->string );
++				/* At this point a var with a group name that STARTS with another group name,
+ 				 * but is longer, will match. So we check to see if the var's name actually
+-				 * ends with a slash where it should, if this is the right gruop. If it does
++				 * ends with a slash where it should, if this is the right group. If it does
+ 				 * end with a slash, then it's the right group name
+ 				 */
+ 				if( var_cursor->name[ strlen(group_cursor->string) ] == '/' ) {
+@@ -1502,7 +1502,7 @@ void x_init_widgets_varsel_list( Widget
+ 		if( var == NULL ) 
+ 			{
+ 			fprintf( stderr, "ncview: x_init_widgets: internal ");
+-			fprintf( stderr, "inconsistancy -- empty variable list\n" );
++			fprintf( stderr, "inconsistency -- empty variable list\n" );
+ 			exit( -1 );
+ 			}
+ 		if( i == 0 ) {
+--- 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;
+--- a/src/ncview.c
++++ b/src/ncview.c
+@@ -789,7 +789,7 @@ fprintf( stderr, "		(\"-minmax slow\"),
+ fprintf( stderr, "	-frames: Dump out PNG images (to make a movie, for instance)\n" );
+ fprintf( stderr, "	-nc: 	Specify number of colors to use.\n" );
+ fprintf( stderr, "	-no1d: 	Do NOT allow 1-D variables to be displayed.\n" );
+-fprintf( stderr, "	-repl: 	Set default blowup type to replicate rathern than bilinear.\n" );
++fprintf( stderr, "	-repl: 	Set default blowup type to replicate rather than bilinear.\n" );
+ fprintf( stderr, "	-calendar: Specify time calendar to use, overriding value in file. Known: noleap standard gregorian 365_day 360_day.\n" );
+ fprintf( stderr, "	-private: Use a private colormap.\n" );
+ fprintf( stderr, "	-debug: Print lots of debugging info.\n" );
+--- a/src/interface/'
++++ b/src/interface/'
+@@ -1382,7 +1382,7 @@ void x_init_widgets_varsel_list( Widget
+ 		if( var == NULL ) 
+ 			{
+ 			fprintf( stderr, "ncview: x_init_widgets: internal ");
+-			fprintf( stderr, "inconsistancy -- empty variable list\n" );
++			fprintf( stderr, "inconsistency -- empty variable list\n" );
+ 			exit( -1 );
+ 			}
+ 		if( i == 0 ) {


=====================================
debian/source/lintian-overrides
=====================================
@@ -1,6 +1,3 @@
 # Releases not available via HTTPS
 debian-watch-uses-insecure-uri ftp://cirrus.ucsd.edu/pub/ncview/
 
-# Not worth the effort
-testsuite-autopkgtest-missing
-



View it on GitLab: https://salsa.debian.org/debian-gis-team/ncview/-/compare/c9fe0026bc8a7040fe784f99597b5b8355bd5b3e...122666f3db0c8202ce13da25315f43e6ced76ec4

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/ncview/-/compare/c9fe0026bc8a7040fe784f99597b5b8355bd5b3e...122666f3db0c8202ce13da25315f43e6ced76ec4
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20201101/32e98477/attachment-0001.html>


More information about the Pkg-grass-devel mailing list