r36265 - in /packages/R/r-cran-msm/trunk/debian: changelog control rules
tille at users.alioth.debian.org
tille at users.alioth.debian.org
Tue Mar 9 21:56:00 UTC 2010
Author: tille
Date: Tue Mar 9 21:56:00 2010
New Revision: 36265
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36265
Log:
New upstream version, Depend on a version equal or superior than the R version used to build the package
Modified:
packages/R/r-cran-msm/trunk/debian/changelog
packages/R/r-cran-msm/trunk/debian/control
packages/R/r-cran-msm/trunk/debian/rules
Modified: packages/R/r-cran-msm/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-msm/trunk/debian/changelog?rev=36265&op=diff
==============================================================================
--- packages/R/r-cran-msm/trunk/debian/changelog (original)
+++ packages/R/r-cran-msm/trunk/debian/changelog Tue Mar 9 21:56:00 2010
@@ -1,3 +1,13 @@
+r-cran-msm (0.9.6-1) unstable; urgency=low
+
+ * New upstream version
+ * Incremented Standards-Version to reflect conformance with Policy 3.8.4
+ (debian/control, no changes needed).
+ * Depend on a version equal or superior than the R version used to build
+ the package, by adding a R:Depends substvar (debian/control, debian/rules).
+
+ -- Andreas Tille <tille at debian.org> Tue, 09 Mar 2010 22:27:37 +0100
+
r-cran-msm (0.9.5-1) unstable; urgency=low
* New upstream version
Modified: packages/R/r-cran-msm/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-msm/trunk/debian/control?rev=36265&op=diff
==============================================================================
--- packages/R/r-cran-msm/trunk/debian/control (original)
+++ packages/R/r-cran-msm/trunk/debian/control Tue Mar 9 21:56:00 2010
@@ -5,14 +5,14 @@
Uploaders: Andreas Tille <tille at debian.org>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0), cdbs, r-base-dev, r-cran-mvtnorm, r-cran-survival
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
Homepage: http://cran.r-project.org/web/packages/msm/
Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-msm/trunk/?rev=0&sc=0
Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/R/r-cran-msm/trunk/
Package: r-cran-msm
Architecture: any
-Depends: ${shlibs:Depends}, r-base-core, r-cran-mvtnorm, r-cran-survival
+Depends: ${shlibs:Depends}, ${R:Depends}, r-cran-mvtnorm, r-cran-survival
Description: GNU R Multi-state Markov and hidden Markov models in continuous time
Functions for fitting general continuous-time Markov and hidden Markov
multi-state models to longitudinal data. Both Markov transition rates and the
Modified: packages/R/r-cran-msm/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-msm/trunk/debian/rules?rev=36265&op=diff
==============================================================================
--- packages/R/r-cran-msm/trunk/debian/rules (original)
+++ packages/R/r-cran-msm/trunk/debian/rules Tue Mar 9 21:56:00 2010
@@ -5,10 +5,15 @@
include /usr/share/R/debian/r-cran.mk
-pkg:=r-cran-msm
+pkg:=r-$(debRreposname)-$(cranName)
clean::
+ echo "Clean up for package $(pkg)"
rm -f src/msm.so
install/$(pkg)::
chmod 644 debian/$(pkg)/usr/lib/R/site-library/msm/NEWS
+
+ # 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/$(pkg).substvars
+
More information about the debian-science-commits
mailing list