[r-cran-vcd] 01/01: New upstream version; updated packaging to follow the same standards as other R packages in Debian Science

Sébastien Villemot sebastien at debian.org
Mon Nov 20 12:33:21 UTC 2017


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

sebastien pushed a commit to annotated tag debian/1.2-9-1
in repository r-cran-vcd.

commit dc283cfab50c5602b9e8712fe3da312fa5426979
Author: Andreas Tille <tille at debian.org>
Date:   Wed Nov 24 11:02:31 2010 +0000

    New upstream version; updated packaging to follow the same standards as other R packages in Debian Science
---
 README.Debian |  7 +++++++
 changelog     | 12 ++++++++++++
 control       |  4 ++--
 rules         |  3 +++
 source/format |  1 +
 5 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/README.Debian b/README.Debian
new file mode 100644
index 0000000..8f9e2b5
--- /dev/null
+++ b/README.Debian
@@ -0,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(vcd)’ in order to confirm its integrity.
+
+ -- Andreas Tille <tille at debian.org>  Wed, 24 Nov 2010 11:39:17 +0100
diff --git a/changelog b/changelog
index fb2e7c4..ceedd7d 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,15 @@
+r-cran-vcd (1:1.2-9-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>  Wed, 24 Nov 2010 11:39:17 +0100
+
 r-cran-vcd (1:1.2-8-1) unstable; urgency=low
 
   * New upstream version
diff --git a/control b/control
index a7c0a65..be240f5 100644
--- a/control
+++ b/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, r-cran-colorspace, r-recommended
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Homepage: http://cran.r-project.org/web/packages/vcd
 Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-vcd/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/R/r-cran-vcd/trunk/
 
 Package: r-cran-vcd
 Architecture: all
-Depends: ${misc:Depends}, ${shlibs:Depends}, r-base-core
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${R:Depends}
 Description: GNU R Visualizing Categorical Data
  Visualization techniques, data sets, summary and inference procedures
  aimed particularly at categorical data. Special emphasis is given to
diff --git a/rules b/rules
index 01a6e7b..7b359c7 100755
--- a/rules
+++ b/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/$(package)::
+	echo "R:Depends=r-base-core (>= $(shell R --version | head -n1 | perl -ne 'print / +([0-9]\.[0-9]+\.[0-9])/')~)" >> debian/$(package).substvars
diff --git a/source/format b/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

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



More information about the debian-science-commits mailing list