Author: tille Date: 2012-06-07 11:29:10 +0000 (Thu, 07 Jun 2012) New Revision: 11248
Added: trunk/packages/qrisk2/ trunk/packages/qrisk2/trunk/ trunk/packages/qrisk2/trunk/debian/ trunk/packages/qrisk2/trunk/debian/changelog trunk/packages/qrisk2/trunk/debian/compat trunk/packages/qrisk2/trunk/debian/control trunk/packages/qrisk2/trunk/debian/copyright trunk/packages/qrisk2/trunk/debian/rules trunk/packages/qrisk2/trunk/debian/upstream Log: Inject content of practice task file into SVN Added: trunk/packages/qrisk2/trunk/debian/changelog =================================================================== --- trunk/packages/qrisk2/trunk/debian/changelog (rev 0) +++ trunk/packages/qrisk2/trunk/debian/changelog 2012-06-07 11:29:10 UTC (rev 11248) @@ -0,0 +1,5 @@ +qrisk2 (0.0.r27-1) unstable; urgency=low + + * Initial release + + -- Andreas Tille <[email protected]> Thu, 07 Jun 2012 13:16:01 +0200 Added: trunk/packages/qrisk2/trunk/debian/compat =================================================================== --- trunk/packages/qrisk2/trunk/debian/compat (rev 0) +++ trunk/packages/qrisk2/trunk/debian/compat 2012-06-07 11:29:10 UTC (rev 11248) @@ -0,0 +1 @@ +9 Added: trunk/packages/qrisk2/trunk/debian/control =================================================================== --- trunk/packages/qrisk2/trunk/debian/control (rev 0) +++ trunk/packages/qrisk2/trunk/debian/control 2012-06-07 11:29:10 UTC (rev 11248) @@ -0,0 +1,34 @@ +Source: qrisk2 +Section: science +Priority: optional +Maintainer: Debian Med Packaging Team <[email protected]> +DM-Upload-Allowed: yes +Uploaders: Andreas Tille <[email protected]> +Build-Depends: debhelper (>= 9) +Standards-Version: 3.9.3 +Homepage: http://qrisk.org/ +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/qrisk2/trunk/ +Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/qrisk2/trunk/ + +Package: qrisk2 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: cardiovascular disease risk calculator + You can use this calculator to work out your risk of having a heart + attack or stroke over the next ten years by answering some simple + questions. It is suitable for people who do not already have a diagnosis + of heart disease or stroke. + . + The QRISK®2 algorithm has been developed by doctors and academics + working in the UK National Health Service and is based on routinely + collected data from many thousands of GPs across the country who have + freely contributed data for medical research. + . + Whilst QRISK2 has been developed for use in the UK, it is being used + internationally. For non-UK use, if the postcode field is left blank the + score will be calculated using an average value. Users should note, + however, that CVD risk is likely to be under-estimated in patients from + deprived areas and over-estimated for patients from affluent areas. All + medical decisions need to be taken by a patient in consultation with + their doctor. The authors and the sponsors accept no responsibility for + clinical use or misuse of these score.. Added: trunk/packages/qrisk2/trunk/debian/copyright =================================================================== --- trunk/packages/qrisk2/trunk/debian/copyright (rev 0) +++ trunk/packages/qrisk2/trunk/debian/copyright 2012-06-07 11:29:10 UTC (rev 11248) @@ -0,0 +1,11 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: QRISK®2 +Source: http://svn.clinrisk.co.uk/opensource/ + +Files: * +Copyright: © 2008-2012 ClinRisk Ltd. +License: LGPLv3 + +Files: debian/* +Copyright: © 2012 Andreas Tille <[email protected]> +License: LGPLv3 Added: trunk/packages/qrisk2/trunk/debian/rules =================================================================== --- trunk/packages/qrisk2/trunk/debian/rules (rev 0) +++ trunk/packages/qrisk2/trunk/debian/rules 2012-06-07 11:29:10 UTC (rev 11248) @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +# DH_VERBOSE := 1 + +%: + dh $@ Property changes on: trunk/packages/qrisk2/trunk/debian/rules ___________________________________________________________________ Added: svn:executable + * Added: trunk/packages/qrisk2/trunk/debian/upstream =================================================================== --- trunk/packages/qrisk2/trunk/debian/upstream (rev 0) +++ trunk/packages/qrisk2/trunk/debian/upstream 2012-06-07 11:29:10 UTC (rev 11248) @@ -0,0 +1,12 @@ +Reference: + Author: Julia Hippisley-Cox and Carol Coupland and Yana Vinogradova and John Robson and Rubin Minhas and Aziz Sheikh and Peter Brindle + Title: Predicting cardiovascular risk in England and Wales: prospective derivation and validation of QRISK2 + Journal: British Medical Journal + Year: 2008 + Volume: 336 + Number: 7659 + Pages: 1475-82 + DOI: 10.1136/bmj.39609.449676.25 + PMID: 18573856 + URL: http://www.bmj.com/content/336/7659/1475 + eprint: http://www.bmj.com/content/336/7659/1475.pdf%2Bhtml _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
