[Git][debian-gis-team/h5utils][master] 10 commits: New upstream version 1.13.1

Bas Couwenberg gitlab at salsa.debian.org
Tue Mar 20 07:15:04 UTC 2018


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


Commits:
b1476b04 by Bas Couwenberg at 2018-03-20T07:54:48+01:00
New upstream version 1.13.1
- - - - -
dff754dd by Bas Couwenberg at 2018-03-20T07:54:50+01:00
Merge tag 'upstream/1.13.1'

Upstream version 1.13.1

- - - - -
836e85cf by Bas Couwenberg at 2018-03-20T07:55:07+01:00
New upstream release.

- - - - -
bf33521b by Bas Couwenberg at 2018-03-20T07:55:35+01:00
Add lintian override for vcs-deprecated-in-debian-infrastructure.

- - - - -
67b4bb91 by Bas Couwenberg at 2018-03-20T07:56:56+01:00
Update copyright years for Massachusetts Institute of Technology.

- - - - -
22b2c292 by Bas Couwenberg at 2018-03-20T07:57:30+01:00
Drop patches, applied upstream.

- - - - -
fba03075 by Bas Couwenberg at 2018-03-20T07:57:58+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -
b30378c9 by Bas Couwenberg at 2018-03-20T08:11:23+01:00
Update watch file for GitHub releases.

- - - - -
6bdc2823 by Bas Couwenberg at 2018-03-20T08:11:23+01:00
Update Homepage & Source URLs for GitHub.

- - - - -
ff78ac86 by Bas Couwenberg at 2018-03-20T08:11:23+01:00
Set distribution to unstable.

- - - - -


20 changed files:

- COPYING
- Makefile.in
- aclocal.m4
- configure
- configure.ac
- debian/changelog
- debian/control
- debian/copyright
- − debian/patches/manpage-has-errors-from-man.patch
- − debian/patches/more-h5utils-mans.patch
- − debian/patches/series
- + debian/source/lintian-overrides
- debian/watch
- doc/man/h5fromh4.1
- doc/man/h5fromtxt.1
- doc/man/h5math.1
- doc/man/h5topng.1.in
- doc/man/h5totxt.1
- doc/man/h5tov5d.1
- doc/man/h5tovtk.1


Changes:

=====================================
COPYING
=====================================
--- a/COPYING
+++ b/COPYING
@@ -1,7 +1,7 @@
 #############################################################################
 
 			The h5utils package is
-    Copyright (c) 1999-2009 by the Massachusetts Institute of Technology
+    Copyright (c) 1999-2018 by the Massachusetts Institute of Technology
 
 #############################################################################
 	  The following license applies to all files in the


=====================================
Makefile.in
=====================================
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -795,7 +795,7 @@ distdir: $(DISTFILES)
 	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 	|| chmod -R a+r "$(distdir)"
 dist-gzip: distdir
-	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
+	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
 	$(am__post_remove_distdir)
 
 dist-bzip2: distdir
@@ -821,7 +821,7 @@ dist-shar: distdir
 	@echo WARNING: "Support for shar distribution archives is" \
 	               "deprecated." >&2
 	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
-	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
 	$(am__post_remove_distdir)
 
 dist-zip: distdir
@@ -839,7 +839,7 @@ dist dist-all:
 distcheck: dist
 	case '$(DIST_ARCHIVES)' in \
 	*.tar.gz*) \
-	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
+	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
 	*.tar.bz2*) \
 	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
 	*.tar.lz*) \
@@ -849,7 +849,7 @@ distcheck: dist
 	*.tar.Z*) \
 	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 	*.shar.gz*) \
-	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
+	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
 	*.zip*) \
 	  unzip $(distdir).zip ;;\
 	esac


=====================================
aclocal.m4
=====================================
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1,6 +1,6 @@
-# generated automatically by aclocal 1.15 -*- Autoconf -*-
+# generated automatically by aclocal 1.15.1 -*- Autoconf -*-
 
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
 
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -20,7 +20,7 @@ You have another version of autoconf.  It may work, but is not guaranteed to.
 If you have problems, you may need to regenerate the build system entirely.
 To do so, use the procedure documented by the package, typically 'autoreconf'.])])
 
