[med-svn] [Git][med-team/examl][master] 2 commits: forward the hardening patch
Michael R. Crusoe
gitlab at salsa.debian.org
Sun Apr 19 13:24:54 BST 2020
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 <michael.crusoe at gmail.com> 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 <tille at debian.org>
+From: Andreas Tille <tille at debian.org>
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200419/35e41e30/attachment-0001.html>
More information about the debian-med-commit
mailing list