[med-svn] [r-cran-googlevis] 06/09: * New upstream version * Fix autopkgtest * Convert to dh-r * Canonical homepage for CRAN * debhelper 10 * d/watch: - version=4 - Fix watch file
Andreas Tille
tille at debian.org
Fri Sep 29 19:19:35 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-googlevis.
commit dc8810593d9830f54fd1b7fece19d325027e7f64
Author: Andreas Tille <tille at debian.org>
Date: Sun Jan 15 21:50:53 2017 +0000
* New upstream version
* Fix autopkgtest
* Convert to dh-r
* Canonical homepage for CRAN
* debhelper 10
* d/watch:
- version=4
- Fix watch file
---
debian/changelog | 13 +++++++++++++
debian/compat | 2 +-
debian/control | 9 +++++----
debian/copyright | 6 +++---
debian/rules | 8 +++++---
debian/tests/run-unit-test | 4 ++--
debian/watch | 6 +++---
7 files changed, 32 insertions(+), 16 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ede5e5b..03989ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+r-cran-googlevis (0.6.2-1) unstable; urgency=medium
+
+ * New upstream version
+ * Fix autopkgtest
+ * Convert to dh-r
+ * Canonical homepage for CRAN
+ * debhelper 10
+ * d/watch:
+ - version=4
+ - Fix watch file
+
+ -- Andreas Tille <tille at debian.org> Sun, 15 Jan 2017 22:46:04 +0100
+
r-cran-googlevis (0.6.0-1) unstable; urgency=low
* Initial release (closes: #829663)
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 7934e18..7092cc7 100644
--- a/debian/control
+++ b/debian/control
@@ -3,20 +3,21 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Andreas Tille <tille at debian.org>
Section: gnu-r
Priority: optional
-Build-Depends: debhelper (>= 9),
- cdbs,
+Build-Depends: debhelper (>= 10),
+ dh-r,
r-base-dev,
r-cran-jsonlite
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-googlevis/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-googlevis/trunk/
-Homepage: https://cran.r-project.org/web/packages/googleVis
+Homepage: https://cran.r-project.org/package=googleVis
Package: r-cran-googlevis
Architecture: all
Depends: ${misc:Depends},
${R:Depends},
- r-cran-jsonlite
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R Interface to Google Charts
R interface to Google Charts API, allowing users to create interactive
charts based on data frames. Charts are displayed locally via the R HTTP
diff --git a/debian/copyright b/debian/copyright
index 5fac1b8..5abe7e7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
-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: googleVis
Upstream-Contact: Markus Gesmann <markus.gesmann at googlemail.com>
-Source: https://cran.r-project.org/web/packages/googleVis
+Source: https://cran.r-project.org/package=googleVis
Files: *
Copyright: 2013-2016 Markus Gesmann, Diego de Castillo, Joe Cheng
@@ -267,7 +267,7 @@ License: CC-4.0
Creative Commons may be contacted at creativecommons.org.
Files: debian/*
-Copyright: 2016 Andreas Tille <tille at debian.org>
+Copyright: 2016-2017 Andreas Tille <tille at debian.org>
License: GPL-2+
License: GPL-2+
diff --git a/debian/rules b/debian/rules
index b3fee6c..2cbc1b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
#!/usr/bin/make -f
-include /usr/share/R/debian/r-cran.mk
+%:
+ dh $@ --buildsystem R
-install/$(package)::
- chmod -x $(debRlib)/$(cranNameOrig)/rsp/src/simple*.rsp
+override_dh_install:
+ dh_install
+ find debian -name "*.rsp" -exec chmod -x \{\} \;
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
index fd5c9ac..f1be852 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -4,10 +4,10 @@ pkg=r-cran-`echo $oname | tr '[A-Z]' '[a-z]'`
if [ "$ADTTMP" = "" ] ; then
ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
-# trap "rm -rf $ADTTMP" 0 INT QUIT ABRT PIPE TERM
+ trap "rm -rf $ADTTMP" 0 INT QUIT ABRT PIPE TERM
fi
cd $ADTTMP
-cp /usr/share/doc/$pkg/examples/vignettes/* $ADTTMP
+cp -a /usr/share/doc/$pkg/examples/vignettes/* $ADTTMP
find . -name "*.gz" -exec gunzip \{\} \;
for rnw in `ls *.[rRS]nw` ; do
rfile=`echo $rnw | sed 's/\.[rRS]nw/.R/'`
diff --git a/debian/watch b/debian/watch
index 01c2205..249f8bd 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
-version=3
-# http://cran.r-project.org/src/contrib/googleVis_([-\d.]*)\.tar\.gz
-https://github.com/mages/googleVis/releases .*/archive/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
+version=4
+
+http://cran.r-project.org/src/contrib/googleVis_([-\d.]*)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-googlevis.git
More information about the debian-med-commit
mailing list