[Git][debian-gis-team/hdf5][master] 4 commits: Fix pkg-config files which contained wrong, old version numbers.
Gilles Filippini
gitlab at salsa.debian.org
Tue Dec 18 19:34:29 GMT 2018
Gilles Filippini pushed to branch master at Debian GIS Project / hdf5
Commits:
794a9968 by Elias Kuthe at 2018-08-21T13:53:04Z
Fix pkg-config files which contained wrong, old version numbers.
- - - - -
c0312f5d by Elias Kuthe at 2018-08-22T12:58:51Z
Automatically insert the correct libversion into pkg-config files
- - - - -
f2490b50 by Elias Kuthe at 2018-08-22T13:07:29Z
make it an experimental release
- - - - -
af8c13b6 by Gilles Filippini at 2018-12-18T19:31:06Z
Merge branch 'eqt-guest/hdf5-master'
- - - - -
5 changed files:
- debian/changelog
- debian/hdf5-mpich.pc
- debian/hdf5-openmpi.pc
- debian/hdf5-serial.pc
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,6 +1,8 @@
hdf5 (1.10.4+repack-2) UNRELEASED; urgency=medium
* Drop transitional package libhdf5-serial-dev (closes: #878535)
+ * Fix pkg-config files which contained wrong, old version numbers
+ (thanks to Elias Kuthe)
* Acknowledging fixed CVE in previous releases:
- Fixed in upstream release 1.10.2 (closes: #884365):
=====================================
debian/hdf5-mpich.pc
=====================================
@@ -1,6 +1,6 @@
Name: HDF5
Description: Hierarchical Data Format 5 (HDF5) - MPICH version
-Version: 1.8.13
+Version: @VERSION@
Requires: mpich
Cflags: -I/usr/include/hdf5/mpich
Libs: -L/usr/lib/@MULTIARCH@/hdf5/mpich -lhdf5
=====================================
debian/hdf5-openmpi.pc
=====================================
@@ -1,6 +1,6 @@
Name: HDF5
Description: Hierarchical Data Format 5 (HDF5) - OpenMPI version
-Version: 1.8.13
+Version: @VERSION@
Requires:
Cflags: -I/usr/include/openmpi -I/usr/include/hdf5/openmpi
Libs: -L/usr/lib/@MULTIARCH@/hdf5/openmpi -lhdf5 -L/usr/lib/openmpi/lib -lmpi
=====================================
debian/hdf5-serial.pc
=====================================
@@ -1,6 +1,6 @@
Name: HDF5
Description: Hierarchical Data Format 5 (HDF5)
-Version: 1.8.13
+Version: @VERSION@
Requires:
Cflags: -I/usr/include/hdf5/serial
Libs: -L/usr/lib/@MULTIARCH@/hdf5/serial -lhdf5
=====================================
debian/rules
=====================================
@@ -262,7 +262,9 @@ dh_install_%: devpkg = $(package)$(flavorpkg)-dev
dh_install_%:
dh_install $(foreach pkg,$(PACKAGES_$(flavor)),-p$(pkg)) --sourcedir=$(destdir)
install -d debian/$(devpkg)/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig
- sed 's/@MULTIARCH@/$(DEB_HOST_MULTIARCH)/g' debian/hdf5-$(flavor).pc >debian/$(devpkg)/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/hdf5-$(flavor).pc
+ sed -e 's/@MULTIARCH@/$(DEB_HOST_MULTIARCH)/g' \
+ -e 's/@VERSION@/$(libversion)/g' \
+ debian/hdf5-$(flavor).pc >debian/$(devpkg)/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/hdf5-$(flavor).pc
override_dh_install-arch: $(foreach flavor,$(FLAVORS),dh_install_$(flavor))
find debian/$(serpack)/usr/lib -name '*cpp*' -delete
View it on GitLab: https://salsa.debian.org/debian-gis-team/hdf5/compare/4b89a1d7d29b792aaa39333b2a4ec2058d35a9c5...af8c13b689cc62793924c28ada1a2aef5d106811
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/hdf5/compare/4b89a1d7d29b792aaa39333b2a4ec2058d35a9c5...af8c13b689cc62793924c28ada1a2aef5d106811
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/20181218/cd8e6ea8/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list