Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Do not hard code location of libc headers
· 5a92fc84
Andreas Tille
authored
Oct 23, 2018
5a92fc84
Standards-Version: 4.2.1
· 912f9a0a
Andreas Tille
authored
Oct 23, 2018
912f9a0a
Secure URI in copyright format
· ca8c58e7
Andreas Tille
authored
Oct 23, 2018
ca8c58e7
Upload to unstable
· 9029a303
Andreas Tille
authored
Oct 23, 2018
9029a303
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
9029a303
qrisk2 (0.1.20150729-4) unstable; urgency=medium
* Do not hard code location of libc headers (thanks for the patch to
Helmut Grohne <helmut@subdivi.de>)
Closes: #911556
* Standards-Version: 4.2.1
* Secure URI in copyright format
-- Andreas Tille <tille@debian.org> Tue, 23 Oct 2018 12:52:06 +0200
qrisk2 (0.1.20150729-3) unstable; urgency=medium
* debhelper 11
...
...
debian/control
View file @
9029a303
...
...
@@ -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
View file @
9029a303
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: http
s
://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: QRISK®2
Upstream-Contact: Stephen Hippisley-Cox <s.d.hippisley-cox@clinrisk.co.uk>
Source: http://svn.clinrisk.co.uk/opensource/
...
...
debian/patches/multiarch-libc.patch
0 → 100644
View file @
9029a303
Author: Helmut Grohne <helmut@subdivi.de>
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
View file @
9029a303
hardening-flags.patch
build_on_non-linux_systems.patch
multiarch-libc.patch