[r-cran-amore] 04/16: New upstream version

Andreas Tille tille at debian.org
Sat Oct 21 06:49:31 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository r-cran-amore.

commit eea272f68a340b1fa42d1403b90ac91cdb0457b5
Author: Andreas Tille <tille at debian.org>
Date:   Thu May 20 13:08:37 2010 +0000

    New upstream version
---
 debian/README.Debian |  5 +++++
 debian/changelog     | 11 +++++++++++
 debian/control       |  4 ++--
 debian/rules         |  4 ++++
 4 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..996df78
--- /dev/null
+++ b/debian/README.Debian
@@ -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(AMORE)’ in order to confirm its integrity.
diff --git a/debian/changelog b/debian/changelog
index 0aecc29..43cebcb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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).
diff --git a/debian/control b/debian/control
index 7227dd4..d04efc0 100644
--- a/debian/control
+++ b/debian/control
@@ -5,14 +5,14 @@ Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.
 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
diff --git a/debian/rules b/debian/rules
index 8c7ae9b..8362742 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-amore.git



More information about the debian-science-commits mailing list