[med-svn] r8337 - trunk/packages/R/r-cran-diagnosismed/trunk/debian
Andreas Tille
tille at alioth.debian.org
Fri Oct 28 12:22:58 UTC 2011
Author: tille
Date: 2011-10-28 12:22:57 +0000 (Fri, 28 Oct 2011)
New Revision: 8337
Added:
trunk/packages/R/r-cran-diagnosismed/trunk/debian/README.test
Modified:
trunk/packages/R/r-cran-diagnosismed/trunk/debian/changelog
trunk/packages/R/r-cran-diagnosismed/trunk/debian/compat
trunk/packages/R/r-cran-diagnosismed/trunk/debian/control
trunk/packages/R/r-cran-diagnosismed/trunk/debian/rules
Log:
Fixed description, packaging updates
Added: trunk/packages/R/r-cran-diagnosismed/trunk/debian/README.test
===================================================================
--- trunk/packages/R/r-cran-diagnosismed/trunk/debian/README.test (rev 0)
+++ trunk/packages/R/r-cran-diagnosismed/trunk/debian/README.test 2011-10-28 12:22:57 UTC (rev 8337)
@@ -0,0 +1,5 @@
+Notes on how this package can be tested.
+────────────────────────────────────────
+
+This package can be tested by loading it into R with the command
+‘library(DiagnosisMed)’ in order to confirm its integrity.
Modified: trunk/packages/R/r-cran-diagnosismed/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-diagnosismed/trunk/debian/changelog 2011-10-28 10:57:53 UTC (rev 8336)
+++ trunk/packages/R/r-cran-diagnosismed/trunk/debian/changelog 2011-10-28 12:22:57 UTC (rev 8337)
@@ -1,8 +1,15 @@
-r-cran-diagnosismed (0.2.3-2) UNRELEASED; urgency=low
+r-cran-diagnosismed (0.2.3-2) unstable; urgency=low
- * Added source/format 3.0 (quilt) [Steffen]
+ * Improve long description
+ Closes: #635540
+ * Standards-Version: 3.9.2 (no changes needed)
+ * Fixed Vcs fields
+ * debian/rules: Added missing '~'
+ * Source format 3.0 (quilt)
+ * Added README.test
+ * Debhelper 8 (control+compat)
- -- Andreas Tille <tille at debian.org> Sat, 05 Feb 2011 17:50:21 +0100
+ -- Andreas Tille <tille at debian.org> Fri, 28 Oct 2011 13:56:36 +0200
r-cran-diagnosismed (0.2.3-1) unstable; urgency=low
Modified: trunk/packages/R/r-cran-diagnosismed/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-diagnosismed/trunk/debian/compat 2011-10-28 10:57:53 UTC (rev 8336)
+++ trunk/packages/R/r-cran-diagnosismed/trunk/debian/compat 2011-10-28 12:22:57 UTC (rev 8337)
@@ -1 +1 @@
-7
+8
Modified: trunk/packages/R/r-cran-diagnosismed/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-diagnosismed/trunk/debian/control 2011-10-28 10:57:53 UTC (rev 8336)
+++ trunk/packages/R/r-cran-diagnosismed/trunk/debian/control 2011-10-28 12:22:57 UTC (rev 8337)
@@ -4,24 +4,24 @@
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Andreas Tille <tille at debian.org>
DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0), cdbs, r-base-dev
+Build-Depends: debhelper (>= 8), cdbs, r-base-dev
Build-Depends-Indep: r-cran-epicalc, r-cran-epitools, r-cran-teachingdemos, r-cran-amore
-Standards-Version: 3.9.1.0
+Standards-Version: 3.9.2
Homepage: http://cran.r-project.org/web/packages/DiagnosisMed
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-diagnosismed/trunk/?rev=0&sc=0
-Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/R/r-cran-diagnosismed/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-diagnosismed/trunk
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/R/r-cran-diagnosismed/trunk/
Package: r-cran-diagnosismed
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends}, r-cran-epicalc, r-cran-epitools,
r-cran-teachingdemos, r-cran-amore
Suggests: r-cran-surveillance, r-cran-epi, r-cran-epibasix, r-cran-epir
-Description: GNU R Diagnostic test accuracy evaluation for medical professionals
- DiagnosisMed is a package to analyze data from diagnostic test accuracy
- evaluating health conditions. It is being built to be used by health
- professionals. This package is able to estimate sensitivity and
- specificity from categorical and continuous test results including some
- evaluations of indeterminate results, or compare different categorical
- tests, and estimate reasonble cut-offs of tests and display it in a way
- commonly used by health professionals. No graphical interface is
- avalible yet.
+Description: medical diagnostic test accuracy analysis toolkit
+ DiagnosisMed is a GNU R package to analyze the accuracy of data from
+ diagnostic tests evaluating health conditions. It was designed to be
+ used by health professionals. This package helps estimating sensitivity
+ and specificity from categorical and continuous test results including
+ some evaluations of indeterminate results, or compare different
+ categorical tests, and estimate reasonable cut-offs of tests and display
+ it in a way commonly used by health professionals. No graphical
+ interface is available yet.
Modified: trunk/packages/R/r-cran-diagnosismed/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-diagnosismed/trunk/debian/rules 2011-10-28 10:57:53 UTC (rev 8336)
+++ trunk/packages/R/r-cran-diagnosismed/trunk/debian/rules 2011-10-28 12:22:57 UTC (rev 8337)
@@ -7,5 +7,4 @@
# Require a number equal or superior than the R version the package was built with.
install/r-$(debRreposname)-$(cranName)::
- echo "R:Depends=r-base-core (>= $(shell R --version | head -n1 | perl -ne 'print / +([0-9]\.[0-9]+\.[0-9])/'))" >> debian/r-$(debRreposname)-$(cranName).substvars
-
+ echo "R:Depends=r-base-core (>= $(shell R --version | head -n1 | perl -ne 'print / +([0-9]\.[0-9]+\.[0-9])/')~)" >> debian/r-$(debRreposname)-$(cranName).substvars
More information about the debian-med-commit
mailing list