r44612 - in /packages/R/r-cran-msm/trunk/debian: changelog rules

tille at users.alioth.debian.org tille at users.alioth.debian.org
Mon Mar 26 20:58:32 UTC 2012


Author: tille
Date: Mon Mar 26 20:58:32 2012
New Revision: 44612

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44612
Log:
R:Depends substitution variable now handled via cdbs helper; upload to unstable

Modified:
    packages/R/r-cran-msm/trunk/debian/changelog
    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=44612&op=diff
==============================================================================
--- packages/R/r-cran-msm/trunk/debian/changelog (original)
+++ packages/R/r-cran-msm/trunk/debian/changelog Mon Mar 26 20:58:32 2012
@@ -1,10 +1,13 @@
-r-cran-msm (1.1-1) UNRELEASED; urgency=low
+r-cran-msm (1.1-1) unstable; urgency=low
 
   * New upstream version
   * debian/control:
     - Standards-Version: 3.9.3 (no changes needed)
     - Build-Depends: r-base-dev (>= 2.14.2~20120222)
     - Fixed Vcs fields
+  * debian/rules:
+    - Remove R:Depends substitution variable which is now
+      included in /usr/share/R/debian/r-cran.mk
   * debhelper compat level 8 (control+compat)
   * debian/README.Debian is now README.test, deleted other redundant
     information which seems to be irrelevant for the user

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=44612&op=diff
==============================================================================
--- packages/R/r-cran-msm/trunk/debian/rules (original)
+++ packages/R/r-cran-msm/trunk/debian/rules Mon Mar 26 20:58:32 2012
@@ -6,12 +6,8 @@
 include /usr/share/R/debian/r-cran.mk
 
 clean::
-	echo "Clean up for package $(package)"
 	rm -f src/msm.so
 
 install/$(package)::
 	chmod 644 debian/$(package)/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/$(package).substvars
-




More information about the debian-science-commits mailing list