[Git][debian-gis-team/hdf4][master] 3 commits: Fix FTBFS with TIRPC. (closes: #994106)

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Tue Sep 14 16:32:13 BST 2021



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


Commits:
e91fa409 by Bas Couwenberg at 2021-09-14T17:06:09+02:00
Fix FTBFS with TIRPC. (closes: #994106)

- - - - -
e77e6125 by Bas Couwenberg at 2021-09-14T17:23:31+02:00
Cleanup debian/tmp before dh_missing.

- - - - -
837bba08 by Bas Couwenberg at 2021-09-14T17:24:08+02:00
Set distribution to unstable.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-libhdf4 (4.2.15-4) UNRELEASED; urgency=medium
+libhdf4 (4.2.15-4) unstable; urgency=medium
 
   * Team upload.
   * Bump Standards-Version to 4.6.0, no changes.
@@ -7,8 +7,11 @@ libhdf4 (4.2.15-4) UNRELEASED; urgency=medium
   * Add patch to fix test failures on riscv64.
   * Bump debhelper compat to 12, changes:
     - Drop --list-missing from dh_install
+  * Fix FTBFS with TIRPC.
+    (closes: #994106)
+  * Cleanup debian/tmp before dh_missing.
 
- -- Bas Couwenberg <sebastic at debian.org>  Sat, 28 Nov 2020 13:42:15 +0100
+ -- Bas Couwenberg <sebastic at debian.org>  Tue, 14 Sep 2021 17:23:41 +0200
 
 libhdf4 (4.2.15-3) unstable; urgency=medium
 


=====================================
debian/rules
=====================================
@@ -27,6 +27,8 @@ CXX  := g++
 LIBS := -ljpeg -lz -lm
 
 export DEB_FFLAGS_MAINT_APPEND += -fallow-argument-mismatch
+export DEB_CPPFLAGS_MAINT_APPEND = -I/usr/include/tirpc/
+export DEB_LDFLAGS_MAINT_APPEND = -ltirpc
 
 CFLAGS  = $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+all dpkg-buildflags --get CFLAGS)
 CFLAGS += $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+all dpkg-buildflags --get CPPFLAGS)
@@ -186,6 +188,8 @@ override_dh_auto_install:
 override_dh_install:
 	dh_install --sourcedir=$(DESTDIR)
 
+	$(RM) -r $(CURDIR)/debian/tmp
+
 override_dh_installman:
 	dh_installman
 	$(RM) $(CURDIR)/debian/hdf4-tools/usr/share/man/man1/hdf.1



View it on GitLab: https://salsa.debian.org/debian-gis-team/hdf4/-/compare/42f29ac7e76527517b91aa1b06c51a758c84c84f...837bba08e7a702242a579fddc363faf09b5c88bd

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/hdf4/-/compare/42f29ac7e76527517b91aa1b06c51a758c84c84f...837bba08e7a702242a579fddc363faf09b5c88bd
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/20210914/4c0b192a/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list