Michael R. Crusoe pushed to branch master at Debian Med / examl
Commits: 34891237 by Michael R. Crusoe at 2020-04-19T13:48:44+02:00 forward the hardening patch - - - - - 051767c7 by Michael R. Crusoe at 2020-04-19T14:24:37+02:00 document libsimde-dev usage and version number via Built-Using - - - - - 4 changed files: - debian/changelog - debian/control - debian/patches/hardening.patch - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +examl (3.0.21-5) UNRELEASED; urgency=medium + + * Team upload. + * For GPL compliance, document libsimde-dev usage and version number via + Built-Using + + -- Michael R. Crusoe <[email protected]> Sun, 19 Apr 2020 14:23:38 +0200 + examl (3.0.21-4) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -14,6 +14,7 @@ Rules-Requires-Root: no Package: examl Architecture: any +Built-Using: ${simde:Built-Using} Depends: ${shlibs:Depends}, ${misc:Depends}, openmpi-bin ===================================== debian/patches/hardening.patch ===================================== @@ -1,6 +1,7 @@ -Author: Andreas Tille <[email protected]> +From: Andreas Tille <[email protected]> Last-Update: Tue, 14 Feb 2017 17:37:55 +0100 -Description: Enable propagation of hardening options +Subject: Enable propagation of hardening options +Forwarded: https://github.com/stamatak/ExaML/pull/15 --- examl.orig/examl/Makefile.AVX.gcc +++ examl/examl/Makefile.AVX.gcc ===================================== debian/rules ===================================== @@ -78,3 +78,6 @@ else ifeq (i386,$(DEB_HOST_ARCH)) else dh_install examl/{examl,examl-OMP} parser/parse-examl /usr/bin/ endif + +override_dh_gencontrol: + dh_gencontrol -- -Vsimde:Built-Using=$(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W "libsimde-dev") View it on GitLab: https://salsa.debian.org/med-team/examl/-/compare/b99b47a965a49a3d0e377a0d5d5de3e1e1353f23...051767c7890394416cb66604a7bff2d8b1b0e396 -- View it on GitLab: https://salsa.debian.org/med-team/examl/-/compare/b99b47a965a49a3d0e377a0d5d5de3e1e1353f23...051767c7890394416cb66604a7bff2d8b1b0e396 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
