[med-svn] r8239 - trunk/packages/R/r-cran-rocr/trunk/debian
Andreas Tille
tille at alioth.debian.org
Fri Oct 21 12:47:25 UTC 2011
Author: tille
Date: 2011-10-21 12:47:25 +0000 (Fri, 21 Oct 2011)
New Revision: 8239
Added:
trunk/packages/R/r-cran-rocr/trunk/debian/docs
Modified:
trunk/packages/R/r-cran-rocr/trunk/debian/README.Debian
trunk/packages/R/r-cran-rocr/trunk/debian/changelog
trunk/packages/R/r-cran-rocr/trunk/debian/compat
trunk/packages/R/r-cran-rocr/trunk/debian/control
trunk/packages/R/r-cran-rocr/trunk/debian/rules
Log:
Rebuild against latest R, packaging updates
Modified: trunk/packages/R/r-cran-rocr/trunk/debian/README.Debian
===================================================================
--- trunk/packages/R/r-cran-rocr/trunk/debian/README.Debian 2011-10-21 12:22:02 UTC (rev 8238)
+++ trunk/packages/R/r-cran-rocr/trunk/debian/README.Debian 2011-10-21 12:47:25 UTC (rev 8239)
@@ -1,7 +1,7 @@
-Notes on how this package is tested.
-────────────────────────────────────
+Notes on how this package can be tested.
+────────────────────────────────────────
-After building on the maintainer's computer, this package was locally installed
-and the library loaded into R in order to confirm its integrity.
+This package can be tested by loading it into R with the command
+‘library(rocr)’ in order to confirm its integrity.
- -- Charles Plessy <plessy at debian.org> Wed, 03 Feb 2010 14:28:04 +0900
+ -- Andreas Tille <tille at debian.org> Tue, 18 Oct 2011 19:46:07 +0200
Modified: trunk/packages/R/r-cran-rocr/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-rocr/trunk/debian/changelog 2011-10-21 12:22:02 UTC (rev 8238)
+++ trunk/packages/R/r-cran-rocr/trunk/debian/changelog 2011-10-21 12:47:25 UTC (rev 8239)
@@ -1,3 +1,18 @@
+r-cran-rocr (1.0-4-2) unstable; urgency=low
+
+ * Rebuild using latest R
+ Closes: #646044
+ * Standards-Version: 3.9.2 (no changes needed)
+ * Debhelper 8 (control+compat)
+ * Fixed Vcs fields
+ * debian/source/format: 3.0 (quilt)
+ * README.Debian: describe how the package was testet
+ * debian/control: Suggests: r-cran-runit
+ (because it is described in upstream's README.unittests)
+ * debian/docs: Install information about unittests
+
+ -- Andreas Tille <tille at debian.org> Fri, 21 Oct 2011 14:29:10 +0200
+
r-cran-rocr (1.0-4-1) unstable; urgency=low
* New upstream release.
Modified: trunk/packages/R/r-cran-rocr/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-rocr/trunk/debian/compat 2011-10-21 12:22:02 UTC (rev 8238)
+++ trunk/packages/R/r-cran-rocr/trunk/debian/compat 2011-10-21 12:47:25 UTC (rev 8239)
@@ -1 +1 @@
-7
+8
Modified: trunk/packages/R/r-cran-rocr/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-rocr/trunk/debian/control 2011-10-21 12:22:02 UTC (rev 8238)
+++ trunk/packages/R/r-cran-rocr/trunk/debian/control 2011-10-21 12:47:25 UTC (rev 8239)
@@ -2,16 +2,19 @@
Section: gnu-r
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Steffen Moeller <moeller at debian.org>, Charles Plessy <plessy at debian.org>
-Build-Depends: debhelper (>= 7), cdbs, r-base-dev (>= 2.10.0), r-cran-gplots, r-cran-gtools, r-cran-gdata
-Standards-Version: 3.8.4
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-rocr/trunk/?rev=0&sc=0
-Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/R/r-cran-rocr/trunk/
+Uploaders: Steffen Moeller <moeller at debian.org>,
+ Charles Plessy <plessy at debian.org>,
+ Andreas Tille <tille at debian.org>
+Build-Depends: debhelper (>= 8), cdbs, r-base-dev (>= 2.10.0), r-cran-gplots, r-cran-gtools, r-cran-gdata
+Standards-Version: 3.9.2
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-rocr/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/R/r-cran-rocr/trunk/
Homepage: http://rocr.bioinf.mpi-sb.mpg.de
Package: r-cran-rocr
Architecture: all
Depends: ${misc:Depends}, ${R:Depends}, r-cran-gplots, r-cran-gtools, r-cran-gdata
+Suggests: r-cran-runit
Description: GNU R package to prepare and display ROC curves
ROC graphs, sensitivity/specificity curves, lift charts,
and precision/recall plots are popular examples of trade-off
Added: trunk/packages/R/r-cran-rocr/trunk/debian/docs
===================================================================
--- trunk/packages/R/r-cran-rocr/trunk/debian/docs (rev 0)
+++ trunk/packages/R/r-cran-rocr/trunk/debian/docs 2011-10-21 12:47:25 UTC (rev 8239)
@@ -0,0 +1 @@
+README.unittests
Modified: trunk/packages/R/r-cran-rocr/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-rocr/trunk/debian/rules 2011-10-21 12:22:02 UTC (rev 8238)
+++ trunk/packages/R/r-cran-rocr/trunk/debian/rules 2011-10-21 12:47:25 UTC (rev 8239)
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
# -*- makefile -*-
-# debian/rules file for the Debian/GNU Linux r-cran-qtl package
+# debian/rules file for the Debian/GNU Linux r-cran-ocr package
# Copyright 2003-2006 by Dirk Eddelbuettel <edd at debian.org>
include /usr/share/R/debian/r-cran.mk
More information about the debian-med-commit
mailing list