r36486 - in /packages/R/r-cran-xtable/trunk/debian: ./ README.Debian changelog control copyright rules

plessy at users.alioth.debian.org plessy at users.alioth.debian.org
Tue May 18 00:46:30 UTC 2010


Author: plessy
Date: Tue May 18 00:46:29 2010
New Revision: 36486

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36486
Log:
Uploaded the updated package prepared by Andreas, after adding a couple of modifications.

Added:
    packages/R/r-cran-xtable/trunk/debian/README.Debian
Modified:
    packages/R/r-cran-xtable/trunk/debian/   (props changed)
    packages/R/r-cran-xtable/trunk/debian/changelog
    packages/R/r-cran-xtable/trunk/debian/control
    packages/R/r-cran-xtable/trunk/debian/copyright
    packages/R/r-cran-xtable/trunk/debian/rules

Propchange: packages/R/r-cran-xtable/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/R/r-cran-xtable/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-xtable/trunk/debian/README.Debian?rev=36486&op=file
==============================================================================
--- packages/R/r-cran-xtable/trunk/debian/README.Debian (added)
+++ packages/R/r-cran-xtable/trunk/debian/README.Debian Tue May 18 00:46:29 2010
@@ -1,0 +1,5 @@
+Notes on how this package is tested.
+────────────────────────────────────
+
+After building on the maintainer's computer, this package was locally installed
+and the library loaded into R in order to confirm its integrity.

Modified: packages/R/r-cran-xtable/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-xtable/trunk/debian/changelog?rev=36486&op=diff
==============================================================================
--- packages/R/r-cran-xtable/trunk/debian/changelog (original)
+++ packages/R/r-cran-xtable/trunk/debian/changelog Tue May 18 00:46:29 2010
@@ -1,14 +1,24 @@
 r-cran-xtable (1:1.5-6-1) unstable; urgency=low
 
-  * New upstream version
+  * Team upload.
+
+  [ Andreas Tille ]
+  * New upstream version.
+  * Built against R 2.11 (Closes: #581829).
   * Use upstream version scheme with dash '-' which requires epoch
-    in changelog
+    in changelog (Closes: #556295)
   * debian/watch: Removed unneeded version mangling
   * debian/get-orig-source: removed because unneeded (uscan is
     perfectly sufficient)
   * Standards-Version: 3.8.4 (no changes needed)
 
- -- Andreas Tille <tille at debian.org>  Wed, 10 Feb 2010 15:28:51 +0100
+  [ Charles Plessy ]
+  * 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). 
+  * Added notes to explain how this package is tested (debian/README.Debian).
+
+ -- Charles Plessy <plessy at debian.org>  Tue, 18 May 2010 09:31:44 +0900
 
 r-cran-xtable (1.5.5-1) unstable; urgency=low
 

Modified: packages/R/r-cran-xtable/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-xtable/trunk/debian/control?rev=36486&op=diff
==============================================================================
--- packages/R/r-cran-xtable/trunk/debian/control (original)
+++ packages/R/r-cran-xtable/trunk/debian/control Tue May 18 00:46:29 2010
@@ -12,9 +12,9 @@
 
 Package: r-cran-xtable
 Architecture: all
-Depends: ${misc:Depends}, ${shlibs:Depends}, r-base-core
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${R:Depends}
 Description: GNU R coerce data to LaTeX and HTML tables
  This R package provides functions returning, displaying or writing to
  disk the LaTeX or HTML code associated with the supplied object of
  class xtable.  The package also provides functions converting an R object
- to an xtable object, which can then be printed as a LaTeX or  HTML table.
+ to an xtable object, which can then be printed as a LaTeX or HTML table.

Modified: packages/R/r-cran-xtable/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-xtable/trunk/debian/copyright?rev=36486&op=diff
==============================================================================
--- packages/R/r-cran-xtable/trunk/debian/copyright (original)
+++ packages/R/r-cran-xtable/trunk/debian/copyright Tue May 18 00:46:29 2010
@@ -1,7 +1,7 @@
 Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
 Upstream-Name: xtable
 Upstream-Maintainer: David B. Dahl <dahl at stat.tamu.edu>
-Upstream-Source: http://cran.r-project.org/src/contrib/
+Upstream-Source: http://cran.r-project.org/src/contrib/xtable_1.5-6.tar.gz
 X-Debianized-By: Andreas Tille <tille at debian.org>
 X-Packaged-Date: Tue, 13 Jan 2009 11:48:08 +0100
 

Modified: packages/R/r-cran-xtable/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-xtable/trunk/debian/rules?rev=36486&op=diff
==============================================================================
--- packages/R/r-cran-xtable/trunk/debian/rules (original)
+++ packages/R/r-cran-xtable/trunk/debian/rules Tue May 18 00:46:29 2010
@@ -5,3 +5,6 @@
 
 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