-# Copyright (C) 2002-2014 Free Software Foundation, Inc.
+# Copyright (C) 2002-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -35,7 +35,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],
 [am__api_version='1.15'
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 dnl require some minimum version.  Point them to the right macro.
-m4_if([$1], [1.15], [],
+m4_if([$1], [1.15.1], [],
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 ])
 
@@ -51,14 +51,14 @@ m4_define([_AM_AUTOCONF_VERSION], [])
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.15])dnl
+[AM_AUTOMAKE_VERSION([1.15.1])dnl
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
 
 # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
 
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -110,7 +110,7 @@ am_aux_dir=`cd "$ac_aux_dir" && pwd`
 
 # AM_CONDITIONAL                                            -*- Autoconf -*-
 
-# Copyright (C) 1997-2014 Free Software Foundation, Inc.
+# Copyright (C) 1997-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -141,7 +141,7 @@ AC_CONFIG_COMMANDS_PRE(
 Usually this means the macro was only invoked conditionally.]])
 fi])])
 
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Copyright (C) 1999-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -332,7 +332,7 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl
 
 # Generate code to set up dependency tracking.              -*- Autoconf -*-
 
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Copyright (C) 1999-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -408,7 +408,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
 
 # Do all the work for Automake.                             -*- Autoconf -*-
 
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -605,7 +605,7 @@ for _am_header in $config_headers :; do
 done
 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
 
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -626,7 +626,7 @@ if test x"${install_sh+set}" != xset; then
 fi
 AC_SUBST([install_sh])])
 
-# Copyright (C) 2003-2014 Free Software Foundation, Inc.
+# Copyright (C) 2003-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -648,7 +648,7 @@ AC_SUBST([am__leading_dot])])
 # Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
 # From Jim Meyering
 
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -683,7 +683,7 @@ AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
 
 # Check to see how 'make' treats includes.	            -*- Autoconf -*-
 
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -733,7 +733,7 @@ rm -f confinc confmf
 
 # Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
 
-# Copyright (C) 1997-2014 Free Software Foundation, Inc.
+# Copyright (C) 1997-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -774,7 +774,7 @@ fi
 # Obsolete and "removed" macros, that must however still report explicit
 # error messages when used, to smooth transition.
 #
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -801,7 +801,7 @@ AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES])
 
 # Helper functions for option handling.                     -*- Autoconf -*-
 
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -830,7 +830,7 @@ AC_DEFUN([_AM_SET_OPTIONS],
 AC_DEFUN([_AM_IF_OPTION],
 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Copyright (C) 1999-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -877,7 +877,7 @@ AC_LANG_POP([C])])
 # For backward compatibility.
 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
 
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -896,7 +896,7 @@ AC_DEFUN([AM_RUN_LOG],
 
 # Check to make sure that the build environment is sane.    -*- Autoconf -*-
 
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -977,7 +977,7 @@ AC_CONFIG_COMMANDS_PRE(
 rm -f conftest.file
 ])
 
-# Copyright (C) 2009-2014 Free Software Foundation, Inc.
+# Copyright (C) 2009-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1037,7 +1037,7 @@ AC_SUBST([AM_BACKSLASH])dnl
 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
 ])
 
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1065,7 +1065,7 @@ fi
 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 AC_SUBST([INSTALL_STRIP_PROGRAM])])
 
-# Copyright (C) 2006-2014 Free Software Foundation, Inc.
+# Copyright (C) 2006-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1084,7 +1084,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
 
 # Check how to create a tarball.                            -*- Autoconf -*-
 
-# Copyright (C) 2004-2014 Free Software Foundation, Inc.
+# Copyright (C) 2004-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,


=====================================
configure
=====================================
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for h5utils 1.13.
+# Generated by GNU Autoconf 2.69 for h5utils 1.13.1.
 #
 # Report bugs to <stevenj at alum.mit.edu>.
 #
@@ -580,8 +580,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='h5utils'
 PACKAGE_TARNAME='h5utils'
