r36771 - in /packages/R/r-cran-teachingdemos/trunk/debian: README.Debian changelog control rules source/ source/format
tille at users.alioth.debian.org
tille at users.alioth.debian.org
Thu Aug 5 12:15:00 UTC 2010
Author: tille
Date: Thu Aug 5 12:14:58 2010
New Revision: 36771
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36771
Log:
New upstream version, ${R:Depends}, source format 3.0 (quilt)
Added:
packages/R/r-cran-teachingdemos/trunk/debian/README.Debian
packages/R/r-cran-teachingdemos/trunk/debian/source/
packages/R/r-cran-teachingdemos/trunk/debian/source/format
Modified:
packages/R/r-cran-teachingdemos/trunk/debian/changelog
packages/R/r-cran-teachingdemos/trunk/debian/control
packages/R/r-cran-teachingdemos/trunk/debian/rules
Added: packages/R/r-cran-teachingdemos/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-teachingdemos/trunk/debian/README.Debian?rev=36771&op=file
==============================================================================
--- packages/R/r-cran-teachingdemos/trunk/debian/README.Debian (added)
+++ packages/R/r-cran-teachingdemos/trunk/debian/README.Debian Thu Aug 5 12:14:58 2010
@@ -1,0 +1,7 @@
+Notes on how this package can be tested.
+────────────────────────────────────────
+
+This package can be tested by loading it into R with the command
+‘library(TeachingDemos)’ in order to confirm its integrity.
+
+ -- Andreas Tille <tille at debian.org> Thu, 05 Aug 2010 14:03:43 +0200
Modified: packages/R/r-cran-teachingdemos/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-teachingdemos/trunk/debian/changelog?rev=36771&op=diff
==============================================================================
--- packages/R/r-cran-teachingdemos/trunk/debian/changelog (original)
+++ packages/R/r-cran-teachingdemos/trunk/debian/changelog Thu Aug 5 12:14:58 2010
@@ -1,3 +1,15 @@
+r-cran-teachingdemos (2.6-1) unstable; urgency=low
+
+ * New upstream version
+ * Standards-Version: 3.9.1 (no changes needed)
+ * debian/source/format: 3.0 (quilt)
+ * 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).
+ * debian/README.Debian: explain how to test this package
+
+ -- Andreas Tille <tille at debian.org> Thu, 05 Aug 2010 14:03:43 +0200
+
r-cran-teachingdemos (2.4-1) unstable; urgency=low
* Initial release (closes: #557135).
Modified: packages/R/r-cran-teachingdemos/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-teachingdemos/trunk/debian/control?rev=36771&op=diff
==============================================================================
--- packages/R/r-cran-teachingdemos/trunk/debian/control (original)
+++ packages/R/r-cran-teachingdemos/trunk/debian/control Thu Aug 5 12:14:58 2010
@@ -5,7 +5,7 @@
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.9.1
Homepage: http://cran.r-project.org/web/packages/TeachingDemos/
Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-teachingdemos/trunk/?rev=0&sc=0
Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/R/r-cran-teachingdemos/trunk/
@@ -13,7 +13,7 @@
Package: r-cran-teachingdemos
Architecture: all
Recommends: r-cran-misc3d, r-recommended, r-cran-mapproj
-Depends: ${shlibs:Depends}, r-base-core
+Depends: ${shlibs:Depends}, ${R:Depends}
Description: GNU R Demonstrations for teaching and learning
This package is a set of demonstration functions that can be used in a
classroom to demonstrate statistical concepts, or on your own to better
Modified: packages/R/r-cran-teachingdemos/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-teachingdemos/trunk/debian/rules?rev=36771&op=diff
==============================================================================
--- packages/R/r-cran-teachingdemos/trunk/debian/rules (original)
+++ packages/R/r-cran-teachingdemos/trunk/debian/rules Thu Aug 5 12:14:58 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
Added: packages/R/r-cran-teachingdemos/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-teachingdemos/trunk/debian/source/format?rev=36771&op=file
==============================================================================
--- packages/R/r-cran-teachingdemos/trunk/debian/source/format (added)
+++ packages/R/r-cran-teachingdemos/trunk/debian/source/format Thu Aug 5 12:14:58 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)
More information about the debian-science-commits
mailing list