r36531 - in /packages/R/r-cran-amore/trunk/debian: README.Debian changelog control rules

tille at users.alioth.debian.org tille at users.alioth.debian.org
Thu May 20 13:08:50 UTC 2010


Author: tille
Date: Thu May 20 13:08:37 2010
New Revision: 36531

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36531
Log:
New upstream version

Added:
    packages/R/r-cran-amore/trunk/debian/README.Debian
Modified:
    packages/R/r-cran-amore/trunk/debian/changelog
    packages/R/r-cran-amore/trunk/debian/control
    packages/R/r-cran-amore/trunk/debian/rules

Added: packages/R/r-cran-amore/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-amore/trunk/debian/README.Debian?rev=36531&op=file
==============================================================================
--- packages/R/r-cran-amore/trunk/debian/README.Debian (added)
+++ packages/R/r-cran-amore/trunk/debian/README.Debian Thu May 20 13:08:37 2010
@@ -1,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(AMORE)’ in order to confirm its integrity.

Modified: packages/R/r-cran-amore/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-amore/trunk/debian/changelog?rev=36531&op=diff
==============================================================================
--- packages/R/r-cran-amore/trunk/debian/changelog (original)
+++ packages/R/r-cran-amore/trunk/debian/changelog Thu May 20 13:08:37 2010
@@ -1,3 +1,14 @@
+r-cran-amore (0.2-12-1) unstable; urgency=low
+
+  * New upstream version
+  * Depend on a version equal or superior than the R upstream release that
+    was used to build this package, using a R:Depends substvar
+    (debian/control, debian/rules).
+  * Standards-Version: 3.8.4 (no changes needed)
+  * debian/README.Debian: explain how to test this package
+
+ -- Andreas Tille <tille at debian.org>  Thu, 20 May 2010 14:49:30 +0200
+
 r-cran-amore (0.2-11-1) unstable; urgency=low
 
   * Initial release (closes: #557123).

Modified: packages/R/r-cran-amore/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-amore/trunk/debian/control?rev=36531&op=diff
==============================================================================
--- packages/R/r-cran-amore/trunk/debian/control (original)
+++ packages/R/r-cran-amore/trunk/debian/control Thu May 20 13:08:37 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
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://cran.r-project.org/web/packages/AMORE/
 Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-amore/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/R/r-cran-amore/trunk/
 
 Package: r-cran-amore
 Architecture: any
-Depends: ${shlibs:Depends}, r-base-core
+Depends: ${shlibs:Depends}, ${R:Depends}
 Description: GNU R: A MORE flexible neural network package
  This package was born to release the TAO robust neural network
  algorithm to the R users. It has grown and I think it can be of interest

Modified: packages/R/r-cran-amore/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-amore/trunk/debian/rules?rev=36531&op=diff
==============================================================================
--- packages/R/r-cran-amore/trunk/debian/rules (original)
+++ packages/R/r-cran-amore/trunk/debian/rules Thu May 20 13:08:37 2010
@@ -4,3 +4,7 @@
 # Copyright 2008 by Andreas Tille <tille at debian.org>
 
 include /usr/share/R/debian/r-cran.mk
+
+# Require a number equal or superior than the R version the package was built with.
+install/r-$(debRreposname)-$(cranName)::
+        echo "R:Depends=r-base-core (>= $(shell R --version | head -n1 | perl -ne 'print / +([0-9]\.[0-9]+\.[0-9])/')~)" >> debian/r-$(debRreposname)-$(cranName).substvars




More information about the debian-science-commits mailing list