[Git][debian-gis-team/hdf4][master] 3 commits: Explicitly build with GCC 9 (FTBFS with GCC 10, see: #957445)

Bas Couwenberg gitlab at salsa.debian.org
Sat Nov 14 17:10:31 GMT 2020



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


Commits:
0ec5474f by Bas Couwenberg at 2020-11-14T17:41:30+01:00
Explicitly build with GCC 9 (FTBFS with GCC 10, see: #957445)

- - - - -
d6b41553 by Bas Couwenberg at 2020-11-14T17:57:53+01:00
Update lintian overrides.

- - - - -
be87d2ef by Bas Couwenberg at 2020-11-14T17:57:53+01:00
Set distribution to unstable.

- - - - -


7 changed files:

- debian/changelog
- debian/control
- debian/control.in
- + debian/libhdf4-0-alt.lintian-overrides
- + debian/libhdf4-0.lintian-overrides
- debian/rules
- debian/source/lintian-overrides


Changes:

=====================================
debian/changelog
=====================================
@@ -1,12 +1,14 @@
-libhdf4 (4.2.15-2) UNRELEASED; urgency=medium
+libhdf4 (4.2.15-2) unstable; urgency=medium
 
   * Team upload.
   * Bump debhelper compat to 10, changes:
     - Don't explicitly enable autoreconf, enabled by default
     - Drop dh-autoreconf build dependency
   * Bump watch file version to 4.
+  * Explicitly build with GCC 9 (FTBFS with GCC 10, see: #957445)
+  * Update lintian overrides.
 
- -- Bas Couwenberg <sebastic at debian.org>  Thu, 19 Mar 2020 18:38:40 +0100
+ -- Bas Couwenberg <sebastic at debian.org>  Sat, 14 Nov 2020 17:42:49 +0100
 
 libhdf4 (4.2.15-1) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -8,7 +8,9 @@ Build-Depends: debhelper (>= 10~),
                bison,
                chrpath,
                flex,
-               gfortran,
+               g++-9,
+               gcc-9,
+               gfortran-9,
                libaec-dev,
                libjpeg-dev,
                sharutils,


=====================================
debian/control.in
=====================================
@@ -8,7 +8,9 @@ Build-Depends: debhelper (>= 10~),
                bison,
                chrpath,
                flex,
-               gfortran,
+               g++-9,
+               gcc-9,
+               gfortran-9,
                libaec-dev,
                libjpeg-dev,
                sharutils,


=====================================
debian/libhdf4-0-alt.lintian-overrides
=====================================
@@ -0,0 +1,3 @@
+# Cannot easily be fixed
+file-references-package-build-path *
+


=====================================
debian/libhdf4-0.lintian-overrides
=====================================
@@ -0,0 +1,3 @@
+# Cannot easily be fixed
+file-references-package-build-path *
+


=====================================
debian/rules
=====================================
@@ -21,9 +21,9 @@ SOVER   := 0
 DESTDIR     := $(CURDIR)/debian/tmp
 DESTDIR_ALT := $(CURDIR)/debian/tmp-alt
 
-F77  := gfortran
-CC   := gcc
-CXX  := g++
+F77  := gfortran-9
+CC   := gcc-9
+CXX  := g++-9
 LIBS := -ljpeg -lz -lm
 
 CFLAGS  = $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+all dpkg-buildflags --get CFLAGS)


=====================================
debian/source/lintian-overrides
=====================================
@@ -1,7 +1,6 @@
-#test files incorrectly recognised as svn conflict files
-source-contains-svn-conflict-file hdf/util/testfiles/head.r24
-source-contains-svn-conflict-file hdf/util/testfiles/head.r8
+# Patches cannot be easily forwarded upstream
+patch-not-forwarded-upstream *
 
-# Not worth the effort
-testsuite-autopkgtest-missing
+# Upstream doesn't have a public bug tracker for HDF4
+upstream-metadata-missing-bug-tracking
 



View it on GitLab: https://salsa.debian.org/debian-gis-team/hdf4/-/compare/3b44e03742d8b09702c2182f9501a60c5408502e...be87d2efa0453fac2ebabd2fcb8219bd8e57e268

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/hdf4/-/compare/3b44e03742d8b09702c2182f9501a60c5408502e...be87d2efa0453fac2ebabd2fcb8219bd8e57e268
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/20201114/16c73cea/attachment-0001.html>


More information about the Pkg-grass-devel mailing list