[med-svn] r9640 - trunk/packages/R/r-cran-haplo.stats/trunk/debian
Andreas Tille
tille at alioth.debian.org
Fri Feb 10 15:04:42 UTC 2012
Author: tille
Date: 2012-02-10 15:04:41 +0000 (Fri, 10 Feb 2012)
New Revision: 9640
Modified:
trunk/packages/R/r-cran-haplo.stats/trunk/debian/changelog
trunk/packages/R/r-cran-haplo.stats/trunk/debian/control
trunk/packages/R/r-cran-haplo.stats/trunk/debian/rules
Log:
New upstream version and further adaptions to usual R packaging
Modified: trunk/packages/R/r-cran-haplo.stats/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-haplo.stats/trunk/debian/changelog 2012-02-10 14:58:03 UTC (rev 9639)
+++ trunk/packages/R/r-cran-haplo.stats/trunk/debian/changelog 2012-02-10 15:04:41 UTC (rev 9640)
@@ -1,14 +1,17 @@
-r-cran-haplo.stats (1.4.4-2) UNRELEASED; urgency=low
+r-cran-haplo.stats (1.5.2-1) UNRELEASED; urgency=low
[ Charles Plessy ]
* debian/upstream-metadata.yaml -> debian/upstream
[ Andreas Tille ]
+ * New upstream version
* debian/control:
- Standards-Version: 3.9.2
- Fixed Vcs-Browser
+ - Depends: ${R:Depends}
* debhelper 8 (control+compat)
* debian/source/format: 3.0 (quilt)
+ * debian/rules: use usual R:depends variable substitution
-- Andreas Tille <tille at debian.org> Fri, 10 Feb 2012 15:54:27 +0100
Modified: trunk/packages/R/r-cran-haplo.stats/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-haplo.stats/trunk/debian/control 2012-02-10 14:58:03 UTC (rev 9639)
+++ trunk/packages/R/r-cran-haplo.stats/trunk/debian/control 2012-02-10 15:04:41 UTC (rev 9640)
@@ -13,7 +13,7 @@
Package: r-cran-haplo.stats
Architecture: any
-Depends: ${shlibs:Depends}, r-base-core
+Depends: ${shlibs:Depends}, ${R:Depends}
Description: GNU R package for haplotype analysis
The package provides routines for the GNU R statistics environment
for statistical Analysis of indirectly measured Haplotypes with Traits
Modified: trunk/packages/R/r-cran-haplo.stats/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-haplo.stats/trunk/debian/rules 2012-02-10 14:58:03 UTC (rev 9639)
+++ trunk/packages/R/r-cran-haplo.stats/trunk/debian/rules 2012-02-10 15:04:41 UTC (rev 9640)
@@ -1,6 +1,11 @@
#!/usr/bin/make -f
# -*- makefile -*-
-# debian/rules file for the Debian/GNU Linux r-cran-qtl package
-# Copyright 2003-2006 by Dirk Eddelbuettel <edd at debian.org>
+# debian/rules file for the Debian/GNU Linux r-cran-haplo.stats package
+# Copyright 2012 by Andreas Tille <tille at debian.org>
+# GPL
include /usr/share/R/debian/r-cran.mk
+
+# Require a number equal or superior than the R version the package was built with.
+install/$(package)::
+ echo "R:Depends=r-base-core (>= $(shell R --version | head -n1 | perl -ne 'print / +([0-9]\.[0-9]+\.[0-9])/')~)" >> debian/$(package).substvars
More information about the debian-med-commit
mailing list