[med-svn] [r-cran-tidyr] 04/09: * New upstream version * Convert to dh-r * Canonical homepage for CRAN
Andreas Tille
tille at debian.org
Fri Oct 13 06:21:09 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-tidyr.
commit 836a82dbbf6950494a7292c75610e4098f9744cb
Author: Andreas Tille <tille at debian.org>
Date: Wed Nov 9 16:38:48 2016 +0000
* New upstream version
* Convert to dh-r
* Canonical homepage for CRAN
---
debian/changelog | 8 ++++++++
debian/control | 16 ++++++----------
debian/copyright | 5 +++--
debian/rules | 3 ++-
4 files changed, 19 insertions(+), 13 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 343a2a8..48270a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+r-cran-tidyr (0.6.0-1) unstable; urgency=medium
+
+ * New upstream version
+ * Convert to dh-r
+ * Canonical homepage for CRAN
+
+ -- Andreas Tille <tille at debian.org> Wed, 09 Nov 2016 17:34:09 +0100
+
r-cran-tidyr (0.4.1-1) unstable; urgency=low
* Initial release (Closes: #820316)
diff --git a/debian/control b/debian/control
index 44183a7..d0f85b9 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Andreas Tille <tille at debian.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
- cdbs,
+ dh-r,
r-base-dev,
r-cran-rcpp,
r-cran-assertthat,
@@ -13,22 +13,18 @@ Build-Depends: debhelper (>= 9),
r-cran-magrittr,
r-cran-dplyr,
r-cran-r6
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-tidyr/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-tidyr/trunk/
-Homepage: https://cran.r-project.org/web/packages/tidyr/
+Homepage: https://cran.r-project.org/package=tidyr
Package: r-cran-tidyr
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
- ${R:Depends},
- r-cran-assertthat,
- r-cran-stringi,
- r-cran-lazyeval,
- r-cran-magrittr,
- r-cran-dplyr,
- r-cran-r6
+ ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R package to easily tidy data
GNU R package to easily tidy data with 'spread()' and 'gather()'
functions.
diff --git a/debian/copyright b/debian/copyright
index cd1022b..faefe17 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +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-Contact: Hadley Wickham <hadley at rstudio.com>
-Source: https://cran.r-project.org/web/packages/tidyr/
+Upstream-Name: tidyr
+Source: https://cran.r-project.org/package=tidyr
Files: *
Copyright: 2013-2016 Hadley Wickham <hadley at rstudio.com>, RStudio
diff --git a/debian/rules b/debian/rules
index 2fbba2d..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,4 @@
#!/usr/bin/make -f
-include /usr/share/R/debian/r-cran.mk
+%:
+ dh $@ --buildsystem R
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-tidyr.git
More information about the debian-med-commit
mailing list