[r-cran-gsl] 01/01: * New upstream version * cme fix dpkg-control * Convert to dh-r * debhelper 10 * d/watch: version=4 * Canonical homepage for CRAN * Add autopkgtest based on vignette

Sébastien Villemot sebastien at debian.org
Thu Nov 16 13:17:35 UTC 2017


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

sebastien pushed a commit to annotated tag debian/1.9-10.2-1
in repository r-cran-gsl.

commit 5cb234b8b9cb58d3cad239a8eee108a8c29c8969
Author: Andreas Tille <tille at debian.org>
Date:   Mon Dec 19 22:04:11 2016 +0000

      * New upstream version
      * cme fix dpkg-control
      * Convert to dh-r
      * debhelper 10
      * d/watch: version=4
      * Canonical homepage for CRAN
      * Add autopkgtest based on vignette
---
 changelog      | 12 ++++++++++++
 compat         |  2 +-
 control        | 12 +++++++-----
 copyright      |  8 ++++----
 rules          |  4 ++--
 tests/control  |  5 +++++
 tests/vignette |  7 +++++++
 watch          |  2 +-
 8 files changed, 39 insertions(+), 13 deletions(-)

diff --git a/changelog b/changelog
index d7f3fde..3d95135 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,15 @@
+r-cran-gsl (1.9-10.2-1) unstable; urgency=medium
+
+  * New upstream version
+  * cme fix dpkg-control
+  * Convert to dh-r
+  * debhelper 10
+  * d/watch: version=4
+  * Canonical homepage for CRAN
+  * Add autopkgtest based on vignette
+
+ -- Andreas Tille <tille at debian.org>  Mon, 19 Dec 2016 22:48:28 +0100
+
 r-cran-gsl (1.9-10.1-1) unstable; urgency=medium
 
   [ Bas Couwenberg ]
diff --git a/compat b/compat
index ec63514..f599e28 100644
--- a/compat
+++ b/compat
@@ -1 +1 @@
-9
+10
diff --git a/control b/control
index b330650..39ea030 100644
--- a/control
+++ b/control
@@ -3,20 +3,22 @@ Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.
 Uploaders: Andreas Tille <tille at debian.org>
 Section: gnu-r
 Priority: optional
-Build-Depends: debhelper (>= 9.0),
-               cdbs,
+Build-Depends: debhelper (>= 10),
+               dh-r,
                r-base-dev,
                libgsl-dev
-Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-science/packages/R/trunk/packages/r-cran-gsl/trunk/
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-science/packages/R/trunk/packages/r-cran-gsl/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/R/trunk/packages/r-cran-gsl/trunk/
-Homepage: http://cran.r-project.org/web/packages/gsl/
+Homepage: https://cran.r-project.org/package=gsl
 
 Package: r-cran-gsl
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
          ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R wrapper for the GNU Scientific Library
  An R wrapper for the special functions and quasi random number
  generators of the GNU Scientific Library
diff --git a/copyright b/copyright
index 5804c38..1e51ef6 100644
--- a/copyright
+++ b/copyright
@@ -1,16 +1,16 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: gsl
 Upstream-Contact: Robin K. S. Hankin <hankin.robin at gmail.com>
-Source: http://cran.r-project.org/web/packages/gsl/
+Source: https://cran.r-project.org/package=gsl
 
 Files: *
-Copyright: 2008-2013 Robin K. S. Hankin;
+Copyright: 2008-2016 Robin K. S. Hankin;
                      qrng functions by Duncan Murdoch and
                      multimin by Andrew Clausen
 License: GPL-2+
 
 Files: debian/*
-Copyright: 2014 Andreas Tille <tille at debian.org>
+Copyright: 2014-2016 Andreas Tille <tille at debian.org>
 License: GPL-2+
 
 License: GPL-2+
diff --git a/rules b/rules
index 1cb1c9f..68d9a36 100755
--- a/rules
+++ b/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
-#	-*- makefile -*-
 
-include /usr/share/R/debian/r-cran.mk
+%:
+	dh $@ --buildsystem R
diff --git a/tests/control b/tests/control
new file mode 100644
index 0000000..3888aff
--- /dev/null
+++ b/tests/control
@@ -0,0 +1,5 @@
+Tests: vignette
+Depends: @
+Restrictions: allow-stderr
+
+
diff --git a/tests/vignette b/tests/vignette
new file mode 100644
index 0000000..fdf4c2b
--- /dev/null
+++ b/tests/vignette
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+for vignette in $(find vignettes -iname '*.rnw' -or -iname '*.rmd'); do
+    echo "BEGIN VIGNETTE $vignette"
+    LC_ALL=C R CMD Sweave $vignette
+done
+
diff --git a/watch b/watch
index 2f2a734..7606e10 100644
--- a/watch
+++ b/watch
@@ -1,2 +1,2 @@
-version=3
+version=4
 http://cran.r-project.org/src/contrib/gsl_([-\d.]*)\.tar\.gz

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



More information about the debian-science-commits mailing list