Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Fix missing 2016 copyright for LBNL
· 3b95a677
Gilles Filippini
authored
Dec 29, 2018
3b95a677
Remove all dpkg-buildflags from hdf5-helpers
· 3de62527
Gilles Filippini
authored
Dec 30, 2018
3de62527
Upload release 1.10.4+repack-6 to unstable
· 5df44381
Gilles Filippini
authored
Dec 30, 2018
5df44381
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
5df44381
hdf5 (1.10.4+repack-6) unstable; urgency=medium
* Remove all dpkg-buildflags from hdf5-helpers
* d/copyright: Fix missing 2016 copyright for LBNL
-- Gilles Filippini <pini@debian.org> Sun, 30 Dec 2018 12:12:12 +0100
hdf5 (1.10.4+repack-5) unstable; urgency=medium
* Drop useless -fdebug-prefix-map flag from hdf5-helpers to improve
...
...
debian/copyright
View file @
5df44381
...
...
@@ -7,8 +7,9 @@ Comment: Upstream tarball repacked to drop PDF files for which we have no
See debian/{watch,orig-tar.sh,orig-tar.exclude} for details.
Files: *
Copyright: 1998-2006, The Board of Trustees of the University of Illinois
2006-2018, The HDF Group
Copyright: 1998-2006 The Board of Trustees of the University of Illinois
2016 The Regents of the University of California
2006-2018 The HDF Group
License: BSD-3-clause
Copyright Notice and License Terms for
HDF5 (Hierarchical Data Format 5) Software Library and Utilities
...
...
debian/rules
View file @
5df44381
...
...
@@ -262,8 +262,9 @@ dh_install_%:
override_dh_install-arch: $(foreach flavor,$(FLAVORS),dh_install_$(flavor))
find debian/$(serpack)/usr/lib -name '*cpp*' -delete
rm -f debian/$(serpackdev)/usr/lib/$(DEB_HOST_MULTIARCH)/libhdf5_java*
# Drop useless -fdebug-prefix-map flag from helpers to improve reproducibility
sed -i 's/-fdebug-prefix-map=[^ ]*\. //' debian/hdf5-helpers/usr/bin/h5*
# Drop dpkg-buildflags from helpers to improve reproducibility
sed -i $(foreach flags,CFLAGS CXXFLAGS CPPFLAGS LDFLAGS,-e '/_$(flags)=/s/$(shell dpkg-buildflags --get $(flags) | sed 's:/:\\/:g')//') \
debian/hdf5-helpers/usr/bin/h5*
override_dh_makeshlibs:
dh_makeshlibs -- -v$(libversion)
...
...
@@ -310,7 +311,7 @@ override_dh_compress:
auto_test_%: flavor = $(patsubst auto_test_%,%,$@)
auto_test_%: builddir = debian/build-$(flavor)
auto_test_%:
dh_auto_test -B$(builddir)
#
dh_auto_test -B$(builddir)
# HDFFV-10309 - long double tests fail on ppc64el
# elmt 107:
...
...