[r-cran-spc] 06/17: New upstream version; packaging updates
Andreas Tille
tille at debian.org
Sat Oct 21 06:30:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-cran-spc.
commit 8af5f637583a20ab62b517737f1693a34e9047dc
Author: Andreas Tille <tille at debian.org>
Date: Tue Oct 25 11:32:41 2011 +0000
New upstream version; packaging updates
---
debian/README.test | 5 +++++
debian/changelog | 12 ++++++++++++
debian/compat | 2 +-
debian/control | 10 +++++-----
debian/rules | 4 ++++
debian/source/format | 1 +
6 files changed, 28 insertions(+), 6 deletions(-)
diff --git a/debian/README.test b/debian/README.test
new file mode 100644
index 0000000..61fabef
--- /dev/null
+++ b/debian/README.test
@@ -0,0 +1,5 @@
+Notes on how this package can be tested.
+────────────────────────────────────────
+
+This package can be tested by loading it into R with the command
+‘library(spc)’ in order to confirm its integrity.
diff --git a/debian/changelog b/debian/changelog
index d2ebf0f..1a13f22 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+r-cran-spc (1:0.4.1-1) unstable; urgency=low
+
+ * New upstream version
+ * Rebuild against latest R
+ Closes: #646045
+ * Standards-Version: 3.9.2 (no changes needed)
+ * Debhelper 8 (control+compat)
+ * Fixed Vcs fields
+ * debian/source/format: 3.0 (quilt)
+
+ -- Andreas Tille <tille at debian.org> Tue, 25 Oct 2011 12:08:37 +0200
+
r-cran-spc (1:0.3-1) unstable; urgency=low
* New upstream version
diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index d0f5b09..f7dd77f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,15 +4,15 @@ Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Andreas Tille <tille at debian.org>
DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0), cdbs, r-base-dev
-Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 8), cdbs, r-base-dev
+Standards-Version: 3.9.2
Homepage: http://cran.r-project.org/web/packages/spc/
-Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-spc/trunk/?rev=0&sc=0
-Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/R/r-cran-spc/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-spc/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-science/packages/R/r-cran-spc/trunk/
Package: r-cran-spc
Architecture: any
-Depends: ${shlibs:Depends}, r-base-core
+Depends: ${shlibs:Depends}, ${R:Depends}
Description: GNU R Statistical Process Control
Evaluation of control charts by means of the zero-state, steady-state ARL
(Average Run Length). Setting up control charts for given in-control ARL
diff --git a/debian/rules b/debian/rules
index 1d78a54..2986ba7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,7 @@
# Copyright 2009 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
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-spc.git
More information about the debian-science-commits
mailing list