[r-cran-xtable] 08/26: Uploaded the updated package prepared by Andreas, after adding a couple of modifications.

Andreas Tille tille at debian.org
Thu Apr 21 20:45:13 UTC 2016


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

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

commit 9eb52c16982f40824988f8e5c9dfbb2611fca6d3
Author: Charles Plessy <plessy at debian.org>
Date:   Tue May 18 00:46:29 2010 +0000

    Uploaded the updated package prepared by Andreas, after adding a couple of modifications.
---
 debian/README.Debian |  5 +++++
 debian/changelog     | 16 +++++++++++++---
 debian/control       |  4 ++--
 debian/copyright     |  2 +-
 debian/rules         |  3 +++
 5 files changed, 24 insertions(+), 6 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..3b5b0c6
--- /dev/null
+++ b/debian/README.Debian
@@ -0,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.
diff --git a/debian/changelog b/debian/changelog
index a7aa874..70582b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
 
diff --git a/debian/control b/debian/control
index 461d92d..78d9f03 100644
--- a/debian/control
+++ b/debian/control
@@ -12,9 +12,9 @@ Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/R/r-cran-xtable/trunk/
 
 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.
diff --git a/debian/copyright b/debian/copyright
index 15db2ad..83bfebc 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -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
 
diff --git a/debian/rules b/debian/rules
index e13bf25..8198ae4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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

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



More information about the debian-science-commits mailing list