-PACKAGE_VERSION='1.13'
-PACKAGE_STRING='h5utils 1.13'
+PACKAGE_VERSION='1.13.1'
+PACKAGE_STRING='h5utils 1.13.1'
 PACKAGE_BUGREPORT='stevenj at alum.mit.edu'
 PACKAGE_URL=''
 
@@ -1288,7 +1288,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures h5utils 1.13 to adapt to many kinds of systems.
+\`configure' configures h5utils 1.13.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1354,7 +1354,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of h5utils 1.13:";;
+     short | recursive ) echo "Configuration of h5utils 1.13.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1456,7 +1456,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-h5utils configure 1.13
+h5utils configure 1.13.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2062,7 +2062,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by h5utils $as_me 1.13, which was
+It was created by h5utils $as_me 1.13.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2925,7 +2925,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='h5utils'
- VERSION='1.13'
+ VERSION='1.13.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -4741,7 +4741,7 @@ fi
 
 if test $H5MATH = yes; then
 	MORE_H5UTILS="h5math\$(EXEEXT) $MORE_H5UTILS"
-	MORE_H5UTILS_MANS="h5math.1 $MORE_H5UTILS_MANS"
+	MORE_H5UTILS_MANS="doc/man/h5math.1 $MORE_H5UTILS_MANS"
 else
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: can't find libmatheval: won't be able to compile h5math" >&5
 $as_echo "$as_me: WARNING: can't find libmatheval: won't be able to compile h5math" >&2;}
@@ -4933,11 +4933,11 @@ fi
 	if test $HDF4 = yes; then
 		if test "x$H4TOH5" != xh4toh5; then
 		   MORE_H5UTILS="h5fromh4\$(EXEEXT) $MORE_H5UTILS"
-		   MORE_H5UTILS_MANS="h5fromh4.1 $MORE_H5UTILS_MANS"
+		   MORE_H5UTILS_MANS="doc/man/h5fromh4.1 $MORE_H5UTILS_MANS"
 		fi
 		if test "x$H5TOH4" != xh5toh4; then
 		   MORE_H5UTILS="h4fromh5\$(EXEEXT) $MORE_H5UTILS"
-		   # MORE_H5UTILS_MANS="h4fromh5.1 $MORE_H5UTILS_MANS"
+		   # MORE_H5UTILS_MANS="doc/man/h4fromh5.1 $MORE_H5UTILS_MANS"
 		fi
 	fi
 fi
@@ -5292,7 +5292,7 @@ $as_echo "found" >&6; }
 fi
 if test $H5TOV5D = yes; then
 	MORE_H5UTILS="h5tov5d\$(EXEEXT) $MORE_H5UTILS"
-	MORE_H5UTILS_MANS="h5tov5d.1 $MORE_H5UTILS_MANS"
+	MORE_H5UTILS_MANS="doc/man/h5tov5d.1 $MORE_H5UTILS_MANS"
 fi
 
 
@@ -6212,7 +6212,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by h5utils $as_me 1.13, which was
+This file was extended by h5utils $as_me 1.13.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -6278,7 +6278,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-h5utils config.status 1.13
+h5utils config.status 1.13.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 


=====================================
configure.ac
=====================================
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT(h5utils, 1.13, stevenj at alum.mit.edu)
+AC_INIT(h5utils, 1.13.1, stevenj at alum.mit.edu)
 AM_INIT_AUTOMAKE([foreign silent-rules 1.6])
 AM_SILENT_RULES(yes)
 AC_CONFIG_SRCDIR([h5topng.c])
@@ -68,7 +68,7 @@ AC_CHECK_LIB(matheval, evaluator_get_variables, H5MATH=yes, H5MATH=no)
 
 if test $H5MATH = yes; then
 	MORE_H5UTILS="h5math\$(EXEEXT) $MORE_H5UTILS"
-	MORE_H5UTILS_MANS="h5math.1 $MORE_H5UTILS_MANS"
+	MORE_H5UTILS_MANS="doc/man/h5math.1 $MORE_H5UTILS_MANS"
 else
 	AC_MSG_WARN([can't find libmatheval: won't be able to compile h5math])
 fi
@@ -102,11 +102,11 @@ if test "x$H4TOH5" != xh4toh5 -o "x$H5TOH4" != xh5toh4; then
 	if test $HDF4 = yes; then
 		if test "x$H4TOH5" != xh4toh5; then
 		   MORE_H5UTILS="h5fromh4\$(EXEEXT) $MORE_H5UTILS"
-		   MORE_H5UTILS_MANS="h5fromh4.1 $MORE_H5UTILS_MANS"
+		   MORE_H5UTILS_MANS="doc/man/h5fromh4.1 $MORE_H5UTILS_MANS"
 		fi
 		if test "x$H5TOH4" != xh5toh4; then
 		   MORE_H5UTILS="h4fromh5\$(EXEEXT) $MORE_H5UTILS"
-		   # MORE_H5UTILS_MANS="h4fromh5.1 $MORE_H5UTILS_MANS"
+		   # MORE_H5UTILS_MANS="doc/man/h4fromh5.1 $MORE_H5UTILS_MANS"
 		fi
 	fi
 fi
@@ -187,7 +187,7 @@ elif test "$ok" != "no"; then
 fi
 if test $H5TOV5D = yes; then
 	MORE_H5UTILS="h5tov5d\$(EXEEXT) $MORE_H5UTILS"
-	MORE_H5UTILS_MANS="h5tov5d.1 $MORE_H5UTILS_MANS"
+	MORE_H5UTILS_MANS="doc/man/h5tov5d.1 $MORE_H5UTILS_MANS"
 fi
 AC_SUBST(V5D_FILES)
 AC_SUBST(V5D_INCLUDES)


=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,17 @@
-h5utils (1.13-3) UNRELEASED; urgency=medium
+h5utils (1.13.1-1) unstable; urgency=medium
 
   * Team upload.
+  * New upstream release.
   * Strip trailing whitespace from changelog.
   * Update copyright-format URL to use HTTPS.
-
- -- Bas Couwenberg <sebastic at debian.org>  Wed, 15 Nov 2017 21:55:03 +0100
+  * Add lintian override for vcs-deprecated-in-debian-infrastructure.
+  * Update copyright years for Massachusetts Institute of Technology.
+  * Drop patches, applied upstream.
+  * Bump Standards-Version to 4.1.3, no changes.
+  * Update watch file for GitHub releases.
+  * Update Homepage & Source URLs for GitHub.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Tue, 20 Mar 2018 07:58:00 +0100
 
 h5utils (1.13-2) unstable; urgency=medium
 


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -11,10 +11,10 @@ Build-Depends: debhelper (>= 9),
                libmatheval-dev,
                libpng-dev,
                zlib1g-dev
-Standards-Version: 4.0.0
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/h5utils.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/h5utils.git
-Homepage: http://ab-initio.mit.edu/h5utils/
+Homepage: https://github.com/stevengj/h5utils
 
 Package: h5utils
 Architecture: any


=====================================
debian/copyright
=====================================
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,10 +1,10 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: h5utils
 Upstream-Contact: Steven G. Johnson <stevenj at alum.mit.edu>
-Source: http://ab-initio.mit.edu/h5utils/
+Source: https://github.com/stevengj/h5utils
 
 Files: *
-Copyright: 1999-2017, Massachusetts Institute of Technology
+Copyright: 1999-2018, Massachusetts Institute of Technology
 License: Expat
 
 Files: h5tov5d.c


=====================================
debian/patches/manpage-has-errors-from-man.patch deleted
=====================================
--- a/debian/patches/manpage-has-errors-from-man.patch
+++ /dev/null
@@ -1,82 +0,0 @@
-Description: Fix man page warnings: macro `"' not defined
-Author: Bas Couwenberg <sebastic at debian.org>
-Forwarded: https://github.com/stevengj/h5utils/pull/2
-Applied-Upstream: https://github.com/stevengj/h5utils/commit/c7c877e68b28686c59ff09e3b9d01dd41bf1ef2b
-
---- a/doc/man/h5fromh4.1
-+++ b/doc/man/h5fromh4.1
-@@ -27,7 +27,7 @@ h5fromh4 \- convert HDF4 scientific data
- [\fIOPTION\fR]... [\fIHDF4FILE\fR]...
- .SH DESCRIPTION
- .PP
--." Add any additional description here
-+.\" Add any additional description here
- h5fromh4 takes one or more files in HDF4 format and outputs files in
- HDF5 format containing the datasets from the HDF4 files.  (Currently,
- only a single dataset per HDF4 file is converted.)
---- a/doc/man/h5fromtxt.1
-+++ b/doc/man/h5fromtxt.1
-@@ -27,7 +27,7 @@ h5fromtxt \- convert text input to an HD
- [\fIOPTION\fR]... [\fIHDF5FILE\fR]
- .SH DESCRIPTION
- .PP
--." Add any additional description here
-+.\" Add any additional description here
- h5fromtxt takes a series of numbers from standard input and outputs a
- multi-dimensional numeric dataset in an HDF5 file.
- 
---- a/doc/man/h5math.1
-+++ b/doc/man/h5math.1
-@@ -27,7 +27,7 @@ h5math \- combine/create HDF5 files with
- [\fIOPTION\fR]... \fIOUTPUT-HDF5FILE\fR [\fIINPUT-HDF5FILES\fR...]
- .SH DESCRIPTION
- .PP
--." Add any additional description here
-+.\" Add any additional description here
- h5math takes any number of HDF5 files as input, along with a mathematical
- expression, and combines them to produce a new HDF5 file.
- 
---- a/doc/man/h5totxt.1
-+++ b/doc/man/h5totxt.1
-@@ -27,7 +27,7 @@ h5totxt \- generate comma-delimited text
- [\fIOPTION\fR]... [\fIHDF5FILE\fR]...
- .SH DESCRIPTION
- .PP
--." Add any additional description here
-+.\" Add any additional description here
- h5totxt is a utility to generate comma-delimited text (and similar
- formats) from one-, two-, or more-dimensional slices of numeric
- datasets in HDF5 files.  This way, the data can easily be imported
---- a/doc/man/h5tov5d.1
-+++ b/doc/man/h5tov5d.1
-@@ -27,7 +27,7 @@ h5tov5d \- convert datasets in HDF5 file
- [\fIOPTION\fR]... [\fIHDF5FILE\fR]...
- .SH DESCRIPTION
- .PP
--." Add any additional description here
-+.\" Add any additional description here
- h5tov5d is a program to generate Vis5d data files from
- multidimensional datasets in HDF5 files.  Vis5d is a free volumetric
- visualization program capable of displaying 3, 4, or even 5
---- a/doc/man/h5tovtk.1
-+++ b/doc/man/h5tovtk.1
-@@ -27,7 +27,7 @@ h5tovtk \- convert datasets in HDF5 file
- [\fIOPTION\fR]... [\fIHDF5FILE\fR]...
- .SH DESCRIPTION
- .PP
--." Add any additional description here
-+.\" Add any additional description here
- h5tovtk is a program to generate VTK data files from multidimensional
- datasets in HDF5 files.  VTK, the Visualization ToolKit, is an
- open-source, freely available software system for 3D computer
---- a/doc/man/h5topng.1.in
-+++ b/doc/man/h5topng.1.in
-@@ -27,7 +27,7 @@ h5topng \- generate PNG images from 2d s
- [\fIOPTION\fR]... [\fIHDF5FILE\fR]...
- .SH DESCRIPTION
- .PP
--." Add any additional description here
-+.\" Add any additional description here
- h5topng is a utility to generate images in PNG (Portable Network Graphics)
- format from two-dimensional slices of datasets in HDF5 files.  It is
- designed for quick-and-dirty visualization of scientific data, and for


