[med-svn] r8234 - in trunk/packages/R/r-cran-evd/trunk/debian: . source

Andreas Tille tille at alioth.debian.org
Fri Oct 21 09:57:40 UTC 2011


Author: tille
Date: 2011-10-21 09:57:40 +0000 (Fri, 21 Oct 2011)
New Revision: 8234

Added:
   trunk/packages/R/r-cran-evd/trunk/debian/README.Debian
   trunk/packages/R/r-cran-evd/trunk/debian/source/
   trunk/packages/R/r-cran-evd/trunk/debian/source/format
Modified:
   trunk/packages/R/r-cran-evd/trunk/debian/changelog
   trunk/packages/R/r-cran-evd/trunk/debian/compat
   trunk/packages/R/r-cran-evd/trunk/debian/control
   trunk/packages/R/r-cran-evd/trunk/debian/rules
Log:
Rebuilded against latest R, packaging updates


Added: trunk/packages/R/r-cran-evd/trunk/debian/README.Debian
===================================================================
--- trunk/packages/R/r-cran-evd/trunk/debian/README.Debian	                        (rev 0)
+++ trunk/packages/R/r-cran-evd/trunk/debian/README.Debian	2011-10-21 09:57:40 UTC (rev 8234)
@@ -0,0 +1,7 @@
+Notes on how this package can be tested.
+────────────────────────────────────────
+
+This package can be tested by loading it into R with the command
+‘library(evd)’ in order to confirm its integrity.
+
+ -- Andreas Tille <tille at debian.org>  Tue, 18 Oct 2011 19:46:07 +0200

Modified: trunk/packages/R/r-cran-evd/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-evd/trunk/debian/changelog	2011-10-21 08:12:53 UTC (rev 8233)
+++ trunk/packages/R/r-cran-evd/trunk/debian/changelog	2011-10-21 09:57:40 UTC (rev 8234)
@@ -1,3 +1,15 @@
+r-cran-evd (2.2-4-2) unstable; urgency=low
+
+  * debian/{control,rules}: Depends: ${R:Depends}
+    Closes: #646010
+  * Standards-Version: 3.9.2 (no changes needed)
+  * Debhelper 8 (control+compat)
+  * Added README.Debian how to test the package
+  * Fixed Vcs fields
+  * debian/source/format: 3.0 (quilt)
+
+ -- Andreas Tille <tille at debian.org>  Fri, 21 Oct 2011 11:46:23 +0200
+
 r-cran-evd (2.2-4-1) unstable; urgency=low
 
   * Initial Debian Release. (Closes: #590949)

Modified: trunk/packages/R/r-cran-evd/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-evd/trunk/debian/compat	2011-10-21 08:12:53 UTC (rev 8233)
+++ trunk/packages/R/r-cran-evd/trunk/debian/compat	2011-10-21 09:57:40 UTC (rev 8234)
@@ -1 +1 @@
-7
+8

Modified: trunk/packages/R/r-cran-evd/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-evd/trunk/debian/control	2011-10-21 08:12:53 UTC (rev 8233)
+++ trunk/packages/R/r-cran-evd/trunk/debian/control	2011-10-21 09:57:40 UTC (rev 8234)
@@ -2,17 +2,17 @@
 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>
-Build-Depends: debhelper (>> 7), r-base-dev (>= 2.10.0~1), cdbs
-Standards-Version: 3.9.1.0
+Uploaders: Steffen Moeller <moeller at debian.org>,
+ Andreas Tille <tille at debian.org>
+Build-Depends: debhelper (>= 8), r-base-dev (>= 2.10.0~1), cdbs
+Standards-Version: 3.9.2
 Homepage: http://cran.r-project.org/web/packages/evd
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-evd/trunk/?rev=0&sc=0
-Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/R/r-cran-evd/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-evd/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/R/r-cran-evd/trunk/
 
 Package: r-cran-evd
 Architecture: any
-Depends: r-base-core (>= 2.10.0~1), ${misc:Depends}, ${shlibs:Depends}
-Suggests: r-cran-akima
+Depends: ${R:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Description: GNU R Functions for extreme value distributions
  Extends simulation, distribution, quantile and density functions to
  univariate and multivariate parametric extreme value distributions, and

Modified: trunk/packages/R/r-cran-evd/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-evd/trunk/debian/rules	2011-10-21 08:12:53 UTC (rev 8233)
+++ trunk/packages/R/r-cran-evd/trunk/debian/rules	2011-10-21 09:57:40 UTC (rev 8234)
@@ -1,3 +1,10 @@
 #!/usr/bin/make -f
 # 							-*- makefile -*-
+# debian/rules file for the Debian/GNU Linux r-cran-evd package
+# Copyright 2011 by Andreas Tille <tille at debian.org>, GPL
+
 include /usr/share/R/debian/r-cran.mk
+
+install/$(package)::
+	# Require a number equal or superior than the R version the package was built with.
+	echo "R:Depends=r-base-core (>= $(shell R --version | head -n1 | perl -ne 'print / +([0-9]\.[0-9]+\.[0-9])/')~)" >> debian/$(package).substvars

Added: trunk/packages/R/r-cran-evd/trunk/debian/source/format
===================================================================
--- trunk/packages/R/r-cran-evd/trunk/debian/source/format	                        (rev 0)
+++ trunk/packages/R/r-cran-evd/trunk/debian/source/format	2011-10-21 09:57:40 UTC (rev 8234)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the debian-med-commit mailing list