[med-svn] r4867 - in trunk/packages/R/r-cran-surveillance/trunk/debian: . source
Andreas Tille
tille at alioth.debian.org
Fri Jun 4 12:25:53 UTC 2010
Author: tille
Date: 2010-06-04 12:25:50 +0000 (Fri, 04 Jun 2010)
New Revision: 4867
Added:
trunk/packages/R/r-cran-surveillance/trunk/debian/README.Debian
trunk/packages/R/r-cran-surveillance/trunk/debian/source/
trunk/packages/R/r-cran-surveillance/trunk/debian/source/format
Modified:
trunk/packages/R/r-cran-surveillance/trunk/debian/changelog
trunk/packages/R/r-cran-surveillance/trunk/debian/control
trunk/packages/R/r-cran-surveillance/trunk/debian/rules
Log:
New upstream version, updated packaging to recent R packaging habit of Debian Med
Added: trunk/packages/R/r-cran-surveillance/trunk/debian/README.Debian
===================================================================
--- trunk/packages/R/r-cran-surveillance/trunk/debian/README.Debian (rev 0)
+++ trunk/packages/R/r-cran-surveillance/trunk/debian/README.Debian 2010-06-04 12:25:50 UTC (rev 4867)
@@ -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(surveillance)’ in order to confirm its integrity.
Modified: trunk/packages/R/r-cran-surveillance/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-surveillance/trunk/debian/changelog 2010-06-04 12:14:15 UTC (rev 4866)
+++ trunk/packages/R/r-cran-surveillance/trunk/debian/changelog 2010-06-04 12:25:50 UTC (rev 4867)
@@ -1,3 +1,13 @@
+r-cran-surveillance (1.1.6-1) unstable; urgency=low
+
+ * New upstream version
+ * Standards-Version: 3.8.4 (no changes needed)
+ * debian/{control,rules}: Depends: ${R:Depends}
+ * Source format 3.0 (quilt)
+ * Added README.Debian to explain how package can be verified
+
+ -- Andreas Tille <tille at debian.org> Fri, 04 Jun 2010 13:31:40 +0200
+
r-cran-surveillance (1.1.2-1) unstable; urgency=low
* New upstream version
Modified: trunk/packages/R/r-cran-surveillance/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-surveillance/trunk/debian/control 2010-06-04 12:14:15 UTC (rev 4866)
+++ trunk/packages/R/r-cran-surveillance/trunk/debian/control 2010-06-04 12:25:50 UTC (rev 4867)
@@ -6,7 +6,7 @@
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0), cdbs, r-base-dev, r-cran-xtable, r-cran-spc,
r-cran-maptools, r-cran-vcd, r-cran-msm, r-cran-vr, r-cran-colorspace, r-cran-matrix
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
Homepage: http://surveillance.r-forge.r-project.org
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-surveillance/trunk/?rev=0&sc=0
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/R/r-cran-surveillance/trunk/
@@ -14,7 +14,7 @@
Package: r-cran-surveillance
Architecture: any
-Depends: ${shlibs:Depends}, r-base-core, r-cran-xtable, r-cran-spc,
+Depends: ${shlibs:Depends}, ${R:Depends}, r-cran-xtable, r-cran-spc,
r-cran-maptools, r-cran-vcd, r-cran-msm, r-cran-vr, r-cran-colorspace
Description: development and the evaluation of epidemiological outbreak detection algorithms
The R-package 'surveillance' is a framework for the development and the
Modified: trunk/packages/R/r-cran-surveillance/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-surveillance/trunk/debian/rules 2010-06-04 12:14:15 UTC (rev 4866)
+++ trunk/packages/R/r-cran-surveillance/trunk/debian/rules 2010-06-04 12:25:50 UTC (rev 4867)
@@ -5,10 +5,10 @@
include /usr/share/R/debian/r-cran.mk
-pkg:=r-cran-surveillance
-
clean::
rm -f src/surveillance.so
-install/$(pkg)::
- chmod 644 debian/$(pkg)/usr/lib/R/site-library/surveillance/shapes/berlin.*
+install/$(package)::
+ chmod 644 debian/$(package)/usr/lib/R/site-library/surveillance/shapes/berlin.*
+ # 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-surveillance/trunk/debian/source/format
===================================================================
--- trunk/packages/R/r-cran-surveillance/trunk/debian/source/format (rev 0)
+++ trunk/packages/R/r-cran-surveillance/trunk/debian/source/format 2010-06-04 12:25:50 UTC (rev 4867)
@@ -0,0 +1 @@
+3.0 (quilt)
More information about the debian-med-commit
mailing list