=====================================
debian/patches/more-h5utils-mans.patch deleted
=====================================
--- a/debian/patches/more-h5utils-mans.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-Description: Fix build with optional manpages.
-Author: Bas Couwenberg <sebastic at debian.org>
-Forwarded: https://github.com/stevengj/h5utils/pull/3
-Applied-Upstream: https://github.com/stevengj/h5utils/commit/f981dd228ab65baa08491be413667a51805c992d
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -68,7 +68,7 @@ AC_CHECK_LIB(matheval, evaluator_get_var
- 
- if test $H5MATH = yes; then
- 	MORE_H5UTILS="h5math\$(EXEEXT) $MORE_H5UTILS"
--	MORE_H5UTILS_MANS="h5math.1 $MORE_H5UTILS_MANS"
-+	MORE_H5UTILS_MANS="doc/man/h5math.1 $MORE_H5UTILS_MANS"
- else
- 	AC_MSG_WARN([can't find libmatheval: won't be able to compile h5math])
- fi
-@@ -102,11 +102,11 @@ if test "x$H4TOH5" != xh4toh5 -o "x$H5TO
- 	if test $HDF4 = yes; then
- 		if test "x$H4TOH5" != xh4toh5; then
- 		   MORE_H5UTILS="h5fromh4\$(EXEEXT) $MORE_H5UTILS"
--		   MORE_H5UTILS_MANS="h5fromh4.1 $MORE_H5UTILS_MANS"
-+		   MORE_H5UTILS_MANS="doc/man/h5fromh4.1 $MORE_H5UTILS_MANS"
- 		fi
- 		if test "x$H5TOH4" != xh5toh4; then
- 		   MORE_H5UTILS="h4fromh5\$(EXEEXT) $MORE_H5UTILS"
--		   # MORE_H5UTILS_MANS="h4fromh5.1 $MORE_H5UTILS_MANS"
-+		   # MORE_H5UTILS_MANS="doc/man/h4fromh5.1 $MORE_H5UTILS_MANS"
- 		fi
- 	fi
- fi
-@@ -187,7 +187,7 @@ elif test "$ok" != "no"; then
- fi
- if test $H5TOV5D = yes; then
- 	MORE_H5UTILS="h5tov5d\$(EXEEXT) $MORE_H5UTILS"
--	MORE_H5UTILS_MANS="h5tov5d.1 $MORE_H5UTILS_MANS"
-+	MORE_H5UTILS_MANS="doc/man/h5tov5d.1 $MORE_H5UTILS_MANS"
- fi
- AC_SUBST(V5D_FILES)
- AC_SUBST(V5D_INCLUDES)


=====================================
debian/patches/series deleted
=====================================
--- a/debian/patches/series
+++ /dev/null
@@ -1,3 +0,0 @@
-# no patch
-manpage-has-errors-from-man.patch
-more-h5utils-mans.patch


=====================================
debian/source/lintian-overrides
=====================================
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,4 @@
+# Package not officially migrated to Salsa yet.
+h5utils source: vcs-deprecated-in-debian-infrastructure vcs-git https://anonscm.debian.org/*
+h5utils source: vcs-deprecated-in-debian-infrastructure vcs-browser https://anonscm.debian.org/*
+


=====================================
debian/watch
=====================================
--- a/debian/watch
+++ b/debian/watch
@@ -1,6 +1,7 @@
 version=3
 opts=\
 dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
-uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/ \
-http://ab-initio.mit.edu/wiki/index.php/H5utils \
-(?:.*/)?h5utils[\-\_]?(\d\S+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/,\
+filenamemangle=s/(?:.*?)?(?:rel|v|h5utils)?[\-\_]?(\d\S+)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/h5utils-$1.$2/ \
+https://github.com/stevengj/h5utils/releases \
+(?:.*?archive/)?(?:rel|v|h5utils)?[\-\_]?(\d[\d\-\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))


=====================================
doc/man/h5fromh4.1
=====================================
--- a/doc/man/h5fromh4.1
+++ b/doc/man/h5fromh4.1
@@ -27,7 +27,7 @@ h5fromh4 \- convert HDF4 scientific datasets to an HDF5 file
 [\fIOPTION\fR]... [\fIHDF4FILE\fR]...
 .SH DESCRIPTION
 .PP
-." Add any additional description here
+.\" Add any additional description here
 h5fromh4 takes one or more files in HDF4 format and outputs files in
 HDF5 format containing the datasets from the HDF4 files.  (Currently,
 only a single dataset per HDF4 file is converted.)


=====================================
doc/man/h5fromtxt.1
=====================================
--- a/doc/man/h5fromtxt.1
+++ b/doc/man/h5fromtxt.1
@@ -27,7 +27,7 @@ h5fromtxt \- convert text input to an HDF5 file
 [\fIOPTION\fR]... [\fIHDF5FILE\fR]
 .SH DESCRIPTION
 .PP
-." Add any additional description here
+.\" Add any additional description here
 h5fromtxt takes a series of numbers from standard input and outputs a
 multi-dimensional numeric dataset in an HDF5 file.
 


=====================================
doc/man/h5math.1
=====================================
--- a/doc/man/h5math.1
+++ b/doc/man/h5math.1
@@ -27,7 +27,7 @@ h5math \- combine/create HDF5 files with math expressions
 [\fIOPTION\fR]... \fIOUTPUT-HDF5FILE\fR [\fIINPUT-HDF5FILES\fR...]
 .SH DESCRIPTION
 .PP
-." Add any additional description here
+.\" Add any additional description here
 h5math takes any number of HDF5 files as input, along with a mathematical
 expression, and combines them to produce a new HDF5 file.
 


=====================================
doc/man/h5topng.1.in
=====================================
--- a/doc/man/h5topng.1.in
+++ b/doc/man/h5topng.1.in
@@ -27,7 +27,7 @@ h5topng \- generate PNG images from 2d slices of HDF5 files
 [\fIOPTION\fR]... [\fIHDF5FILE\fR]...
 .SH DESCRIPTION
 .PP
-." Add any additional description here
+.\" Add any additional description here
 h5topng is a utility to generate images in PNG (Portable Network Graphics)
 format from two-dimensional slices of datasets in HDF5 files.  It is
 designed for quick-and-dirty visualization of scientific data, and for


=====================================
doc/man/h5totxt.1
=====================================
--- a/doc/man/h5totxt.1
+++ b/doc/man/h5totxt.1
@@ -27,7 +27,7 @@ h5totxt \- generate comma-delimited text from 2d slices of HDF5 files
 [\fIOPTION\fR]... [\fIHDF5FILE\fR]...
 .SH DESCRIPTION
 .PP
-." Add any additional description here
+.\" Add any additional description here
 h5totxt is a utility to generate comma-delimited text (and similar
 formats) from one-, two-, or more-dimensional slices of numeric
 datasets in HDF5 files.  This way, the data can easily be imported


=====================================
doc/man/h5tov5d.1
=====================================
--- a/doc/man/h5tov5d.1
+++ b/doc/man/h5tov5d.1
@@ -27,7 +27,7 @@ h5tov5d \- convert datasets in HDF5 files to Vis5d format
 [\fIOPTION\fR]... [\fIHDF5FILE\fR]...
 .SH DESCRIPTION
 .PP
-." Add any additional description here
+.\" Add any additional description here
 h5tov5d is a program to generate Vis5d data files from
 multidimensional datasets in HDF5 files.  Vis5d is a free volumetric
 visualization program capable of displaying 3, 4, or even 5


=====================================
doc/man/h5tovtk.1
=====================================
--- a/doc/man/h5tovtk.1
+++ b/doc/man/h5tovtk.1
@@ -27,7 +27,7 @@ h5tovtk \- convert datasets in HDF5 files to VTK format
 [\fIOPTION\fR]... [\fIHDF5FILE\fR]...
 .SH DESCRIPTION
 .PP
-." Add any additional description here
+.\" Add any additional description here
 h5tovtk is a program to generate VTK data files from multidimensional
 datasets in HDF5 files.  VTK, the Visualization ToolKit, is an
 open-source, freely available software system for 3D computer



View it on GitLab: https://salsa.debian.org/debian-gis-team/h5utils/compare/a805cb944779f2b98a657546811258d3e20cd9fa...ff78ac86d834cf6db45dd43be85a05745c5030b9

---
View it on GitLab: https://salsa.debian.org/debian-gis-team/h5utils/compare/a805cb944779f2b98a657546811258d3e20cd9fa...ff78ac86d834cf6db45dd43be85a05745c5030b9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-grass-devel/attachments/20180320/d9217cd0/attachment-0001.html>


More information about the Pkg-grass-devel mailing list