[Git][debian-gis-team/hdf4][experimental] 4 commits: Restore kfreebsd patch to fix 'unknown host' configure error.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Thu Mar 9 20:03:49 GMT 2023



Bas Couwenberg pushed to branch experimental at Debian GIS Project / hdf4


Commits:
44f788a4 by Bas Couwenberg at 2023-03-09T20:21:37+01:00
Restore kfreebsd patch to fix 'unknown host' configure error.

- - - - -
5d88482f by Bas Couwenberg at 2023-03-09T20:34:35+01:00
Update upstream metadata for GitHub repo.

- - - - -
65203cf3 by Bas Couwenberg at 2023-03-09T20:49:26+01:00
Mark patches as Forwarded.

- - - - -
4834eeee by Bas Couwenberg at 2023-03-09T20:49:26+01:00
Set distribution to experimental.

- - - - -


11 changed files:

- debian/changelog
- debian/copyright
- debian/patches/enablesharedfortran.diff
- + debian/patches/kfreebsd
- debian/patches/man
- debian/patches/manpage-has-errors-from-man.patch
- debian/patches/reproducible-builds.patch
- debian/patches/series
- debian/patches/spelling-errors.patch
- − debian/source/lintian-overrides
- debian/upstream/metadata


Changes:

=====================================
debian/changelog
=====================================
@@ -1,10 +1,12 @@
-libhdf4 (4.2.16-1~exp2) UNRELEASED; urgency=medium
+libhdf4 (4.2.16-1~exp2) experimental; urgency=medium
 
   * Team upload.
   * Ignore test failures on ppc64el.
   * Don't hardcode RELEASE in rules.
+  * Restore kfreebsd patch to fix 'unknown host' configure error.
+  * Update upstream metadata for GitHub repo.
 
- -- Bas Couwenberg <sebastic at debian.org>  Wed, 08 Mar 2023 21:18:22 +0100
+ -- Bas Couwenberg <sebastic at debian.org>  Thu, 09 Mar 2023 20:21:38 +0100
 
 libhdf4 (4.2.16-1~exp1) experimental; urgency=medium
 


=====================================
debian/copyright
=====================================
@@ -1,7 +1,7 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: HDF4
 Upstream-Contact: HDF Group <help at hdfgroup.org>
-Source: https://support.hdfgroup.org/ftp/HDF/releases/
+Source: https://github.com/HDFGroup/hdf4
 
 Files: *
 Copyright: 2006-2016, The HDF Group


=====================================
debian/patches/enablesharedfortran.diff
=====================================
@@ -1,5 +1,6 @@
 Description: Enable support for shared fortran libraries.
 Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
+Forwarded: not-needed
 
 --- a/configure.ac
 +++ b/configure.ac


=====================================
debian/patches/kfreebsd
=====================================
@@ -0,0 +1,15 @@
+Description: Add support for kFreeBSD architectures.
+Author: Francesco Paolo Lovergine <frankie at debian.org>
+Forwarded: https://github.com/HDFGroup/hdf4/pull/337
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -918,7 +918,7 @@ AC_CHECK_FUNCS([fork system wait])
+ ## These header files should probably be generated by autoconf instead
+ ## of being copied depending upon the host.
+ case "$host" in
+-  *-linux*)             BAR="linux"       ;;
++  *-linux*|*-k*bsd*-gnu|*-gnu*)BAR="linux"       ;;
+   *-freebsd*)           BAR="fbsd"        ;;
+   *-ibm-aix*)           BAR="aix"         ;;
+   sparc64-*-solaris2*)  BAR="solaris64"   ;;


=====================================
debian/patches/man
=====================================
@@ -1,5 +1,6 @@
 Description: Fix paths in manpage.
 Author: Francesco Paolo Lovergine <frankie at debian.org>
+Forwarded: not-needed
 
 --- a/man/hdf.1
 +++ b/man/hdf.1


=====================================
debian/patches/manpage-has-errors-from-man.patch
=====================================
@@ -1,6 +1,7 @@
 Description: Fix manpage-has-errors-from-man lintian issue.
  warning: macro `1f' not defined
 Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: https://github.com/HDFGroup/hdf4/pull/338
 
 --- a/mfhdf/ncgen/ncgen.1
 +++ b/mfhdf/ncgen/ncgen.1


=====================================
debian/patches/reproducible-builds.patch
=====================================
@@ -1,6 +1,7 @@
 Description: Remove settings that make the build unreproducible.
 Author: Bas Couwenberg <sebastic at debian.org>
 Bug-Debian: https://bugs.debian.org/825540
+Forwarded: not-needed
 
 --- a/libhdf4.settings.in
 +++ b/libhdf4.settings.in


=====================================
debian/patches/series
=====================================
@@ -1,4 +1,5 @@
 man
+kfreebsd
 enablesharedfortran.diff
 manpage-has-errors-from-man.patch
 reproducible-builds.patch


=====================================
debian/patches/spelling-errors.patch
=====================================
@@ -1,6 +1,7 @@
 Description: Fix spelling errors.
  inadvertantly -> inadvertently
 Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: https://github.com/HDFGroup/hdf4/pull/339
 
 --- a/mfhdf/ncdump/ncdump.1
 +++ b/mfhdf/ncdump/ncdump.1


=====================================
debian/source/lintian-overrides deleted
=====================================
@@ -1,6 +0,0 @@
-# Patches cannot be easily forwarded upstream
-patch-not-forwarded-upstream *
-
-# Upstream doesn't have a public bug tracker for HDF4
-upstream-metadata-missing-bug-tracking
-


=====================================
debian/upstream/metadata
=====================================
@@ -1,3 +1,5 @@
 ---
-Repository: https://bitbucket.hdfgroup.org/scm/hdffr/hdf4.git
-Repository-Browse: https://bitbucket.hdfgroup.org/projects/HDFFR/repos/hdf4/browse
+Bug-Database: https://github.com/HDFGroup/hdf4/issues
+Bug-Submit: https://github.com/HDFGroup/hdf4/issues/new
+Repository: https://github.com/HDFGroup/hdf4.git
+Repository-Browse: https://github.com/HDFGroup/hdf4



View it on GitLab: https://salsa.debian.org/debian-gis-team/hdf4/-/compare/44cc385111b6d941412fb0707b9043fb6adee8f7...4834eeeebacaeca50d5380a5795ecf4f2b560c13

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/hdf4/-/compare/44cc385111b6d941412fb0707b9043fb6adee8f7...4834eeeebacaeca50d5380a5795ecf4f2b560c13
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/20230309/8753e3c9/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list