[r-cran-vcd] 08/37: 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:09 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository r-cran-vcd.
commit e329f6b0cfd31353b7fff91332813b3965443a9e
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
---
debian/README.Debian | 7 +++++++
debian/changelog | 12 ++++++++++++
debian/control | 4 ++--
debian/rules | 3 +++
debian/source/format | 1 +
5 files changed, 25 insertions(+), 2 deletions(-)
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..8f9e2b5
--- /dev/null
+++ b/debian/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/debian/changelog b/debian/changelog
index fb2e7c4..ceedd7d 100644
--- a/debian/changelog
+++ b/debian/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/debian/control b/debian/control
index a7c0a65..be240f5 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, 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/debian/rules b/debian/rules
index 01a6e7b..7b359c7 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/$(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/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/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