[Git][debian-gis-team/hdf5][master] 3 commits: Fix missing 2016 copyright for LBNL
Gilles Filippini
gitlab at salsa.debian.org
Sun Dec 30 14:10:47 GMT 2018
Gilles Filippini pushed to branch master at Debian GIS Project / hdf5
Commits:
3b95a677 by Gilles Filippini at 2018-12-29T08:18:43Z
Fix missing 2016 copyright for LBNL
- - - - -
3de62527 by Gilles Filippini at 2018-12-30T11:12:07Z
Remove all dpkg-buildflags from hdf5-helpers
- - - - -
5df44381 by Gilles Filippini at 2018-12-30T11:12:31Z
Upload release 1.10.4+repack-6 to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/copyright
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+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 at 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
=====================================
@@ -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
=====================================
@@ -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:
View it on GitLab: https://salsa.debian.org/debian-gis-team/hdf5/compare/6ea41e2a8e8c28f6d06c83a7913d6ff09df96649...5df443819a322b6f6f338b54b6548cb5a7587c4f
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/hdf5/compare/6ea41e2a8e8c28f6d06c83a7913d6ff09df96649...5df443819a322b6f6f338b54b6548cb5a7587c4f
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/20181230/fdca804b/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list