Andreas Tille pushed to branch master at Debian Med / qrisk2
Commits: 5a92fc84 by Andreas Tille at 2018-10-23T10:48:43Z Do not hard code location of libc headers - - - - - 912f9a0a by Andreas Tille at 2018-10-23T10:52:05Z Standards-Version: 4.2.1 - - - - - ca8c58e7 by Andreas Tille at 2018-10-23T10:52:06Z Secure URI in copyright format - - - - - 9029a303 by Andreas Tille at 2018-10-23T10:52:57Z Upload to unstable - - - - - 5 changed files: - debian/changelog - debian/control - debian/copyright - + debian/patches/multiarch-libc.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +qrisk2 (0.1.20150729-4) unstable; urgency=medium + + * Do not hard code location of libc headers (thanks for the patch to + Helmut Grohne <[email protected]>) + Closes: #911556 + * Standards-Version: 4.2.1 + * Secure URI in copyright format + + -- Andreas Tille <[email protected]> Tue, 23 Oct 2018 12:52:06 +0200 + qrisk2 (0.1.20150729-3) unstable; urgency=medium * debhelper 11 ===================================== debian/control ===================================== @@ -6,7 +6,7 @@ Section: science Priority: optional Build-Depends: debhelper (>= 11~), xutils-dev -Standards-Version: 4.1.5 +Standards-Version: 4.2.1 Vcs-Browser: https://salsa.debian.org/med-team/qrisk2 Vcs-Git: https://salsa.debian.org/med-team/qrisk2.git Homepage: http://qrisk.org/ ===================================== debian/copyright ===================================== @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: QRISK®2 Upstream-Contact: Stephen Hippisley-Cox <[email protected]> Source: http://svn.clinrisk.co.uk/opensource/ ===================================== debian/patches/multiarch-libc.patch ===================================== @@ -0,0 +1,18 @@ +Author: Helmut Grohne <[email protected]> +Last-Update: Sun, 21 Oct 2018 21:22:56 +0200 +Description: Do not hardcode location of libc headers + +--- a/Makefile ++++ b/Makefile +@@ -80,10 +80,6 @@ clean: + + # DO NOT DELETE + +-c/Q80_model_4_0.o: /usr/include/math.h /usr/include/features.h +-c/Q80_model_4_0.o: /usr/include/string.h + c/Q80_model_4_0.o: include/clinrisk/Q80_model_4_0.h include/clinrisk/utils.h +-c/Q80_model_4_1.o: /usr/include/math.h /usr/include/features.h +-c/Q80_model_4_1.o: /usr/include/string.h + c/Q80_model_4_1.o: include/clinrisk/Q80_model_4_1.h include/clinrisk/utils.h +-c/utils.o: /usr/include/string.h include/clinrisk/utils.h ++c/utils.o: ===================================== debian/patches/series ===================================== @@ -1,2 +1,3 @@ hardening-flags.patch build_on_non-linux_systems.patch +multiarch-libc.patch View it on GitLab: https://salsa.debian.org/med-team/qrisk2/compare/0be11d69f4d0aa6078dd6cb9f1ba60ea8858087f...9029a30373bfc21e2938eae34b90dcee277cf108 -- View it on GitLab: https://salsa.debian.org/med-team/qrisk2/compare/0be11d69f4d0aa6078dd6cb9f1ba60ea8858087f...9029a30373bfc21e2938eae34b90dcee277cf108 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
